| Function | Condition % | eLOC - Effective Lines of Codeā¾ | McCabe - Cyclomatic Complexity |
event| Name: | 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: | 307-334 |
| | 16 | 5 |
disconnectOutputInterface| Name: | 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: | 396-407 |
| | 7 | 2 |
connectNotify| Name: | 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: | 350-366 |
| | 6 | 4 |
disconnectNotify| Name: | 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: | 368-374 |
| | 3 | 2 |
setPendingResultsLimit| Name: | 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: | 344-348 |
| | 2 | 1 |
isFinished| Name: | 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: | 253-257 |
| | 2 | 1 |
waitForFinished| Name: | 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: | 302-305 |
| | 1 | 1 |
togglePaused| Name: | 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: | 186-189 |
| | 1 | 1 |
setPaused| Name: | 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: | 148-151 |
| | 1 | 1 |
resume| Name: | 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: | 172-175 |
| | 1 | 1 |
progressValue| Name: | 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: | 198-201 |
| | 1 | 1 |
progressText| Name: | 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: | 233-236 |
| | 1 | 1 |
progressMinimum| Name: | 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: | 209-212 |
| | 1 | 1 |
progressMaximum| Name: | 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: | 220-223 |
| | 1 | 1 |
pause| Name: | 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: | 160-163 |
| | 1 | 1 |
isStarted| Name: | 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: | 243-246 |
| | 1 | 1 |
isRunning| Name: | 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: | 264-267 |
| | 1 | 1 |
isPaused| Name: | 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: | 292-295 |
| | 1 | 1 |
isCanceled| Name: | 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: | 277-280 |
| | 1 | 1 |
connectOutputInterface| Name: | 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: | 388-391 |
| | 1 | 1 |
cancel| Name: | 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: | 126-129 |
| | 1 | 1 |
QFutureWatcherBase| Name: | 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: | 100-102 |
| | 1 | 1 |