| Functionâ–´ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
create| Name: | QTapAndHoldGestureRecognizer::create | | Prototype: | QGesture *QTapAndHoldGestureRecognizer::create(QObject *target) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qstandardgestures.cpp | | Lines: | 490-496 |
| | 3 | 2 |
recognize| Name: | QTapAndHoldGestureRecognizer::recognize | | Prototype: | QGestureRecognizer::Result QTapAndHoldGestureRecognizer::recognize(QGesture *state, QObject *object, QEvent *event) | | Coverage: | 0.000% (0/50) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qstandardgestures.cpp | | Lines: | 498-578 |
| | 47 | 19 |
reset| Name: | QTapAndHoldGestureRecognizer::reset | | Prototype: | void QTapAndHoldGestureRecognizer::reset(QGesture *state) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qstandardgestures.cpp | | Lines: | 580-591 |
| | 7 | 2 |