Function | Condition %▴ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QScrollEventName: | QScrollEvent::QScrollEvent | Prototype: | QScrollEvent::QScrollEvent(const QPointF &contentPos, const QPointF &overshootDistance, ScrollState scrollState) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | Lines: | 4961-4964 |
| | 2 | 1 |
contentPosName: | QScrollEvent::contentPos | Prototype: | QPointF QScrollEvent::contentPos() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | Lines: | 4976-4979 |
| | 1 | 1 |
overshootDistanceName: | QScrollEvent::overshootDistance | Prototype: | QPointF QScrollEvent::overshootDistance() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | Lines: | 4987-4990 |
| | 1 | 1 |
scrollStateName: | QScrollEvent::scrollState | Prototype: | QScrollEvent::ScrollState QScrollEvent::scrollState() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | Lines: | 5000-5003 |
| | 1 | 1 |