| Function | Condition %▴ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QObject::blockSignals| Name: | 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::connectNotify| Name: | 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::deleteLater| Name: | 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::disconnectNotify| Name: | 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::dynamicPropertyNames| Name: | 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::event| Name: | 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::eventFilter| Name: | 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::objectName| Name: | 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::registerUserData| Name: | 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::removeEventFilter| Name: | 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::sender| Name: | 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::senderSignalIndex| Name: | 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::setObjectName| Name: | 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::setParent| Name: | 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::setUserData| Name: | 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::thread| Name: | 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::QObjectConnectionListVector| Name: | 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::QObjectPrivate| Name: | 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_reregisterTimers| Name: | 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::addConnection| Name: | 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::cleanConnectionLists| Name: | 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::deleteChildren| Name: | 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::disconnect| Name: | 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_helper| Name: | 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_helper| Name: | 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::signalIndex| Name: | 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::QOpenSslLocks| Name: | 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::initLock| Name: | 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::lock| Name: | 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::~QOpenSslLocks| Name: | 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::QPAEventDispatcherGlib| Name: | 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::processEvents| Name: | 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::~QPAEventDispatcherGlib| Name: | 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::QPAEventDispatcherGlibPrivate| Name: | 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::QPagePreview| Name: | 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::setPageLayout| Name: | 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::setPagePreviewLayout| Name: | 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::QPageSetupDialog| Name: | 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::QPageSetupDialogPrivate| Name: | 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::QPageSetupWidget| Name: | 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::initPagesPerSheet| Name: | 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::initUnits| Name: | 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::selectPrinter| Name: | 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::QParallelAnimationGroup| Name: | 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::duration| Name: | 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::event| Name: | 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::updateState| Name: | 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::animationRemoved| Name: | 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::connectUncontrolledAnimations| Name: | 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::disconnectUncontrolledAnimations| Name: | 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::isUncontrolledAnimationFinished| Name: | 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::shouldAnimationStart| Name: | 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::QPauseAnimation| Name: | 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::QPauseAnimation| Name: | 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::duration| Name: | 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::QPauseAnimationPrivate| Name: | 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::QPdfPrintEngine| Name: | 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::begin| Name: | 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::end| Name: | 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::metric| Name: | 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::QPdfPrintEnginePrivate| Name: | 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::QPersistentModelIndex| Name: | 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::QPersistentModelIndex| Name: | 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::QPersistentModelIndex| Name: | 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::column| Name: | 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::isValid| Name: | 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::parent| Name: | 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::row| Name: | 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::~QPersistentModelIndex| Name: | 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::create| Name: | 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::destroy| Name: | 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::QPlainTestLogger| Name: | 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::addIncident| Name: | 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::addMessage| Name: | 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::enterTestFunction| Name: | 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::outputMessage| Name: | 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::startLogging| Name: | 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::stopLogging| Name: | 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::QPlatformPrintDevice| Name: | 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::QPlatformPrintDevice| Name: | 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::isValid| Name: | 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::createPrintDevice| Name: | 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::QPlatformPrinterSupportPlugin| Name: | 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::QPluginLoader| Name: | 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::QPluginLoader| Name: | 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::errorString| Name: | 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::isLoaded| Name: | 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::loadHints| Name: | 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::setFileName| Name: | 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::setLoadHints| Name: | 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::unload| Name: | 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::~QPluginLoader| Name: | 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::QPollingFileSystemWatcherEngine| Name: | 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::QPreviewPaintEngine| Name: | 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::begin| Name: | 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 |