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: | 177-180 |
| | 1 | 1 |
~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: | 187-202 |
| | 5 | 3 |
lockName: | QMutex::lock | Prototype: | void QMutex::lock() | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qmutex.cpp | Lines: | 216-225 |
| | 6 | 3 |
tryLockName: | QMutex::tryLock | Prototype: | bool QMutex::tryLock(int timeout) | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qmutex.cpp | Lines: | 250-259 |
| | 6 | 3 |
unlockName: | QMutex::unlock | Prototype: | void QMutex::unlock() | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qmutex.cpp | Lines: | 268-277 |
| | 6 | 3 |