Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
unlockName: | QReadWriteLockPrivate::unlock | Prototype: | void QReadWriteLockPrivate::unlock() | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qreadwritelock.cpp | Lines: | 528-535 |
| | 5 | 3 |
releaseName: | QReadWriteLockPrivate::release | Prototype: | void QReadWriteLockPrivate::release() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qreadwritelock.cpp | Lines: | 630-635 |
| | 3 | 1 |
recursiveLockForWriteName: | QReadWriteLockPrivate::recursiveLockForWrite | Prototype: | bool QReadWriteLockPrivate::recursiveLockForWrite(int timeout) | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qreadwritelock.cpp | Lines: | 557-573 |
| | 10 | 3 |
recursiveLockForReadName: | QReadWriteLockPrivate::recursiveLockForRead | Prototype: | bool QReadWriteLockPrivate::recursiveLockForRead(int timeout) | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qreadwritelock.cpp | Lines: | 537-555 |
| | 11 | 3 |
lockForReadName: | QReadWriteLockPrivate::lockForRead | Prototype: | bool QReadWriteLockPrivate::lockForRead(int timeout) | Coverage: | 100.000% (19/19) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qreadwritelock.cpp | Lines: | 464-490 |
| | 19 | 6 |
allocateName: | QReadWriteLockPrivate::allocate | Prototype: | QReadWriteLockPrivate *QReadWriteLockPrivate::allocate() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qreadwritelock.cpp | Lines: | 620-628 |
| | 6 | 1 |
recursiveUnlockName: | QReadWriteLockPrivate::recursiveUnlock | Prototype: | void QReadWriteLockPrivate::recursiveUnlock() | Coverage: | 88.235% (15/17) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qreadwritelock.cpp | Lines: | 575-601 |
| | 17 | 6 |
lockForWriteName: | QReadWriteLockPrivate::lockForWrite | Prototype: | bool QReadWriteLockPrivate::lockForWrite(int timeout) | Coverage: | 76.923% (20/26) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qreadwritelock.cpp | Lines: | 492-526 |
| | 22 | 7 |