| Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–¾ |
addTransition| Name: | QState::addTransition | | Prototype: | void QState::addTransition(QAbstractTransition *transition) | | Coverage: | 80.000% (16/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstate.cpp | | Lines: | 313-338 |
| | 18 | 6 |
addTransition| Name: | QState::addTransition | | Prototype: | QSignalTransition *QState::addTransition(const QObject *sender, const char *signal, QAbstractState *target) | | Coverage: | 88.889% (16/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstate.cpp | | Lines: | 356-384 |
| | 20 | 6 |
setInitialState| Name: | QState::setInitialState | | Prototype: | void QState::setInitialState(QAbstractState *state) | | Coverage: | 83.333% (10/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstate.cpp | | Lines: | 486-503 |
| | 12 | 4 |
setErrorState| Name: | QState::setErrorState | | Prototype: | void QState::setErrorState(QAbstractState *state) | | Coverage: | 100.000% (18/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstate.cpp | | Lines: | 290-307 |
| | 11 | 4 |
removeTransition| Name: | QState::removeTransition | | Prototype: | void QState::removeTransition(QAbstractTransition *transition) | | Coverage: | 100.000% (10/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstate.cpp | | Lines: | 423-440 |
| | 13 | 4 |
assignProperty| Name: | QState::assignProperty | | Prototype: | void QState::assignProperty(QObject *object, const char *name, const QVariant &value) | | Coverage: | 100.000% (10/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstate.cpp | | Lines: | 252-268 |
| | 10 | 4 |
setChildMode| Name: | QState::setChildMode | | Prototype: | void QState::setChildMode(ChildMode mode) | | Coverage: | 88.889% (8/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstate.cpp | | Lines: | 517-532 |
| | 9 | 3 |
event| Name: | QState::event | | Prototype: | bool QState::event(QEvent *e) | | Coverage: | 100.000% (11/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstate.cpp | | Lines: | 537-547 |
| | 7 | 3 |
addTransition| Name: | QState::addTransition | | Prototype: | QAbstractTransition *QState::addTransition(QAbstractState *target) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstate.cpp | | Lines: | 406-415 |
| | 6 | 2 |
transitions| Name: | QState::transitions | | Prototype: | QList<QAbstractTransition*> QState::transitions() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstate.cpp | | Lines: | 451-455 |
| | 2 | 1 |
onExit| Name: | QState::onExit | | Prototype: | void QState::onExit(QEvent *event) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstate.cpp | | Lines: | 468-471 |
| | 1 | 1 |
onEntry| Name: | QState::onEntry | | Prototype: | void QState::onEntry(QEvent *event) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstate.cpp | | Lines: | 460-463 |
| | 1 | 1 |
initialState| Name: | QState::initialState | | Prototype: | QAbstractState *QState::initialState() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstate.cpp | | Lines: | 476-480 |
| | 2 | 1 |
errorState| Name: | QState::errorState | | Prototype: | QAbstractState *QState::errorState() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstate.cpp | | Lines: | 277-281 |
| | 2 | 1 |
childMode| Name: | QState::childMode | | Prototype: | QState::ChildMode QState::childMode() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstate.cpp | | Lines: | 508-512 |
| | 2 | 1 |
QState| Name: | QState::QState | | Prototype: | QState::QState(QState *parent) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstate.cpp | | Lines: | 170-173 |
| | 2 | 1 |
QState| Name: | QState::QState | | Prototype: | QState::QState(ChildMode childMode, QState *parent) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstate.cpp | | Lines: | 179-184 |
| | 2 | 1 |
QState| Name: | QState::QState | | Prototype: | QState::QState(QStatePrivate &dd, QState *parent) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstate.cpp | | Lines: | 189-192 |
| | 2 | 1 |