| Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–´ |
QMutex| Name: | 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 |
lock| Name: | 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 |
tryLock| Name: | 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 |
unlock| Name: | 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 |
~QMutex| Name: | 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 |