| Function | Condition % | eLOC - Effective Lines of Codeā“ | McCabe - Cyclomatic Complexity |
event| Name: | QEventTransition::event | | Prototype: | bool QEventTransition::event(QEvent *e) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qeventtransition.cpp | | Lines: | 252-255 |
| | 1 | 1 |
onTransition| Name: | QEventTransition::onTransition | | Prototype: | void QEventTransition::onTransition(QEvent *event) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qeventtransition.cpp | | Lines: | 244-247 |
| | 1 | 1 |
QEventTransition| Name: | QEventTransition::QEventTransition | | Prototype: | QEventTransition::QEventTransition(QState *sourceState) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qeventtransition.cpp | | Lines: | 133-136 |
| | 2 | 1 |
QEventTransition| Name: | QEventTransition::QEventTransition | | Prototype: | QEventTransition::QEventTransition(QEventTransitionPrivate &dd, QState *parent) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qeventtransition.cpp | | Lines: | 156-159 |
| | 2 | 1 |
eventSource| Name: | QEventTransition::eventSource | | Prototype: | QObject *QEventTransition::eventSource() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qeventtransition.cpp | | Lines: | 207-211 |
| | 2 | 1 |
eventType| Name: | QEventTransition::eventType | | Prototype: | QEvent::Type QEventTransition::eventType() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qeventtransition.cpp | | Lines: | 185-189 |
| | 2 | 1 |
QEventTransition| Name: | QEventTransition::QEventTransition | | Prototype: | QEventTransition::QEventTransition(QObject *object, QEvent::Type type, QState *sourceState) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qeventtransition.cpp | | Lines: | 142-151 |
| | 5 | 1 |
QEventTransition| Name: | QEventTransition::QEventTransition | | Prototype: | QEventTransition::QEventTransition(QEventTransitionPrivate &dd, QObject *object, QEvent::Type type, QState *parent) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qeventtransition.cpp | | Lines: | 164-173 |
| | 5 | 1 |
eventTest| Name: | QEventTransition::eventTest | | Prototype: | bool QEventTransition::eventTest(QEvent *event) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qeventtransition.cpp | | Lines: | 230-239 |
| | 6 | 2 |
setEventSource| Name: | QEventTransition::setEventSource | | Prototype: | void QEventTransition::setEventSource(QObject *object) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qeventtransition.cpp | | Lines: | 217-225 |
| | 6 | 2 |
setEventType| Name: | QEventTransition::setEventType | | Prototype: | void QEventTransition::setEventType(QEvent::Type type) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qeventtransition.cpp | | Lines: | 194-202 |
| | 6 | 2 |