Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
yieldCurrentThreadName: | QThread::yieldCurrentThread | Prototype: | void QThread::yieldCurrentThread() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthread_unix.cpp | Lines: | 486-489 |
| | 1 | 1 |
usleepName: | QThread::usleep | Prototype: | void QThread::usleep(unsigned long usecs) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthread_unix.cpp | Lines: | 509-512 |
| | 1 | 1 |
stackSizeName: | QThread::stackSize | Prototype: | uint QThread::stackSize() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthread.cpp | Lines: | 478-483 |
| | 3 | 1 |
sleepName: | QThread::sleep | Prototype: | void QThread::sleep(unsigned long secs) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthread_unix.cpp | Lines: | 499-502 |
| | 1 | 1 |
setTerminationEnabledName: | QThread::setTerminationEnabled | Prototype: | void QThread::setTerminationEnabled(bool enabled) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthread_unix.cpp | Lines: | 704-718 |
| | 13 | 2 |
setStackSizeName: | QThread::setStackSize | Prototype: | void QThread::setStackSize(uint stackSize) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthread.cpp | Lines: | 463-470 |
| | 11 | 1 |
setPriorityName: | QThread::setPriority | Prototype: | void QThread::setPriority(Priority priority) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthread.cpp | Lines: | 596-605 |
| | 6 | 2 |
runName: | QThread::run | Prototype: | void QThread::run() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthread.cpp | Lines: | 572-575 |
| | 1 | 1 |
quitName: | QThread::quit | Prototype: | void QThread::quit() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthread.cpp | Lines: | 558-559 |
| | 1 | 1 |
priorityName: | QThread::priority | Prototype: | QThread::Priority QThread::priority() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthread.cpp | Lines: | 615-622 |
| | 3 | 1 |
msleepName: | QThread::msleep | Prototype: | void QThread::msleep(unsigned long msecs) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthread_unix.cpp | Lines: | 504-507 |
| | 1 | 1 |
isRunningName: | QThread::isRunning | Prototype: | bool QThread::isRunning() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthread.cpp | Lines: | 444-449 |
| | 3 | 1 |
isFinishedName: | QThread::isFinished | Prototype: | bool QThread::isFinished() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthread.cpp | Lines: | 432-437 |
| | 3 | 1 |
exitName: | QThread::exit | Prototype: | void QThread::exit(int returnCode) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthread.cpp | Lines: | 536-547 |
| | 8 | 2 |
execName: | QThread::exec | Prototype: | int QThread::exec() | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthread.cpp | Lines: | 495-513 |
| | 13 | 2 |
eventDispatcherName: | QThread::eventDispatcher | Prototype: | QAbstractEventDispatcher *QThread::eventDispatcher() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthread.cpp | Lines: | 776-780 |
| | 2 | 1 |
eventName: | QThread::event | Prototype: | bool QThread::event(QEvent *event) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthread.cpp | Lines: | 808-816 |
| | 4 | 2 |
currentThreadIdName: | QThread::currentThreadId | Prototype: | Qt::HANDLE QThread::currentThreadId() noexcept | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthread_unix.cpp | Lines: | 415-419 |
| | 1 | 1 |
currentThreadName: | QThread::currentThread | Prototype: | QThread *QThread::currentThread() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthread.cpp | Lines: | 368-373 |
| | 3 | 1 |
QThreadName: | QThread::QThread | Prototype: | QThread::QThread(QObject *parent) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthread.cpp | Lines: | 382-388 |
| | 2 | 1 |
QThreadName: | QThread::QThread | Prototype: | QThread::QThread(QThreadPrivate &dd, QObject *parent) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthread.cpp | Lines: | 393-399 |
| | 2 | 1 |
waitName: | QThread::wait | Prototype: | bool QThread::wait(unsigned long time) | Coverage: | 86.667% (13/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthread_unix.cpp | Lines: | 684-702 |
| | 11 | 5 |
isInterruptionRequestedName: | QThread::isInterruptionRequested | Prototype: | bool QThread::isInterruptionRequested() const | Coverage: | 75.000% (6/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthread.cpp | Lines: | 866-873 |
| | 5 | 2 |
~QThreadName: | QThread::~QThread | Prototype: | QThread::~QThread() | Coverage: | 72.727% (8/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthread.cpp | Lines: | 410-425 |
| | 9 | 3 |
startName: | QThread::start | Prototype: | void QThread::start(Priority priority) | Coverage: | 52.778% (19/36) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthread_unix.cpp | Lines: | 559-665 |
| | 54 | 12 |
idealThreadCountName: | QThread::idealThreadCount | Prototype: | int QThread::idealThreadCount() noexcept | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthread_unix.cpp | Lines: | 426-484 |
| | 5 | 2 |
requestInterruptionName: | QThread::requestInterruption | Prototype: | void QThread::requestInterruption() | Coverage: | 45.455% (5/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthread.cpp | Lines: | 830-841 |
| | 8 | 3 |
terminateName: | QThread::terminate | Prototype: | void QThread::terminate() | Coverage: | 42.857% (3/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthread_unix.cpp | Lines: | 667-682 |
| | 8 | 3 |
setEventDispatcherName: | QThread::setEventDispatcher | Prototype: | void QThread::setEventDispatcher(QAbstractEventDispatcher *eventDispatcher) | Coverage: | 42.857% (3/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthread.cpp | Lines: | 791-803 |
| | 7 | 3 |
loopLevelName: | QThread::loopLevel | Prototype: | int QThread::loopLevel() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthread.cpp | Lines: | 726-730 |
| | 2 | 1 |