Function | Condition % | eLOC - Effective Lines of Codeā¾ | McCabe - Cyclomatic Complexity |
addTransitionName: | 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: | 362-390 |
| | 20 | 6 |
addTransitionName: | 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: | 319-344 |
| | 18 | 6 |
removeTransitionName: | 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: | 429-446 |
| | 13 | 4 |
setInitialStateName: | 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: | 492-509 |
| | 12 | 4 |
setErrorStateName: | 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: | 296-313 |
| | 11 | 4 |
assignPropertyName: | 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: | 258-274 |
| | 10 | 4 |
setChildModeName: | 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: | 523-538 |
| | 9 | 3 |
eventName: | 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: | 543-553 |
| | 7 | 3 |
addTransitionName: | 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: | 412-421 |
| | 6 | 2 |
transitionsName: | 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: | 457-461 |
| | 2 | 1 |
initialStateName: | 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: | 482-486 |
| | 2 | 1 |
errorStateName: | 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: | 283-287 |
| | 2 | 1 |
childModeName: | 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: | 514-518 |
| | 2 | 1 |
QStateName: | 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: | 176-179 |
| | 2 | 1 |
QStateName: | 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: | 185-190 |
| | 2 | 1 |
QStateName: | 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: | 195-198 |
| | 2 | 1 |
onExitName: | 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: | 474-477 |
| | 1 | 1 |
onEntryName: | 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: | 466-469 |
| | 1 | 1 |