| Functionâ–´ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QSocketNotifier| Name: | 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 |
event| Name: | 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 |
isEnabled| Name: | 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 |
setEnabled| Name: | 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 |
socket| Name: | 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 |
type| Name: | 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 |
~QSocketNotifier| Name: | 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 |