| Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
onTransition| Name: | _QStateMachine_Internal::GoToStateTransition::onTransition | | Prototype: | void onTransition(QEvent *) override | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 2130-2130 |
| | 1 | 1 |
eventTest| Name: | _QStateMachine_Internal::GoToStateTransition::eventTest | | Prototype: | bool eventTest(QEvent *) override | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 2131-2131 |
| | 1 | 1 |
GoToStateTransition| Name: | _QStateMachine_Internal::GoToStateTransition::GoToStateTransition | | Prototype: | GoToStateTransition(QAbstractState *target) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 2126-2128 |
| | 1 | 1 |