| Functionâ–ľ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
~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: | 187-202 |
| | 5 | 3 |
unlock| Name: | 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 |
tryLock| Name: | 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 |
lock| Name: | 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 |
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: | 177-180 |
| | 1 | 1 |