| Functionâ–´ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QMutexUnlocker| Name: | QMutexUnlocker::QMutexUnlocker | | Prototype: | inline explicit QMutexUnlocker(QMutex *m) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | | Lines: | 122-124 |
| | 1 | 1 |
unlock| Name: | QMutexUnlocker::unlock | | Prototype: | inline void unlock() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | | Lines: | 126-126 |
| | 1 | 2 |
~QMutexUnlocker| Name: | QMutexUnlocker::~QMutexUnlocker | | Prototype: | inline ~QMutexUnlocker() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | | Lines: | 125-125 |
| | 1 | 1 |