Function | Condition %▴ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
setErrorStringName: | QSystemSemaphorePrivate::setErrorString | Prototype: | void QSystemSemaphorePrivate::setErrorString(const QString &function) | Coverage: | 16.667% (2/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsystemsemaphore_unix.cpp | Lines: | 64-93 |
| | 15 | 8 |
modifySemaphoreName: | QSystemSemaphorePrivate::modifySemaphore | Prototype: | bool QSystemSemaphorePrivate::modifySemaphore(int count) | Coverage: | 70.588% (12/17) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsystemsemaphore_systemv.cpp | Lines: | 162-191 |
| | 18 | 5 |
handleName: | QSystemSemaphorePrivate::handle | Prototype: | key_t QSystemSemaphorePrivate::handle(QSystemSemaphore::AccessMode mode) | Coverage: | 79.412% (27/34) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsystemsemaphore_systemv.cpp | Lines: | 66-128 |
| | 38 | 11 |
cleanHandleName: | QSystemSemaphorePrivate::cleanHandle | Prototype: | void QSystemSemaphorePrivate::cleanHandle() | Coverage: | 84.615% (11/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsystemsemaphore_systemv.cpp | Lines: | 135-157 |
| | 10 | 5 |
QSystemSemaphorePrivateName: | QSystemSemaphorePrivate::QSystemSemaphorePrivate | Prototype: | QSystemSemaphorePrivate::QSystemSemaphorePrivate() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsystemsemaphore_unix.cpp | Lines: | 54-62 |
| | 2 | 1 |