Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
containsName: | QSocks5BindStore::contains | Prototype: | bool QSocks5BindStore::contains(qintptr socketDescriptor) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | Lines: | 364-368 |
| | 2 | 1 |
QSocks5BindStoreName: | QSocks5BindStore::QSocks5BindStore | Prototype: | QSocks5BindStore::QSocks5BindStore() | Coverage: | 83.333% (5/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | Lines: | 338-345 |
| | 3 | 2 |
addName: | QSocks5BindStore::add | Prototype: | void QSocks5BindStore::add(qintptr socketDescriptor, QSocks5BindData *bindData) | Coverage: | 57.143% (4/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | Lines: | 351-362 |
| | 6 | 3 |
retrieveName: | QSocks5BindStore::retrieve | Prototype: | QSocks5BindData *QSocks5BindStore::retrieve(qintptr socketDescriptor) | Coverage: | 50.000% (7/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | Lines: | 370-392 |
| | 14 | 5 |
timerEventName: | QSocks5BindStore::timerEvent | Prototype: | void QSocks5BindStore::timerEvent(QTimerEvent * event) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | Lines: | 394-408 |
| | 6 | 4 |