Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
waitForFinishedName: | QFutureWatcherBase::waitForFinished | Prototype: | void QFutureWatcherBase::waitForFinished() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qfuturewatcher.cpp | Lines: | 308-311 |
| | 1 | 1 |
togglePausedName: | QFutureWatcherBase::togglePaused | Prototype: | void QFutureWatcherBase::togglePaused() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qfuturewatcher.cpp | Lines: | 192-195 |
| | 1 | 1 |
resumeName: | QFutureWatcherBase::resume | Prototype: | void QFutureWatcherBase::resume() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qfuturewatcher.cpp | Lines: | 178-181 |
| | 1 | 1 |
progressValueName: | QFutureWatcherBase::progressValue | Prototype: | int QFutureWatcherBase::progressValue() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qfuturewatcher.cpp | Lines: | 204-207 |
| | 1 | 1 |
progressTextName: | QFutureWatcherBase::progressText | Prototype: | QString QFutureWatcherBase::progressText() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qfuturewatcher.cpp | Lines: | 239-242 |
| | 1 | 1 |
progressMinimumName: | QFutureWatcherBase::progressMinimum | Prototype: | int QFutureWatcherBase::progressMinimum() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qfuturewatcher.cpp | Lines: | 215-218 |
| | 1 | 1 |
progressMaximumName: | QFutureWatcherBase::progressMaximum | Prototype: | int QFutureWatcherBase::progressMaximum() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qfuturewatcher.cpp | Lines: | 226-229 |
| | 1 | 1 |
pauseName: | QFutureWatcherBase::pause | Prototype: | void QFutureWatcherBase::pause() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qfuturewatcher.cpp | Lines: | 166-169 |
| | 1 | 1 |
isStartedName: | QFutureWatcherBase::isStarted | Prototype: | bool QFutureWatcherBase::isStarted() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qfuturewatcher.cpp | Lines: | 249-252 |
| | 1 | 1 |
isRunningName: | QFutureWatcherBase::isRunning | Prototype: | bool QFutureWatcherBase::isRunning() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qfuturewatcher.cpp | Lines: | 270-273 |
| | 1 | 1 |
isPausedName: | QFutureWatcherBase::isPaused | Prototype: | bool QFutureWatcherBase::isPaused() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qfuturewatcher.cpp | Lines: | 298-301 |
| | 1 | 1 |
isFinishedName: | QFutureWatcherBase::isFinished | Prototype: | bool QFutureWatcherBase::isFinished() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qfuturewatcher.cpp | Lines: | 259-263 |
| | 2 | 1 |
isCanceledName: | QFutureWatcherBase::isCanceled | Prototype: | bool QFutureWatcherBase::isCanceled() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qfuturewatcher.cpp | Lines: | 283-286 |
| | 1 | 1 |
disconnectOutputInterfaceName: | QFutureWatcherBase::disconnectOutputInterface | Prototype: | void QFutureWatcherBase::disconnectOutputInterface(bool pendingAssignment) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qfuturewatcher.cpp | Lines: | 402-413 |
| | 7 | 2 |
disconnectNotifyName: | QFutureWatcherBase::disconnectNotify | Prototype: | void QFutureWatcherBase::disconnectNotify(const QMetaMethod &signal) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qfuturewatcher.cpp | Lines: | 374-380 |
| | 3 | 2 |
connectOutputInterfaceName: | QFutureWatcherBase::connectOutputInterface | Prototype: | void QFutureWatcherBase::connectOutputInterface() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qfuturewatcher.cpp | Lines: | 394-397 |
| | 1 | 1 |
connectNotifyName: | QFutureWatcherBase::connectNotify | Prototype: | void QFutureWatcherBase::connectNotify(const QMetaMethod &signal) | Coverage: | 100.000% (10/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qfuturewatcher.cpp | Lines: | 356-372 |
| | 6 | 4 |
cancelName: | QFutureWatcherBase::cancel | Prototype: | void QFutureWatcherBase::cancel() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qfuturewatcher.cpp | Lines: | 132-135 |
| | 1 | 1 |
QFutureWatcherBaseName: | QFutureWatcherBase::QFutureWatcherBase | Prototype: | QFutureWatcherBase::QFutureWatcherBase(QObject *parent) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qfuturewatcher.cpp | Lines: | 106-108 |
| | 1 | 1 |
eventName: | QFutureWatcherBase::event | Prototype: | bool QFutureWatcherBase::event(QEvent *event) | Coverage: | 81.250% (13/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qfuturewatcher.cpp | Lines: | 313-340 |
| | 16 | 5 |
setPendingResultsLimitName: | QFutureWatcherBase::setPendingResultsLimit | Prototype: | void QFutureWatcherBase::setPendingResultsLimit(int limit) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qfuturewatcher.cpp | Lines: | 350-354 |
| | 2 | 1 |
setPausedName: | QFutureWatcherBase::setPaused | Prototype: | void QFutureWatcherBase::setPaused(bool paused) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qfuturewatcher.cpp | Lines: | 154-157 |
| | 1 | 1 |