Function | Condition %▴ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QObject::blockSignalsName: | QObject::blockSignals | Prototype: | bool QObject::blockSignals(bool block) noexcept | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | Lines: | 1417-1423 |
| | 4 | 1 |
QObject::connectNotifyName: | QObject::connectNotify | Prototype: | void QObject::connectNotify(const QMetaMethod &signal) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | Lines: | 3152-3155 |
| | 1 | 1 |
QObject::deleteLaterName: | QObject::deleteLater | Prototype: | void QObject::deleteLater() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | Lines: | 2143-2146 |
| | 1 | 1 |
QObject::disconnectNotifyName: | QObject::disconnectNotify | Prototype: | void QObject::disconnectNotify(const QMetaMethod &signal) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | Lines: | 3187-3190 |
| | 1 | 1 |
QObject::dynamicPropertyNamesName: | QObject::dynamicPropertyNames | Prototype: | QList<QByteArray> QObject::dynamicPropertyNames() const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | Lines: | 3929-3935 |
| | 4 | 2 |
QObject::eventName: | QObject::event | Prototype: | bool QObject::event(QEvent *e) | Coverage: | 100.000% (24/24) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | Lines: | 1240-1291 |
| | 26 | 12 |
QObject::eventFilterName: | QObject::eventFilter | Prototype: | bool QObject::eventFilter(QObject * , QEvent * ) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | Lines: | 1387-1390 |
| | 1 | 1 |
QObject::objectNameName: | QObject::objectName | Prototype: | QString QObject::objectName() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | Lines: | 1176-1180 |
| | 2 | 1 |
QObject::registerUserDataName: | QObject::registerUserData | Prototype: | uint QObject::registerUserData() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | Lines: | 4076-4080 |
| | 1 | 1 |
QObject::removeEventFilterName: | QObject::removeEventFilter | Prototype: | void QObject::removeEventFilter(QObject *obj) | Coverage: | 100.000% (10/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | Lines: | 2095-2104 |
| | 5 | 4 |
QObject::senderName: | QObject::sender | Prototype: | QObject *QObject::sender() const | Coverage: | 100.000% (10/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | Lines: | 2323-2337 |
| | 8 | 4 |
QObject::senderSignalIndexName: | QObject::senderSignalIndex | Prototype: | int QObject::senderSignalIndex() const | Coverage: | 100.000% (10/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | Lines: | 2364-2380 |
| | 8 | 4 |
QObject::setObjectNameName: | QObject::setObjectName | Prototype: | void QObject::setObjectName(const QString &name) | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | Lines: | 1185-1195 |
| | 6 | 3 |
QObject::setParentName: | QObject::setParent | Prototype: | void QObject::setParent(QObject *parent) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | Lines: | 1953-1958 |
| | 3 | 1 |
QObject::setUserDataName: | QObject::setUserData | Prototype: | void QObject::setUserData(uint id, QObjectUserData* data) | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | Lines: | 4092-4101 |
| | 6 | 3 |
QObject::threadName: | QObject::thread | Prototype: | QThread *QObject::thread() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | Lines: | 1430-1433 |
| | 1 | 1 |
QObjectConnectionListVector::QObjectConnectionListVectorName: | QObjectConnectionListVector::QObjectConnectionListVector | Prototype: | QObjectConnectionListVector() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | Lines: | 304-306 |
| | 1 | 1 |
QObjectConnectionListVector::operator[]Name: | QObjectConnectionListVector::operator[] | Prototype: | QObjectPrivate::ConnectionList &operator[](int at) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | Lines: | 308-313 |
| | 3 | 2 |
QObjectPrivate::QObjectPrivateName: | QObjectPrivate::QObjectPrivate | Prototype: | QObjectPrivate::QObjectPrivate(int version) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | Lines: | 205-232 |
| | 14 | 1 |
QObjectPrivate::_q_reregisterTimersName: | QObjectPrivate::_q_reregisterTimers | Prototype: | void QObjectPrivate::_q_reregisterTimers(void *pointer) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | Lines: | 1576-1586 |
| | 7 | 2 |
QObjectPrivate::addConnectionName: | QObjectPrivate::addConnection | Prototype: | void QObjectPrivate::addConnection(int signal, Connection *c) | Coverage: | 100.000% (20/20) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | Lines: | 382-411 |
| | 20 | 7 |
QObjectPrivate::cleanConnectionListsName: | QObjectPrivate::cleanConnectionLists | Prototype: | void QObjectPrivate::cleanConnectionLists() | Coverage: | 100.000% (15/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | Lines: | 413-447 |
| | 18 | 5 |
QObjectPrivate::deleteChildrenName: | QObjectPrivate::deleteChildren | Prototype: | void QObjectPrivate::deleteChildren() | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | Lines: | 1960-1975 |
| | 9 | 2 |
QObjectPrivate::disconnectName: | QObjectPrivate::disconnect | Prototype: | bool QObjectPrivate::disconnect(const QObject *sender, int signal_index, void **slot) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | Lines: | 4898-4904 |
| | 3 | 1 |
QObjectPrivate::moveToThread_helperName: | QObjectPrivate::moveToThread_helper | Prototype: | void QObjectPrivate::moveToThread_helper() | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | Lines: | 1527-1536 |
| | 6 | 2 |
QObjectPrivate::setThreadData_helperName: | QObjectPrivate::setThreadData_helper | Prototype: | void QObjectPrivate::setThreadData_helper(QThreadData *currentData, QThreadData *targetData) | Coverage: | 100.000% (21/21) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | Lines: | 1538-1574 |
| | 22 | 7 |
QObjectPrivate::signalIndexName: | QObjectPrivate::signalIndex | Prototype: | int QObjectPrivate::signalIndex(const char *signalName, const QMetaObject **meta) const | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | Lines: | 3801-3817 |
| | 13 | 3 |
QOpenSslLocks::QOpenSslLocksName: | QOpenSslLocks::QOpenSslLocks | Prototype: | inline QOpenSslLocks() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl.cpp | Lines: | 121-129 |
| | 4 | 1 |
QOpenSslLocks::initLockName: | QOpenSslLocks::initLock | Prototype: | QMutex *initLock() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl.cpp | Lines: | 153-156 |
| | 1 | 1 |
QOpenSslLocks::lockName: | QOpenSslLocks::lock | Prototype: | inline QMutex *lock(int num) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl.cpp | Lines: | 139-146 |
| | 5 | 2 |
QOpenSslLocks::~QOpenSslLocksName: | QOpenSslLocks::~QOpenSslLocks | Prototype: | inline ~QOpenSslLocks() | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl.cpp | Lines: | 130-138 |
| | 5 | 2 |
QPAEventDispatcherGlib::QPAEventDispatcherGlibName: | QPAEventDispatcherGlib::QPAEventDispatcherGlib | Prototype: | QPAEventDispatcherGlib::QPAEventDispatcherGlib(QObject *parent) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/eventdispatchers/qeventdispatcher_glib.cpp | Lines: | 101-107 |
| | 2 | 1 |
QPAEventDispatcherGlib::processEventsName: | QPAEventDispatcherGlib::processEvents | Prototype: | bool QPAEventDispatcherGlib::processEvents(QEventLoop::ProcessEventsFlags flags) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/eventdispatchers/qeventdispatcher_glib.cpp | Lines: | 118-122 |
| | 2 | 1 |
QPAEventDispatcherGlib::~QPAEventDispatcherGlibName: | QPAEventDispatcherGlib::~QPAEventDispatcherGlib | Prototype: | QPAEventDispatcherGlib::~QPAEventDispatcherGlib() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/eventdispatchers/qeventdispatcher_glib.cpp | Lines: | 109-116 |
| | 4 | 1 |
QPAEventDispatcherGlibPrivate::QPAEventDispatcherGlibPrivateName: | QPAEventDispatcherGlibPrivate::QPAEventDispatcherGlibPrivate | Prototype: | QPAEventDispatcherGlibPrivate::QPAEventDispatcherGlibPrivate(GMainContext *context) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/eventdispatchers/qeventdispatcher_glib.cpp | Lines: | 89-98 |
| | 6 | 1 |
QPagePreview::QPagePreviewName: | QPagePreview::QPagePreview | Prototype: | QPagePreview(QWidget *parent) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qpagesetupdialog_unix.cpp | Lines: | 99-103 |
| | 2 | 1 |
QPagePreview::setPageLayoutName: | QPagePreview::setPageLayout | Prototype: | void setPageLayout(const QPageLayout &layout) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qpagesetupdialog_unix.cpp | Lines: | 105-109 |
| | 2 | 1 |
QPagePreview::setPagePreviewLayoutName: | QPagePreview::setPagePreviewLayout | Prototype: | void setPagePreviewLayout(int columns, int rows) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qpagesetupdialog_unix.cpp | Lines: | 111-116 |
| | 3 | 1 |
QPageSetupDialog::QPageSetupDialogName: | QPageSetupDialog::QPageSetupDialog | Prototype: | QPageSetupDialog::QPageSetupDialog(QPrinter *printer, QWidget *parent) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qpagesetupdialog_unix.cpp | Lines: | 616-622 |
| | 3 | 1 |
QPageSetupDialogPrivate::QPageSetupDialogPrivateName: | QPageSetupDialogPrivate::QPageSetupDialogPrivate | Prototype: | QPageSetupDialogPrivate::QPageSetupDialogPrivate(QPrinter *prntr) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qpagesetupdialog.cpp | Lines: | 102-105 |
| | 1 | 1 |
QPageSetupWidget::QPageSetupWidgetName: | QPageSetupWidget::QPageSetupWidget | Prototype: | QPageSetupWidget::QPageSetupWidget(QWidget *parent) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qpagesetupdialog_unix.cpp | Lines: | 230-278 |
| | 24 | 1 |
QPageSetupWidget::initPagesPerSheetName: | QPageSetupWidget::initPagesPerSheet | Prototype: | void QPageSetupWidget::initPagesPerSheet() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qpagesetupdialog_unix.cpp | Lines: | 295-336 |
| | 30 | 1 |
QPageSetupWidget::initUnitsName: | QPageSetupWidget::initUnits | Prototype: | void QPageSetupWidget::initUnits() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qpagesetupdialog_unix.cpp | Lines: | 281-292 |
| | 7 | 1 |
QPageSetupWidget::selectPrinterName: | QPageSetupWidget::selectPrinter | Prototype: | void QPageSetupWidget::selectPrinter(QPrinter::OutputFormat outputFormat, const QString &printerName) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qpagesetupdialog_unix.cpp | Lines: | 396-402 |
| | 4 | 1 |
QParallelAnimationGroup::QParallelAnimationGroupName: | QParallelAnimationGroup::QParallelAnimationGroup | Prototype: | QParallelAnimationGroup::QParallelAnimationGroup(QObject *parent) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qparallelanimationgroup.cpp | Lines: | 87-90 |
| | 2 | 1 |
QParallelAnimationGroup::durationName: | QParallelAnimationGroup::duration | Prototype: | int QParallelAnimationGroup::duration() const | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qparallelanimationgroup.cpp | Lines: | 111-125 |
| | 8 | 3 |
QParallelAnimationGroup::eventName: | QParallelAnimationGroup::event | Prototype: | bool QParallelAnimationGroup::event(QEvent *event) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qparallelanimationgroup.cpp | Lines: | 334-337 |
| | 1 | 1 |
QParallelAnimationGroup::updateStateName: | QParallelAnimationGroup::updateState | Prototype: | void QParallelAnimationGroup::updateState(QAbstractAnimation::State newState, QAbstractAnimation::State oldState) | Coverage: | 100.000% (25/25) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qparallelanimationgroup.cpp | Lines: | 187-217 |
| | 20 | 10 |
QParallelAnimationGroupPrivate::animationRemovedName: | QParallelAnimationGroupPrivate::animationRemoved | Prototype: | void QParallelAnimationGroupPrivate::animationRemoved(int index, QAbstractAnimation *anim) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qparallelanimationgroup.cpp | Lines: | 302-307 |
| | 3 | 1 |
QParallelAnimationGroupPrivate::connectUncontrolledAnimationsName: | QParallelAnimationGroupPrivate::connectUncontrolledAnimations | Prototype: | void QParallelAnimationGroupPrivate::connectUncontrolledAnimations() | Coverage: | 100.000% (9/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qparallelanimationgroup.cpp | Lines: | 256-265 |
| | 5 | 3 |
QParallelAnimationGroupPrivate::disconnectUncontrolledAnimationsName: | QParallelAnimationGroupPrivate::disconnectUncontrolledAnimations | Prototype: | void QParallelAnimationGroupPrivate::disconnectUncontrolledAnimations() | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qparallelanimationgroup.cpp | Lines: | 248-254 |
| | 3 | 2 |
QParallelAnimationGroupPrivate::isUncontrolledAnimationFinishedName: | QParallelAnimationGroupPrivate::isUncontrolledAnimationFinished | Prototype: | bool QParallelAnimationGroupPrivate::isUncontrolledAnimationFinished(QAbstractAnimation *anim) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qparallelanimationgroup.cpp | Lines: | 297-300 |
| | 1 | 1 |
QParallelAnimationGroupPrivate::shouldAnimationStartName: | QParallelAnimationGroupPrivate::shouldAnimationStart | Prototype: | bool QParallelAnimationGroupPrivate::shouldAnimationStart(QAbstractAnimation *animation, bool startIfAtEnd) const | Coverage: | 100.000% (10/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qparallelanimationgroup.cpp | Lines: | 267-278 |
| | 8 | 4 |
QPauseAnimation::QPauseAnimationName: | QPauseAnimation::QPauseAnimation | Prototype: | QPauseAnimation::QPauseAnimation(QObject *parent) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qpauseanimation.cpp | Lines: | 89-91 |
| | 2 | 1 |
QPauseAnimation::QPauseAnimationName: | QPauseAnimation::QPauseAnimation | Prototype: | QPauseAnimation::QPauseAnimation(int msecs, QObject *parent) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qpauseanimation.cpp | Lines: | 99-102 |
| | 1 | 1 |
QPauseAnimation::durationName: | QPauseAnimation::duration | Prototype: | int QPauseAnimation::duration() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qpauseanimation.cpp | Lines: | 118-122 |
| | 2 | 1 |
QPauseAnimationPrivate::QPauseAnimationPrivateName: | QPauseAnimationPrivate::QPauseAnimationPrivate | Prototype: | QPauseAnimationPrivate() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qpauseanimation.cpp | Lines: | 75-78 |
| | 1 | 1 |
QPdfPrintEngine::QPdfPrintEngineName: | QPdfPrintEngine::QPdfPrintEngine | Prototype: | QPdfPrintEngine::QPdfPrintEngine(QPrinter::PrinterMode m) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprintengine_pdf.cpp | Lines: | 61-65 |
| | 1 | 1 |
QPdfPrintEngine::beginName: | QPdfPrintEngine::begin | Prototype: | bool QPdfPrintEngine::begin(QPaintDevice *pdev) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprintengine_pdf.cpp | Lines: | 77-88 |
| | 6 | 2 |
QPdfPrintEngine::endName: | QPdfPrintEngine::end | Prototype: | bool QPdfPrintEngine::end() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprintengine_pdf.cpp | Lines: | 90-100 |
| | 5 | 1 |
QPdfPrintEngine::metricName: | QPdfPrintEngine::metric | Prototype: | int QPdfPrintEngine::metric(QPaintDevice::PaintDeviceMetric m) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprintengine_pdf.cpp | Lines: | 107-110 |
| | 1 | 1 |
QPdfPrintEnginePrivate::QPdfPrintEnginePrivateName: | QPdfPrintEnginePrivate::QPdfPrintEnginePrivate | Prototype: | QPdfPrintEnginePrivate::QPdfPrintEnginePrivate(QPrinter::PrinterMode m) | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprintengine_pdf.cpp | Lines: | 388-402 |
| | 5 | 3 |
QPersistentModelIndex::QPersistentModelIndexName: | QPersistentModelIndex::QPersistentModelIndex | Prototype: | QPersistentModelIndex::QPersistentModelIndex() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | Lines: | 132-135 |
| | 2 | 1 |
QPersistentModelIndex::QPersistentModelIndexName: | QPersistentModelIndex::QPersistentModelIndex | Prototype: | QPersistentModelIndex::QPersistentModelIndex(const QPersistentModelIndex &other) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | Lines: | 144-148 |
| | 1 | 2 |
QPersistentModelIndex::QPersistentModelIndexName: | QPersistentModelIndex::QPersistentModelIndex | Prototype: | QPersistentModelIndex::QPersistentModelIndex(const QModelIndex &index) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | Lines: | 154-161 |
| | 3 | 2 |
QPersistentModelIndex::columnName: | QPersistentModelIndex::column | Prototype: | int QPersistentModelIndex::column() const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | Lines: | 323-328 |
| | 3 | 2 |
QPersistentModelIndex::isValidName: | QPersistentModelIndex::isValid | Prototype: | bool QPersistentModelIndex::isValid() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | Lines: | 450-453 |
| | 1 | 1 |
QPersistentModelIndex::operator!=Name: | QPersistentModelIndex::operator!= | Prototype: | bool QPersistentModelIndex::operator!=(const QModelIndex &other) const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | Lines: | 297-302 |
| | 3 | 2 |
QPersistentModelIndex::operator=Name: | QPersistentModelIndex::operator= | Prototype: | QPersistentModelIndex &QPersistentModelIndex::operator=(const QPersistentModelIndex &other) | Coverage: | 100.000% (12/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | Lines: | 223-232 |
| | 7 | 4 |
QPersistentModelIndex::operator==Name: | QPersistentModelIndex::operator== | Prototype: | bool QPersistentModelIndex::operator==(const QPersistentModelIndex &other) const | Coverage: | 100.000% (6/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | Lines: | 185-190 |
| | 3 | 2 |
QPersistentModelIndex::operator==Name: | QPersistentModelIndex::operator== | Prototype: | bool QPersistentModelIndex::operator==(const QModelIndex &other) const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | Lines: | 283-288 |
| | 3 | 2 |
QPersistentModelIndex::parentName: | QPersistentModelIndex::parent | Prototype: | QModelIndex QPersistentModelIndex::parent() const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | Lines: | 368-373 |
| | 3 | 2 |
QPersistentModelIndex::rowName: | QPersistentModelIndex::row | Prototype: | int QPersistentModelIndex::row() const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | Lines: | 310-315 |
| | 3 | 2 |
QPersistentModelIndex::~QPersistentModelIndexName: | QPersistentModelIndex::~QPersistentModelIndex | Prototype: | QPersistentModelIndex::~QPersistentModelIndex() | Coverage: | 100.000% (6/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | Lines: | 169-175 |
| | 3 | 2 |
QPersistentModelIndexData::createName: | QPersistentModelIndexData::create | Prototype: | QPersistentModelIndexData *QPersistentModelIndexData::create(const QModelIndex &index) | Coverage: | 100.000% (5/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | Lines: | 55-70 |
| | 11 | 2 |
QPersistentModelIndexData::destroyName: | QPersistentModelIndexData::destroy | Prototype: | void QPersistentModelIndexData::destroy(QPersistentModelIndexData *data) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | Lines: | 72-84 |
| | 8 | 2 |
QPlainTestLogger::QPlainTestLoggerName: | QPlainTestLogger::QPlainTestLogger | Prototype: | QPlainTestLogger::QPlainTestLogger(const char *filename) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qplaintestlogger.cpp | Lines: | 329-332 |
| | 2 | 1 |
QPlainTestLogger::addIncidentName: | QPlainTestLogger::addIncident | Prototype: | void QPlainTestLogger::addIncident(IncidentTypes type, const char *description, const char *file, int line) | Coverage: | 100.000% (8/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qplaintestlogger.cpp | Lines: | 386-395 |
| | 4 | 2 |
QPlainTestLogger::addMessageName: | QPlainTestLogger::addMessage | Prototype: | void QPlainTestLogger::addMessage(MessageTypes type, const QString &message, const char *file, int line) | Coverage: | 100.000% (6/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qplaintestlogger.cpp | Lines: | 406-414 |
| | 3 | 2 |
QPlainTestLogger::enterTestFunctionName: | QPlainTestLogger::enterTestFunction | Prototype: | void QPlainTestLogger::enterTestFunction(const char * ) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qplaintestlogger.cpp | Lines: | 376-380 |
| | 2 | 2 |
QPlainTestLogger::outputMessageName: | QPlainTestLogger::outputMessage | Prototype: | void QPlainTestLogger::outputMessage(const char *str) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qplaintestlogger.cpp | Lines: | 216-237 |
| | 1 | 1 |
QPlainTestLogger::startLoggingName: | QPlainTestLogger::startLogging | Prototype: | void QPlainTestLogger::startLogging() | Coverage: | 100.000% (5/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qplaintestlogger.cpp | Lines: | 338-352 |
| | 9 | 2 |
QPlainTestLogger::stopLoggingName: | QPlainTestLogger::stopLogging | Prototype: | void QPlainTestLogger::stopLogging() | Coverage: | 100.000% (5/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qplaintestlogger.cpp | Lines: | 354-373 |
| | 14 | 2 |
QPlatformPrintDevice::QPlatformPrintDeviceName: | QPlatformPrintDevice::QPlatformPrintDevice | Prototype: | QPlatformPrintDevice::QPlatformPrintDevice() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qplatformprintdevice.cpp | Lines: | 51-66 |
| | 2 | 1 |
QPlatformPrintDevice::QPlatformPrintDeviceName: | QPlatformPrintDevice::QPlatformPrintDevice | Prototype: | QPlatformPrintDevice::QPlatformPrintDevice(const QString &id) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qplatformprintdevice.cpp | Lines: | 68-84 |
| | 2 | 1 |
QPlatformPrintDevice::isValidName: | QPlatformPrintDevice::isValid | Prototype: | bool QPlatformPrintDevice::isValid() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qplatformprintdevice.cpp | Lines: | 110-113 |
| | 1 | 1 |
QPlatformPrinterSupport::createPrintDeviceName: | QPlatformPrinterSupport::createPrintDevice | Prototype: | QPrintDevice QPlatformPrinterSupport::createPrintDevice(QPlatformPrintDevice *device) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qplatformprintersupport.cpp | Lines: | 81-84 |
| | 1 | 1 |
QPlatformPrinterSupportPlugin::QPlatformPrinterSupportPluginName: | QPlatformPrinterSupportPlugin::QPlatformPrinterSupportPlugin | Prototype: | QPlatformPrinterSupportPlugin::QPlatformPrinterSupportPlugin(QObject *parent) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qplatformprintplugin.cpp | Lines: | 51-54 |
| | 2 | 1 |
QPluginLoader::QPluginLoaderName: | QPluginLoader::QPluginLoader | Prototype: | QPluginLoader::QPluginLoader(QObject *parent) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qpluginloader.cpp | Lines: | 137-140 |
| | 2 | 1 |
QPluginLoader::QPluginLoaderName: | QPluginLoader::QPluginLoader | Prototype: | QPluginLoader::QPluginLoader(const QString &fileName, QObject *parent) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qpluginloader.cpp | Lines: | 153-158 |
| | 2 | 1 |
QPluginLoader::errorStringName: | QPluginLoader::errorString | Prototype: | QString QPluginLoader::errorString() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qpluginloader.cpp | Lines: | 387-390 |
| | 1 | 1 |
QPluginLoader::isLoadedName: | QPluginLoader::isLoaded | Prototype: | bool QPluginLoader::isLoaded() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qpluginloader.cpp | Lines: | 275-278 |
| | 1 | 1 |
QPluginLoader::loadHintsName: | QPluginLoader::loadHints | Prototype: | QLibrary::LoadHints QPluginLoader::loadHints() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qpluginloader.cpp | Lines: | 415-418 |
| | 1 | 1 |
QPluginLoader::setFileNameName: | QPluginLoader::setFileName | Prototype: | void QPluginLoader::setFileName(const QString &fileName) | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qpluginloader.cpp | Lines: | 349-373 |
| | 10 | 3 |
QPluginLoader::setLoadHintsName: | QPluginLoader::setLoadHints | Prototype: | void QPluginLoader::setLoadHints(QLibrary::LoadHints loadHints) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qpluginloader.cpp | Lines: | 406-413 |
| | 4 | 2 |
QPluginLoader::unloadName: | QPluginLoader::unload | Prototype: | bool QPluginLoader::unload() | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qpluginloader.cpp | Lines: | 259-268 |
| | 6 | 3 |
QPluginLoader::~QPluginLoaderName: | QPluginLoader::~QPluginLoader | Prototype: | QPluginLoader::~QPluginLoader() | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qpluginloader.cpp | Lines: | 168-172 |
| | 2 | 2 |
QPollingFileSystemWatcherEngine::QPollingFileSystemWatcherEngineName: | QPollingFileSystemWatcherEngine::QPollingFileSystemWatcherEngine | Prototype: | QPollingFileSystemWatcherEngine::QPollingFileSystemWatcherEngine(QObject *parent) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfilesystemwatcher_polling.cpp | Lines: | 47-52 |
| | 1 | 1 |
QPreviewPaintEngine::QPreviewPaintEngineName: | QPreviewPaintEngine::QPreviewPaintEngine | Prototype: | QPreviewPaintEngine::QPreviewPaintEngine() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qpaintengine_preview.cpp | Lines: | 69-75 |
| | 3 | 1 |
QPreviewPaintEngine::beginName: | QPreviewPaintEngine::begin | Prototype: | bool QPreviewPaintEngine::begin(QPaintDevice *) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qpaintengine_preview.cpp | Lines: | 84-99 |
| | 11 | 1 |