Functionâ–´ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QSocketNotifierName: | QSocketNotifier::QSocketNotifier | Prototype: | QSocketNotifier::QSocketNotifier(qintptr socket, Type type, QObject *parent) | Coverage: | 42.857% (3/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsocketnotifier.cpp | Lines: | 142-156 |
| | 9 | 3 |
eventName: | QSocketNotifier::event | Prototype: | bool QSocketNotifier::event(QEvent *e) | Coverage: | 91.667% (11/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsocketnotifier.cpp | Lines: | 252-270 |
| | 11 | 4 |
isEnabledName: | QSocketNotifier::isEnabled | Prototype: | bool QSocketNotifier::isEnabled() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsocketnotifier.cpp | Lines: | 207-211 |
| | 2 | 1 |
setEnabledName: | QSocketNotifier::setEnabled | Prototype: | void QSocketNotifier::setEnabled(bool enable) | Coverage: | 75.000% (12/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsocketnotifier.cpp | Lines: | 228-247 |
| | 14 | 6 |
socketName: | QSocketNotifier::socket | Prototype: | qintptr QSocketNotifier::socket() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsocketnotifier.cpp | Lines: | 185-189 |
| | 2 | 1 |
typeName: | QSocketNotifier::type | Prototype: | QSocketNotifier::Type QSocketNotifier::type() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsocketnotifier.cpp | Lines: | 196-200 |
| | 2 | 1 |
~QSocketNotifierName: | QSocketNotifier::~QSocketNotifier | Prototype: | QSocketNotifier::~QSocketNotifier() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsocketnotifier.cpp | Lines: | 162-165 |
| | 1 | 1 |