| Functionâ–ľ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
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: | 537-542 |
| | 2 | 1 |
QBenchmarkPerfEventsMeasurer::start| Name: | QBenchmarkPerfEventsMeasurer::start | | Prototype: | void QBenchmarkPerfEventsMeasurer::start() | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkperfevents.cpp | | Lines: | 506-527 |
| | 9 | 3 |
QBenchmarkPerfEventsMeasurer::setCounter| Name: | QBenchmarkPerfEventsMeasurer::setCounter | | Prototype: | void QBenchmarkPerfEventsMeasurer::setCounter(const char *name) | | Coverage: | 0.000% (0/29) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkperfevents.cpp | | Lines: | 421-465 |
| | 29 | 12 |
QBenchmarkPerfEventsMeasurer::readValue| Name: | QBenchmarkPerfEventsMeasurer::readValue | | Prototype: | qint64 QBenchmarkPerfEventsMeasurer::readValue() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkperfevents.cpp | | Lines: | 599-607 |
| | 4 | 2 |
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: | 559-562 |
| | 1 | 1 |
QBenchmarkPerfEventsMeasurer::metricForEvent| Name: | QBenchmarkPerfEventsMeasurer::metricForEvent | | Prototype: | QTest::QBenchmarkMetric QBenchmarkPerfEventsMeasurer::metricForEvent(quint32 type, quint64 event_id) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkperfevents.cpp | | Lines: | 411-419 |
| | 5 | 3 |
QBenchmarkPerfEventsMeasurer::listCounters| Name: | QBenchmarkPerfEventsMeasurer::listCounters | | Prototype: | void QBenchmarkPerfEventsMeasurer::listCounters() | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkperfevents.cpp | | Lines: | 467-490 |
| | 17 | 3 |
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: | 544-547 |
| | 1 | 1 |
QBenchmarkPerfEventsMeasurer::isAvailable| Name: | QBenchmarkPerfEventsMeasurer::isAvailable | | Prototype: | bool QBenchmarkPerfEventsMeasurer::isAvailable() | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkperfevents.cpp | | Lines: | 138-143 |
| | 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: | 529-535 |
| | 4 | 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: | 554-557 |
| | 1 | 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: | 549-552 |
| | 1 | 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: | 492-495 |
| | 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: | 60-64 |
| | 2 | 1 |
QBenchmarkGlobalData::setMode| Name: | QBenchmarkGlobalData::setMode | | Prototype: | void QBenchmarkGlobalData::setMode(Mode mode) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmark.cpp | | Lines: | 66-73 |
| | 4 | 2 |
QBenchmarkGlobalData::createMeasurer| Name: | QBenchmarkGlobalData::createMeasurer | | Prototype: | QBenchmarkMeasurerBase * QBenchmarkGlobalData::createMeasurer() | | Coverage: | 56.250% (9/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmark.cpp | | Lines: | 75-98 |
| | 11 | 5 |
QBenchmarkGlobalData::adjustMedianIterationCount| Name: | QBenchmarkGlobalData::adjustMedianIterationCount | | Prototype: | int QBenchmarkGlobalData::adjustMedianIterationCount() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmark.cpp | | Lines: | 100-107 |
| | 3 | 2 |
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: | 47-58 |
| | 1 | 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: | 61-65 |
| | 2 | 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: | 50-54 |
| | 2 | 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: | 93-101 |
| | 5 | 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: | 87-90 |
| | 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: | 70-74 |
| | 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: | 56-59 |
| | 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: | 81-85 |
| | 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: | 76-79 |
| | 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: | 41-44 |
| | 2 | 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: | 208-211 |
| | 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: | 196-199 |
| | 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: | 229-232 |
| | 1 | 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: | 234-237 |
| | 1 | 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: | 213-217 |
| | 2 | 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: | 201-206 |
| | 3 | 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: | 224-227 |
| | 1 | 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: | 219-222 |
| | 1 | 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: | 40-43 |
| | 2 | 1 |
QBearerEngine::~QBearerEngine| Name: | QBearerEngine::~QBearerEngine | | Prototype: | QBearerEngine::~QBearerEngine() | | Coverage: | 60.000% (6/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/bearer/qbearerengine.cpp | | Lines: | 45-69 |
| | 16 | 4 |
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: | 71-74 |
| | 1 | 1 |
QBearerEngine::configurationsInUse| Name: | QBearerEngine::configurationsInUse | | Prototype: | bool QBearerEngine::configurationsInUse() const | | Coverage: | 36.842% (7/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/bearer/qbearerengine.cpp | | Lines: | 82-108 |
| | 16 | 7 |
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: | 40-43 |
| | 2 | 1 |
QBasicTimer::stop| Name: | QBasicTimer::stop | | Prototype: | void QBasicTimer::stop() | | Coverage: | 80.000% (8/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qbasictimer.cpp | | Lines: | 174-187 |
| | 8 | 4 |
QBasicTimer::start| Name: | QBasicTimer::start | | Prototype: | void QBasicTimer::start(int msec, QObject *obj) | | Coverage: | 62.500% (10/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qbasictimer.cpp | | Lines: | 110-130 |
| | 14 | 6 |
QBasicTimer::start| Name: | QBasicTimer::start | | Prototype: | void QBasicTimer::start(int msec, Qt::TimerType timerType, QObject *obj) | | Coverage: | 52.632% (10/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qbasictimer.cpp | | Lines: | 143-167 |
| | 17 | 7 |
QBasicMutex::unlockInternal| Name: | QBasicMutex::unlockInternal | | Prototype: | void QBasicMutex::unlockInternal() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qmutex_linux.cpp | | Lines: | 214-224 |
| | 7 | 1 |
QBasicMutex::lockInternal| Name: | QBasicMutex::lockInternal | | Prototype: | void QBasicMutex::lockInternal() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qmutex_linux.cpp | | Lines: | 200-204 |
| | 2 | 1 |
QBasicMutex::lockInternal| Name: | QBasicMutex::lockInternal | | Prototype: | bool QBasicMutex::lockInternal(int timeout) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qmutex_linux.cpp | | Lines: | 206-212 |
| | 4 | 1 |
QBasicMutex::isRecursive| Name: | QBasicMutex::isRecursive | | Prototype: | bool QBasicMutex::isRecursive() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qmutex.cpp | | Lines: | 286-289 |
| | 1 | 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: | 74-77 |
| | 1 | 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: | 68-72 |
| | 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: | 157-161 |
| | 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: | 175-179 |
| | 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: | 119-123 |
| | 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: | 137-141 |
| | 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: | 147-151 |
| | 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: | 166-170 |
| | 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: | 110-114 |
| | 2 | 1 |
QBasicMouseEventTransition::eventTest| Name: | QBasicMouseEventTransition::eventTest | | Prototype: | bool QBasicMouseEventTransition::eventTest(QEvent *event) | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/statemachine/qbasicmouseeventtransition.cpp | | Lines: | 184-194 |
| | 7 | 2 |
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: | 128-132 |
| | 2 | 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: | 82-85 |
| | 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: | 90-98 |
| | 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: | 73-76 |
| | 1 | 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: | 66-71 |
| | 3 | 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: | 171-175 |
| | 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: | 151-155 |
| | 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: | 133-137 |
| | 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: | 161-165 |
| | 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: | 142-146 |
| | 2 | 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: | 124-128 |
| | 2 | 1 |
QBasicKeyEventTransition::eventTest| Name: | QBasicKeyEventTransition::eventTest | | Prototype: | bool QBasicKeyEventTransition::eventTest(QEvent *event) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/statemachine/qbasickeyeventtransition.cpp | | Lines: | 180-189 |
| | 6 | 2 |
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: | 81-84 |
| | 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: | 90-97 |
| | 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: | 103-112 |
| | 4 | 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: | 167-171 |
| | 2 | 1 |
QBasicFontDatabase::populateFontDatabase| Name: | QBasicFontDatabase::populateFontDatabase | | Prototype: | void QBasicFontDatabase::populateFontDatabase() | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/fontdatabases/basic/qbasicfontdatabase.cpp | | Lines: | 55-77 |
| | 15 | 3 |
QBasicFontDatabase::fontEngine| Name: | QBasicFontDatabase::fontEngine | | Prototype: | QFontEngine *QBasicFontDatabase::fontEngine(const QFontDef &fontDef, void *usrPtr) | | Coverage: | 0.000% (0/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/fontdatabases/basic/qbasicfontdatabase.cpp | | Lines: | 79-108 |
| | 19 | 4 |
QBasicFontDatabase::fontEngine| Name: | QBasicFontDatabase::fontEngine | | Prototype: | QFontEngine *QBasicFontDatabase::fontEngine(const QByteArray &fontData, qreal pixelSize, QFont::HintingPreference hintingPreference) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/fontdatabases/basic/qbasicfontdatabase.cpp | | Lines: | 143-160 |
| | 10 | 2 |
QBasicFontDatabase::addTTFile| Name: | QBasicFontDatabase::addTTFile | | Prototype: | QStringList QBasicFontDatabase::addTTFile(const QByteArray &fontData, const QByteArray &file) | | Coverage: | 0.000% (0/61) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/fontdatabases/basic/qbasicfontdatabase.cpp | | Lines: | 175-273 |
| | 73 | 20 |
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: | 162-165 |
| | 1 | 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: | 96-99 |
| | 1 | 1 |
QBasicDrag::updateCursor| Name: | QBasicDrag::updateCursor | | Prototype: | void QBasicDrag::updateCursor(Qt::DropAction action) | | Coverage: | 0.000% (0/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsimpledrag.cpp | | Lines: | 268-303 |
| | 19 | 9 |
QBasicDrag::startDrag| Name: | QBasicDrag::startDrag | | Prototype: | void QBasicDrag::startDrag() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsimpledrag.cpp | | Lines: | 205-217 |
| | 6 | 2 |
QBasicDrag::restoreCursor| Name: | QBasicDrag::restoreCursor | | Prototype: | void QBasicDrag::restoreCursor() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsimpledrag.cpp | | Lines: | 195-203 |
| | 3 | 2 |
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: | 223-235 |
| | 7 | 1 |
QBasicDrag::moveShapedPixmapWindow| Name: | QBasicDrag::moveShapedPixmapWindow | | Prototype: | void QBasicDrag::moveShapedPixmapWindow(const QPoint &globalPos) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsimpledrag.cpp | | Lines: | 249-253 |
| | 2 | 2 |
QBasicDrag::exitDndEventLoop| Name: | QBasicDrag::exitDndEventLoop | | Prototype: | void QBasicDrag::exitDndEventLoop() | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsimpledrag.cpp | | Lines: | 262-266 |
| | 2 | 2 |
QBasicDrag::eventFilter| Name: | QBasicDrag::eventFilter | | Prototype: | bool QBasicDrag::eventFilter(QObject *o, QEvent *e) | | Coverage: | 0.000% (0/32) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsimpledrag.cpp | | Lines: | 117-173 |
| | 30 | 13 |
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: | 101-104 |
| | 1 | 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: | 255-260 |
| | 3 | 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: | 175-193 |
| | 14 | 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: | 106-109 |
| | 1 | 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: | 237-242 |
| | 3 | 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: | 88-94 |
| | 2 | 1 |
QBasicAtomicBitField::allocateSpecific| Name: | QBasicAtomicBitField::allocateSpecific | | Prototype: | bool allocateSpecific(int which) | | Coverage: | 80.000% (4/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreevent.cpp | | Lines: | 403-417 |
| | 5 | 1 |
QBasicAtomicBitField::allocateNext| Name: | QBasicAtomicBitField::allocateNext | | Prototype: | int allocateNext() | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreevent.cpp | | Lines: | 419-436 |
| | 6 | 3 |
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: | 544-547 |
| | 1 | 1 |
QBalloonTip::updateBalloonPosition| Name: | QBalloonTip::updateBalloonPosition | | Prototype: | void QBalloonTip::updateBalloonPosition(const QPoint& pos) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qsystemtrayicon.cpp | | Lines: | 418-424 |
| | 4 | 2 |
QBalloonTip::timerEvent| Name: | QBalloonTip::timerEvent | | Prototype: | void QBalloonTip::timerEvent(QTimerEvent *e) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qsystemtrayicon.cpp | | Lines: | 667-676 |
| | 6 | 3 |
QBalloonTip::showBalloon| Name: | QBalloonTip::showBalloon | | Prototype: | void QBalloonTip::showBalloon(QSystemTrayIcon::MessageIcon icon, const QString& title, const QString& message, QSystemTrayIcon *trayIcon, const QPoint& pos, int timeout, bool showArrow) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qsystemtrayicon.cpp | | Lines: | 395-407 |
| | 7 | 3 |
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: | 555-558 |
| | 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: | 549-553 |
| | 2 | 1 |