Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
unlockInternalName: | QBasicMutex::unlockInternal | Prototype: | void QBasicMutex::unlockInternal() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qmutex_linux.cpp | Lines: | 214-224 |
| | 7 | 1 |
lockInternalName: | QBasicMutex::lockInternal | Prototype: | void QBasicMutex::lockInternal() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qmutex_linux.cpp | Lines: | 200-204 |
| | 2 | 1 |
lockInternalName: | QBasicMutex::lockInternal | Prototype: | bool QBasicMutex::lockInternal(int timeout) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qmutex_linux.cpp | Lines: | 206-212 |
| | 4 | 1 |
isRecursiveName: | QBasicMutex::isRecursive | Prototype: | bool QBasicMutex::isRecursive() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qmutex.cpp | Lines: | 286-289 |
| | 1 | 1 |