| Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–´ |
QThreadPool| Name: | QThreadPool::QThreadPool | | Prototype: | QThreadPool::QThreadPool(QObject *parent) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthreadpool.cpp | | Lines: | 419-421 |
| | 1 | 1 |
activeThreadCount| Name: | QThreadPool::activeThreadCount | | Prototype: | int QThreadPool::activeThreadCount() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthreadpool.cpp | | Lines: | 568-573 |
| | 3 | 1 |
clear| Name: | QThreadPool::clear | | Prototype: | void QThreadPool::clear() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthreadpool.cpp | | Lines: | 638-642 |
| | 2 | 1 |
expiryTimeout| Name: | QThreadPool::expiryTimeout | | Prototype: | int QThreadPool::expiryTimeout() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthreadpool.cpp | | Lines: | 515-519 |
| | 2 | 1 |
globalInstance| Name: | QThreadPool::globalInstance | | Prototype: | QThreadPool *QThreadPool::globalInstance() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthreadpool.cpp | | Lines: | 435-438 |
| | 1 | 1 |
maxThreadCount| Name: | QThreadPool::maxThreadCount | | Prototype: | int QThreadPool::maxThreadCount() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthreadpool.cpp | | Lines: | 540-544 |
| | 2 | 1 |
releaseThread| Name: | QThreadPool::releaseThread | | Prototype: | void QThreadPool::releaseThread() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthreadpool.cpp | | Lines: | 606-612 |
| | 4 | 1 |
reserveThread| Name: | QThreadPool::reserveThread | | Prototype: | void QThreadPool::reserveThread() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthreadpool.cpp | | Lines: | 587-592 |
| | 3 | 1 |
~QThreadPool| Name: | QThreadPool::~QThreadPool | | Prototype: | QThreadPool::~QThreadPool() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthreadpool.cpp | | Lines: | 427-430 |
| | 1 | 1 |
setExpiryTimeout| Name: | QThreadPool::setExpiryTimeout | | Prototype: | void QThreadPool::setExpiryTimeout(int expiryTimeout) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthreadpool.cpp | | Lines: | 521-527 |
| | 4 | 2 |
setMaxThreadCount| Name: | QThreadPool::setMaxThreadCount | | Prototype: | void QThreadPool::setMaxThreadCount(int maxThreadCount) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthreadpool.cpp | | Lines: | 546-556 |
| | 6 | 2 |
waitForDone| Name: | QThreadPool::waitForDone | | Prototype: | bool QThreadPool::waitForDone(int msecs) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthreadpool.cpp | | Lines: | 620-627 |
| | 5 | 2 |
cancel| Name: | QThreadPool::cancel | | Prototype: | void QThreadPool::cancel(QRunnable *runnable) | | Coverage: | 88.889% (8/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthreadpool.cpp | | Lines: | 653-661 |
| | 5 | 3 |
tryStart| Name: | QThreadPool::tryStart | | Prototype: | bool QThreadPool::tryStart(QRunnable *runnable) | | Coverage: | 77.778% (7/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthreadpool.cpp | | Lines: | 486-499 |
| | 7 | 3 |
start| Name: | QThreadPool::start | | Prototype: | void QThreadPool::start(QRunnable *runnable, int priority) | | Coverage: | 80.000% (8/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthreadpool.cpp | | Lines: | 455-468 |
| | 8 | 4 |