Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–¾ |
unlockInternalName: | QBasicMutex::unlockInternal | Prototype: | void QBasicMutex::unlockInternal() noexcept | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qmutex_linux.cpp | Lines: | 191-201 |
| | 7 | 1 |
lockInternalName: | QBasicMutex::lockInternal | Prototype: | void QBasicMutex::lockInternal() noexcept | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qmutex_linux.cpp | Lines: | 177-181 |
| | 2 | 1 |
lockInternalName: | QBasicMutex::lockInternal | Prototype: | bool QBasicMutex::lockInternal(int timeout) noexcept | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qmutex_linux.cpp | Lines: | 183-189 |
| | 4 | 1 |
isRecursiveName: | QBasicMutex::isRecursive | Prototype: | bool QBasicMutex::isRecursive() noexcept | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qmutex.cpp | Lines: | 285-288 |
| | 1 | 1 |
isRecursiveName: | QBasicMutex::isRecursive | Prototype: | bool QBasicMutex::isRecursive() const noexcept | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qmutex.cpp | Lines: | 296-299 |
| | 1 | 1 |