Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–´ |
QMutexName: | QMutex::QMutex | Prototype: | QMutex::QMutex(RecursionMode mode) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qmutex.cpp | Lines: | 183-186 |
| | 1 | 1 |
lockName: | QMutex::lock | Prototype: | void QMutex::lock() noexcept | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qmutex.cpp | Lines: | 222-231 |
| | 6 | 3 |
tryLockName: | QMutex::tryLock | Prototype: | bool QMutex::tryLock(int timeout) noexcept | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qmutex.cpp | Lines: | 256-265 |
| | 6 | 3 |
unlockName: | QMutex::unlock | Prototype: | void QMutex::unlock() noexcept | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qmutex.cpp | Lines: | 274-283 |
| | 6 | 3 |
~QMutexName: | QMutex::~QMutex | Prototype: | QMutex::~QMutex() | Coverage: | 71.429% (5/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qmutex.cpp | Lines: | 193-208 |
| | 5 | 3 |