| Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–´ |
QBackingStore::resize| Name: | QBackingStore::resize | | Prototype: | void QBackingStore::resize(const QSize &size) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbackingstore.cpp | | Lines: | 217-221 |
| | 2 | 1 |
QBackingStore::setStaticContents| Name: | QBackingStore::setStaticContents | | Prototype: | void QBackingStore::setStaticContents(const QRegion ®ion) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbackingstore.cpp | | Lines: | 254-257 |
| | 1 | 1 |
QBackingStore::size| Name: | QBackingStore::size | | Prototype: | QSize QBackingStore::size() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbackingstore.cpp | | Lines: | 226-229 |
| | 1 | 1 |
QBackingStore::staticContents| Name: | QBackingStore::staticContents | | Prototype: | QRegion QBackingStore::staticContents() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbackingstore.cpp | | Lines: | 263-266 |
| | 1 | 1 |
QBackingStore::window| Name: | QBackingStore::window | | Prototype: | QWindow* QBackingStore::window() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbackingstore.cpp | | Lines: | 155-158 |
| | 1 | 1 |
QBackingStore::~QBackingStore| Name: | QBackingStore::~QBackingStore | | Prototype: | QBackingStore::~QBackingStore() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbackingstore.cpp | | Lines: | 146-149 |
| | 1 | 1 |
QBackingStorePrivate::QBackingStorePrivate| Name: | QBackingStorePrivate::QBackingStorePrivate | | Prototype: | QBackingStorePrivate(QWindow *w) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbackingstore.cpp | | Lines: | 59-62 |
| | 2 | 1 |
QBalloonTip::isBalloonVisible| Name: | QBalloonTip::isBalloonVisible | | Prototype: | bool QBalloonTip::isBalloonVisible() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qsystemtrayicon.cpp | | Lines: | 432-435 |
| | 1 | 1 |
QBalloonTip::paintEvent| Name: | QBalloonTip::paintEvent | | Prototype: | void QBalloonTip::paintEvent(QPaintEvent *) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qsystemtrayicon.cpp | | Lines: | 552-556 |
| | 2 | 1 |
QBalloonTip::resizeEvent| Name: | QBalloonTip::resizeEvent | | Prototype: | void QBalloonTip::resizeEvent(QResizeEvent *ev) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qsystemtrayicon.cpp | | Lines: | 558-561 |
| | 1 | 1 |
QBalloonTip::~QBalloonTip| Name: | QBalloonTip::~QBalloonTip | | Prototype: | QBalloonTip::~QBalloonTip() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qsystemtrayicon.cpp | | Lines: | 547-550 |
| | 1 | 1 |
QBasicAtomicBitField::allocateSpecific| Name: | QBasicAtomicBitField::allocateSpecific | | Prototype: | bool allocateSpecific(int which) noexcept | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreevent.cpp | | Lines: | 411-425 |
| | 5 | 1 |
QBasicDrag::QBasicDrag| Name: | QBasicDrag::QBasicDrag | | Prototype: | QBasicDrag::QBasicDrag() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsimpledrag.cpp | | Lines: | 94-100 |
| | 2 | 1 |
QBasicDrag::cancel| Name: | QBasicDrag::cancel | | Prototype: | void QBasicDrag::cancel() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsimpledrag.cpp | | Lines: | 251-256 |
| | 3 | 1 |
QBasicDrag::disableEventFilter| Name: | QBasicDrag::disableEventFilter | | Prototype: | void QBasicDrag::disableEventFilter() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsimpledrag.cpp | | Lines: | 112-115 |
| | 1 | 1 |
QBasicDrag::drag| Name: | QBasicDrag::drag | | Prototype: | Qt::DropAction QBasicDrag::drag(QDrag *o) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsimpledrag.cpp | | Lines: | 181-199 |
| | 14 | 1 |
QBasicDrag::drop| Name: | QBasicDrag::drop | | Prototype: | void QBasicDrag::drop(const QPoint &) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsimpledrag.cpp | | Lines: | 269-274 |
| | 3 | 1 |
QBasicDrag::enableEventFilter| Name: | QBasicDrag::enableEventFilter | | Prototype: | void QBasicDrag::enableEventFilter() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsimpledrag.cpp | | Lines: | 107-110 |
| | 1 | 1 |
QBasicDrag::recreateShapedPixmapWindow| Name: | QBasicDrag::recreateShapedPixmapWindow | | Prototype: | void QBasicDrag::recreateShapedPixmapWindow(QScreen *screen, const QPoint &pos) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsimpledrag.cpp | | Lines: | 237-249 |
| | 7 | 1 |
QBasicDrag::~QBasicDrag| Name: | QBasicDrag::~QBasicDrag | | Prototype: | QBasicDrag::~QBasicDrag() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsimpledrag.cpp | | Lines: | 102-105 |
| | 1 | 1 |
QBasicFontDatabase::addApplicationFont| Name: | QBasicFontDatabase::addApplicationFont | | Prototype: | QStringList QBasicFontDatabase::addApplicationFont(const QByteArray &fontData, const QString &fileName) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/fontdatabases/basic/qbasicfontdatabase.cpp | | Lines: | 169-172 |
| | 1 | 1 |
QBasicFontDatabase::releaseHandle| Name: | QBasicFontDatabase::releaseHandle | | Prototype: | void QBasicFontDatabase::releaseHandle(void *handle) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/fontdatabases/basic/qbasicfontdatabase.cpp | | Lines: | 174-178 |
| | 2 | 1 |
QBasicKeyEventTransition::QBasicKeyEventTransition| Name: | QBasicKeyEventTransition::QBasicKeyEventTransition | | Prototype: | QBasicKeyEventTransition::QBasicKeyEventTransition(QState *sourceState) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/statemachine/qbasickeyeventtransition.cpp | | Lines: | 87-90 |
| | 2 | 1 |
QBasicKeyEventTransition::QBasicKeyEventTransition| Name: | QBasicKeyEventTransition::QBasicKeyEventTransition | | Prototype: | QBasicKeyEventTransition::QBasicKeyEventTransition(QEvent::Type type, int key, QState *sourceState) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/statemachine/qbasickeyeventtransition.cpp | | Lines: | 96-103 |
| | 3 | 1 |
QBasicKeyEventTransition::QBasicKeyEventTransition| Name: | QBasicKeyEventTransition::QBasicKeyEventTransition | | Prototype: | QBasicKeyEventTransition::QBasicKeyEventTransition(QEvent::Type type, int key, Qt::KeyboardModifiers modifierMask, QState *sourceState) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/statemachine/qbasickeyeventtransition.cpp | | Lines: | 109-118 |
| | 4 | 1 |
QBasicKeyEventTransition::eventType| Name: | QBasicKeyEventTransition::eventType | | Prototype: | QEvent::Type QBasicKeyEventTransition::eventType() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/statemachine/qbasickeyeventtransition.cpp | | Lines: | 130-134 |
| | 2 | 1 |
QBasicKeyEventTransition::key| Name: | QBasicKeyEventTransition::key | | Prototype: | int QBasicKeyEventTransition::key() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/statemachine/qbasickeyeventtransition.cpp | | Lines: | 148-152 |
| | 2 | 1 |
QBasicKeyEventTransition::modifierMask| Name: | QBasicKeyEventTransition::modifierMask | | Prototype: | Qt::KeyboardModifiers QBasicKeyEventTransition::modifierMask() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/statemachine/qbasickeyeventtransition.cpp | | Lines: | 167-171 |
| | 2 | 1 |
QBasicKeyEventTransition::setEventType| Name: | QBasicKeyEventTransition::setEventType | | Prototype: | void QBasicKeyEventTransition::setEventType(QEvent::Type type) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/statemachine/qbasickeyeventtransition.cpp | | Lines: | 139-143 |
| | 2 | 1 |
QBasicKeyEventTransition::setKey| Name: | QBasicKeyEventTransition::setKey | | Prototype: | void QBasicKeyEventTransition::setKey(int key) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/statemachine/qbasickeyeventtransition.cpp | | Lines: | 157-161 |
| | 2 | 1 |
QBasicKeyEventTransition::setModifierMask| Name: | QBasicKeyEventTransition::setModifierMask | | Prototype: | void QBasicKeyEventTransition::setModifierMask(Qt::KeyboardModifiers modifierMask) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/statemachine/qbasickeyeventtransition.cpp | | Lines: | 177-181 |
| | 2 | 1 |
QBasicKeyEventTransitionPrivate::QBasicKeyEventTransitionPrivate| Name: | QBasicKeyEventTransitionPrivate::QBasicKeyEventTransitionPrivate | | Prototype: | QBasicKeyEventTransitionPrivate::QBasicKeyEventTransitionPrivate() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/statemachine/qbasickeyeventtransition.cpp | | Lines: | 72-77 |
| | 3 | 1 |
QBasicKeyEventTransitionPrivate::get| Name: | QBasicKeyEventTransitionPrivate::get | | Prototype: | QBasicKeyEventTransitionPrivate *QBasicKeyEventTransitionPrivate::get(QBasicKeyEventTransition *q) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/statemachine/qbasickeyeventtransition.cpp | | Lines: | 79-82 |
| | 1 | 1 |
QBasicMouseEventTransition::QBasicMouseEventTransition| Name: | QBasicMouseEventTransition::QBasicMouseEventTransition | | Prototype: | QBasicMouseEventTransition::QBasicMouseEventTransition(QState *sourceState) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/statemachine/qbasicmouseeventtransition.cpp | | Lines: | 88-91 |
| | 2 | 1 |
QBasicMouseEventTransition::QBasicMouseEventTransition| Name: | QBasicMouseEventTransition::QBasicMouseEventTransition | | Prototype: | QBasicMouseEventTransition::QBasicMouseEventTransition(QEvent::Type type, Qt::MouseButton button, QState *sourceState) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/statemachine/qbasicmouseeventtransition.cpp | | Lines: | 96-104 |
| | 3 | 1 |
QBasicMouseEventTransition::button| Name: | QBasicMouseEventTransition::button | | Prototype: | Qt::MouseButton QBasicMouseEventTransition::button() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/statemachine/qbasicmouseeventtransition.cpp | | Lines: | 134-138 |
| | 2 | 1 |
QBasicMouseEventTransition::eventType| Name: | QBasicMouseEventTransition::eventType | | Prototype: | QEvent::Type QBasicMouseEventTransition::eventType() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/statemachine/qbasicmouseeventtransition.cpp | | Lines: | 116-120 |
| | 2 | 1 |
QBasicMouseEventTransition::hitTestPath| Name: | QBasicMouseEventTransition::hitTestPath | | Prototype: | QPainterPath QBasicMouseEventTransition::hitTestPath() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/statemachine/qbasicmouseeventtransition.cpp | | Lines: | 172-176 |
| | 2 | 1 |
QBasicMouseEventTransition::modifierMask| Name: | QBasicMouseEventTransition::modifierMask | | Prototype: | Qt::KeyboardModifiers QBasicMouseEventTransition::modifierMask() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/statemachine/qbasicmouseeventtransition.cpp | | Lines: | 153-157 |
| | 2 | 1 |
QBasicMouseEventTransition::setButton| Name: | QBasicMouseEventTransition::setButton | | Prototype: | void QBasicMouseEventTransition::setButton(Qt::MouseButton button) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/statemachine/qbasicmouseeventtransition.cpp | | Lines: | 143-147 |
| | 2 | 1 |
QBasicMouseEventTransition::setEventType| Name: | QBasicMouseEventTransition::setEventType | | Prototype: | void QBasicMouseEventTransition::setEventType(QEvent::Type type) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/statemachine/qbasicmouseeventtransition.cpp | | Lines: | 125-129 |
| | 2 | 1 |
QBasicMouseEventTransition::setHitTestPath| Name: | QBasicMouseEventTransition::setHitTestPath | | Prototype: | void QBasicMouseEventTransition::setHitTestPath(const QPainterPath &path) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/statemachine/qbasicmouseeventtransition.cpp | | Lines: | 181-185 |
| | 2 | 1 |
QBasicMouseEventTransition::setModifierMask| Name: | QBasicMouseEventTransition::setModifierMask | | Prototype: | void QBasicMouseEventTransition::setModifierMask(Qt::KeyboardModifiers modifierMask) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/statemachine/qbasicmouseeventtransition.cpp | | Lines: | 163-167 |
| | 2 | 1 |
QBasicMouseEventTransitionPrivate::QBasicMouseEventTransitionPrivate| Name: | QBasicMouseEventTransitionPrivate::QBasicMouseEventTransitionPrivate | | Prototype: | QBasicMouseEventTransitionPrivate::QBasicMouseEventTransitionPrivate() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/statemachine/qbasicmouseeventtransition.cpp | | Lines: | 74-78 |
| | 2 | 1 |
QBasicMouseEventTransitionPrivate::get| Name: | QBasicMouseEventTransitionPrivate::get | | Prototype: | QBasicMouseEventTransitionPrivate *QBasicMouseEventTransitionPrivate::get(QBasicMouseEventTransition *q) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/statemachine/qbasicmouseeventtransition.cpp | | Lines: | 80-83 |
| | 1 | 1 |
QBasicMutex::isRecursive| Name: | QBasicMutex::isRecursive | | Prototype: | bool QBasicMutex::isRecursive() noexcept | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qmutex.cpp | | Lines: | 285-288 |
| | 1 | 1 |
QBasicMutex::isRecursive| Name: | QBasicMutex::isRecursive | | Prototype: | bool QBasicMutex::isRecursive() const noexcept | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qmutex.cpp | | Lines: | 296-299 |
| | 1 | 1 |
QBasicMutex::lockInternal| Name: | QBasicMutex::lockInternal | | Prototype: | void QBasicMutex::lockInternal() noexcept | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qmutex_linux.cpp | | Lines: | 177-181 |
| | 2 | 1 |
QBasicMutex::lockInternal| Name: | QBasicMutex::lockInternal | | Prototype: | bool QBasicMutex::lockInternal(int timeout) noexcept | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qmutex_linux.cpp | | Lines: | 183-189 |
| | 4 | 1 |
QBasicMutex::unlockInternal| Name: | QBasicMutex::unlockInternal | | Prototype: | void QBasicMutex::unlockInternal() noexcept | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qmutex_linux.cpp | | Lines: | 191-201 |
| | 7 | 1 |
QBearerEngine::QBearerEngine| Name: | QBearerEngine::QBearerEngine | | Prototype: | QBearerEngine::QBearerEngine(QObject *parent) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/bearer/qbearerengine.cpp | | Lines: | 65-68 |
| | 2 | 1 |
QBearerEngine::configurationsInUse| Name: | QBearerEngine::configurationsInUse | | Prototype: | bool QBearerEngine::configurationsInUse() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/bearer/qbearerengine.cpp | | Lines: | 88-94 |
| | 4 | 1 |
QBearerEngine::requiresPolling| Name: | QBearerEngine::requiresPolling | | Prototype: | bool QBearerEngine::requiresPolling() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/bearer/qbearerengine.cpp | | Lines: | 77-80 |
| | 1 | 1 |
QBearerEngine::~QBearerEngine| Name: | QBearerEngine::~QBearerEngine | | Prototype: | QBearerEngine::~QBearerEngine() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/bearer/qbearerengine.cpp | | Lines: | 70-75 |
| | 3 | 1 |
QBearerEnginePlugin::QBearerEnginePlugin| Name: | QBearerEnginePlugin::QBearerEnginePlugin | | Prototype: | QBearerEnginePlugin::QBearerEnginePlugin(QObject *parent) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/bearer/qbearerplugin.cpp | | Lines: | 46-49 |
| | 2 | 1 |
QBenchmarkCallgrindMeasurer::adjustIterationCount| Name: | QBenchmarkCallgrindMeasurer::adjustIterationCount | | Prototype: | int QBenchmarkCallgrindMeasurer::adjustIterationCount(int) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkvalgrind.cpp | | Lines: | 225-228 |
| | 1 | 1 |
QBenchmarkCallgrindMeasurer::adjustMedianCount| Name: | QBenchmarkCallgrindMeasurer::adjustMedianCount | | Prototype: | int QBenchmarkCallgrindMeasurer::adjustMedianCount(int) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkvalgrind.cpp | | Lines: | 230-233 |
| | 1 | 1 |
QBenchmarkCallgrindMeasurer::checkpoint| Name: | QBenchmarkCallgrindMeasurer::checkpoint | | Prototype: | qint64 QBenchmarkCallgrindMeasurer::checkpoint() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkvalgrind.cpp | | Lines: | 207-212 |
| | 3 | 1 |
QBenchmarkCallgrindMeasurer::isMeasurementAccepted| Name: | QBenchmarkCallgrindMeasurer::isMeasurementAccepted | | Prototype: | bool QBenchmarkCallgrindMeasurer::isMeasurementAccepted(qint64 measurement) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkvalgrind.cpp | | Lines: | 219-223 |
| | 2 | 1 |
QBenchmarkCallgrindMeasurer::metricType| Name: | QBenchmarkCallgrindMeasurer::metricType | | Prototype: | QTest::QBenchmarkMetric QBenchmarkCallgrindMeasurer::metricType() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkvalgrind.cpp | | Lines: | 240-243 |
| | 1 | 1 |
QBenchmarkCallgrindMeasurer::needsWarmupIteration| Name: | QBenchmarkCallgrindMeasurer::needsWarmupIteration | | Prototype: | bool QBenchmarkCallgrindMeasurer::needsWarmupIteration() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkvalgrind.cpp | | Lines: | 235-238 |
| | 1 | 1 |
QBenchmarkCallgrindMeasurer::start| Name: | QBenchmarkCallgrindMeasurer::start | | Prototype: | void QBenchmarkCallgrindMeasurer::start() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkvalgrind.cpp | | Lines: | 202-205 |
| | 1 | 1 |
QBenchmarkCallgrindMeasurer::stop| Name: | QBenchmarkCallgrindMeasurer::stop | | Prototype: | qint64 QBenchmarkCallgrindMeasurer::stop() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkvalgrind.cpp | | Lines: | 214-217 |
| | 1 | 1 |
QBenchmarkEvent::QBenchmarkEvent| Name: | QBenchmarkEvent::QBenchmarkEvent | | Prototype: | QBenchmarkEvent::QBenchmarkEvent() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkevent.cpp | | Lines: | 47-50 |
| | 2 | 1 |
QBenchmarkEvent::adjustIterationCount| Name: | QBenchmarkEvent::adjustIterationCount | | Prototype: | int QBenchmarkEvent::adjustIterationCount(int suggestion) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkevent.cpp | | Lines: | 82-85 |
| | 1 | 1 |
QBenchmarkEvent::adjustMedianCount| Name: | QBenchmarkEvent::adjustMedianCount | | Prototype: | int QBenchmarkEvent::adjustMedianCount(int suggestion) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkevent.cpp | | Lines: | 87-91 |
| | 2 | 1 |
QBenchmarkEvent::checkpoint| Name: | QBenchmarkEvent::checkpoint | | Prototype: | qint64 QBenchmarkEvent::checkpoint() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkevent.cpp | | Lines: | 62-65 |
| | 1 | 1 |
QBenchmarkEvent::isMeasurementAccepted| Name: | QBenchmarkEvent::isMeasurementAccepted | | Prototype: | bool QBenchmarkEvent::isMeasurementAccepted(qint64 measurement) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkevent.cpp | | Lines: | 76-80 |
| | 2 | 1 |
QBenchmarkEvent::metricType| Name: | QBenchmarkEvent::metricType | | Prototype: | QTest::QBenchmarkMetric QBenchmarkEvent::metricType() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkevent.cpp | | Lines: | 93-96 |
| | 1 | 1 |
QBenchmarkEvent::nativeEventFilter| Name: | QBenchmarkEvent::nativeEventFilter | | Prototype: | bool QBenchmarkEvent::nativeEventFilter(const QByteArray &eventType, void *message, long *result) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkevent.cpp | | Lines: | 99-107 |
| | 5 | 1 |
QBenchmarkEvent::start| Name: | QBenchmarkEvent::start | | Prototype: | void QBenchmarkEvent::start() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkevent.cpp | | Lines: | 56-60 |
| | 2 | 1 |
QBenchmarkEvent::stop| Name: | QBenchmarkEvent::stop | | Prototype: | qint64 QBenchmarkEvent::stop() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkevent.cpp | | Lines: | 67-71 |
| | 2 | 1 |
QBenchmarkGlobalData::QBenchmarkGlobalData| Name: | QBenchmarkGlobalData::QBenchmarkGlobalData | | Prototype: | QBenchmarkGlobalData::QBenchmarkGlobalData() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmark.cpp | | Lines: | 53-64 |
| | 1 | 1 |
QBenchmarkGlobalData::~QBenchmarkGlobalData| Name: | QBenchmarkGlobalData::~QBenchmarkGlobalData | | Prototype: | QBenchmarkGlobalData::~QBenchmarkGlobalData() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmark.cpp | | Lines: | 66-70 |
| | 2 | 1 |
QBenchmarkPerfEventsMeasurer::QBenchmarkPerfEventsMeasurer| Name: | QBenchmarkPerfEventsMeasurer::QBenchmarkPerfEventsMeasurer | | Prototype: | QBenchmarkPerfEventsMeasurer::QBenchmarkPerfEventsMeasurer() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkperfevents.cpp | | Lines: | 498-501 |
| | 2 | 1 |
QBenchmarkPerfEventsMeasurer::adjustIterationCount| Name: | QBenchmarkPerfEventsMeasurer::adjustIterationCount | | Prototype: | int QBenchmarkPerfEventsMeasurer::adjustIterationCount(int) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkperfevents.cpp | | Lines: | 555-558 |
| | 1 | 1 |
QBenchmarkPerfEventsMeasurer::adjustMedianCount| Name: | QBenchmarkPerfEventsMeasurer::adjustMedianCount | | Prototype: | int QBenchmarkPerfEventsMeasurer::adjustMedianCount(int) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkperfevents.cpp | | Lines: | 560-563 |
| | 1 | 1 |
QBenchmarkPerfEventsMeasurer::checkpoint| Name: | QBenchmarkPerfEventsMeasurer::checkpoint | | Prototype: | qint64 QBenchmarkPerfEventsMeasurer::checkpoint() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkperfevents.cpp | | Lines: | 535-541 |
| | 4 | 1 |
QBenchmarkPerfEventsMeasurer::isAvailable| Name: | QBenchmarkPerfEventsMeasurer::isAvailable | | Prototype: | bool QBenchmarkPerfEventsMeasurer::isAvailable() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkperfevents.cpp | | Lines: | 144-149 |
| | 1 | 1 |
QBenchmarkPerfEventsMeasurer::isMeasurementAccepted| Name: | QBenchmarkPerfEventsMeasurer::isMeasurementAccepted | | Prototype: | bool QBenchmarkPerfEventsMeasurer::isMeasurementAccepted(qint64) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkperfevents.cpp | | Lines: | 550-553 |
| | 1 | 1 |
QBenchmarkPerfEventsMeasurer::metricType| Name: | QBenchmarkPerfEventsMeasurer::metricType | | Prototype: | QTest::QBenchmarkMetric QBenchmarkPerfEventsMeasurer::metricType() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkperfevents.cpp | | Lines: | 565-568 |
| | 1 | 1 |
QBenchmarkPerfEventsMeasurer::stop| Name: | QBenchmarkPerfEventsMeasurer::stop | | Prototype: | qint64 QBenchmarkPerfEventsMeasurer::stop() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkperfevents.cpp | | Lines: | 543-548 |
| | 2 | 1 |
QBenchmarkPerfEventsMeasurer::~QBenchmarkPerfEventsMeasurer| Name: | QBenchmarkPerfEventsMeasurer::~QBenchmarkPerfEventsMeasurer | | Prototype: | QBenchmarkPerfEventsMeasurer::~QBenchmarkPerfEventsMeasurer() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkperfevents.cpp | | Lines: | 503-506 |
| | 1 | 1 |
QBenchmarkTestMethodData::QBenchmarkTestMethodData| Name: | QBenchmarkTestMethodData::QBenchmarkTestMethodData | | Prototype: | QBenchmarkTestMethodData::QBenchmarkTestMethodData() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmark.cpp | | Lines: | 118-121 |
| | 2 | 1 |
QBenchmarkTestMethodData::beginDataRun| Name: | QBenchmarkTestMethodData::beginDataRun | | Prototype: | void QBenchmarkTestMethodData::beginDataRun() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmark.cpp | | Lines: | 128-131 |
| | 1 | 1 |
QBenchmarkTestMethodData::~QBenchmarkTestMethodData| Name: | QBenchmarkTestMethodData::~QBenchmarkTestMethodData | | Prototype: | QBenchmarkTestMethodData::~QBenchmarkTestMethodData() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmark.cpp | | Lines: | 123-126 |
| | 1 | 1 |
QBenchmarkTickMeasurer::adjustIterationCount| Name: | QBenchmarkTickMeasurer::adjustIterationCount | | Prototype: | int QBenchmarkTickMeasurer::adjustIterationCount(int) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkmeasurement.cpp | | Lines: | 114-117 |
| | 1 | 1 |
QBenchmarkTickMeasurer::adjustMedianCount| Name: | QBenchmarkTickMeasurer::adjustMedianCount | | Prototype: | int QBenchmarkTickMeasurer::adjustMedianCount(int) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkmeasurement.cpp | | Lines: | 119-122 |
| | 1 | 1 |
QBenchmarkTickMeasurer::checkpoint| Name: | QBenchmarkTickMeasurer::checkpoint | | Prototype: | qint64 QBenchmarkTickMeasurer::checkpoint() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkmeasurement.cpp | | Lines: | 97-101 |
| | 2 | 1 |
QBenchmarkTickMeasurer::isMeasurementAccepted| Name: | QBenchmarkTickMeasurer::isMeasurementAccepted | | Prototype: | bool QBenchmarkTickMeasurer::isMeasurementAccepted(qint64) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkmeasurement.cpp | | Lines: | 109-112 |
| | 1 | 1 |
QBenchmarkTickMeasurer::metricType| Name: | QBenchmarkTickMeasurer::metricType | | Prototype: | QTest::QBenchmarkMetric QBenchmarkTickMeasurer::metricType() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkmeasurement.cpp | | Lines: | 129-132 |
| | 1 | 1 |
QBenchmarkTickMeasurer::needsWarmupIteration| Name: | QBenchmarkTickMeasurer::needsWarmupIteration | | Prototype: | bool QBenchmarkTickMeasurer::needsWarmupIteration() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkmeasurement.cpp | | Lines: | 124-127 |
| | 1 | 1 |
QBenchmarkTickMeasurer::start| Name: | QBenchmarkTickMeasurer::start | | Prototype: | void QBenchmarkTickMeasurer::start() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkmeasurement.cpp | | Lines: | 92-95 |
| | 1 | 1 |
QBenchmarkTickMeasurer::stop| Name: | QBenchmarkTickMeasurer::stop | | Prototype: | qint64 QBenchmarkTickMeasurer::stop() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkmeasurement.cpp | | Lines: | 103-107 |
| | 2 | 1 |
QBenchmarkTimeMeasurer::adjustIterationCount| Name: | QBenchmarkTimeMeasurer::adjustIterationCount | | Prototype: | int QBenchmarkTimeMeasurer::adjustIterationCount(int suggestion) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkmeasurement.cpp | | Lines: | 70-73 |
| | 1 | 1 |
QBenchmarkTimeMeasurer::adjustMedianCount| Name: | QBenchmarkTimeMeasurer::adjustMedianCount | | Prototype: | int QBenchmarkTimeMeasurer::adjustMedianCount(int) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkmeasurement.cpp | | Lines: | 80-83 |
| | 1 | 1 |
QBenchmarkTimeMeasurer::checkpoint| Name: | QBenchmarkTimeMeasurer::checkpoint | | Prototype: | qint64 QBenchmarkTimeMeasurer::checkpoint() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkmeasurement.cpp | | Lines: | 55-58 |
| | 1 | 1 |
QBenchmarkTimeMeasurer::isMeasurementAccepted| Name: | QBenchmarkTimeMeasurer::isMeasurementAccepted | | Prototype: | bool QBenchmarkTimeMeasurer::isMeasurementAccepted(qint64 measurement) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkmeasurement.cpp | | Lines: | 65-68 |
| | 1 | 1 |
QBenchmarkTimeMeasurer::metricType| Name: | QBenchmarkTimeMeasurer::metricType | | Prototype: | QTest::QBenchmarkMetric QBenchmarkTimeMeasurer::metricType() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkmeasurement.cpp | | Lines: | 85-88 |
| | 1 | 1 |
QBenchmarkTimeMeasurer::needsWarmupIteration| Name: | QBenchmarkTimeMeasurer::needsWarmupIteration | | Prototype: | bool QBenchmarkTimeMeasurer::needsWarmupIteration() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkmeasurement.cpp | | Lines: | 75-78 |
| | 1 | 1 |