Function | Condition %▴ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
onEntryName: | QHistoryState::onEntry | Prototype: | void QHistoryState::onEntry(QEvent *event) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qhistorystate.cpp | Lines: | 267-270 |
| | 1 | 1 |
onExitName: | QHistoryState::onExit | Prototype: | void QHistoryState::onExit(QEvent *event) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qhistorystate.cpp | Lines: | 275-278 |
| | 1 | 1 |
setDefaultStateName: | QHistoryState::setDefaultState | Prototype: | void QHistoryState::setDefaultState(QAbstractState *state) | Coverage: | 52.941% (9/17) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qhistorystate.cpp | Lines: | 224-241 |
| | 11 | 4 |
setDefaultTransitionName: | QHistoryState::setDefaultTransition | Prototype: | void QHistoryState::setDefaultTransition(QAbstractTransition *transition) | Coverage: | 75.000% (3/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qhistorystate.cpp | Lines: | 192-200 |
| | 5 | 2 |
setHistoryTypeName: | QHistoryState::setHistoryType | Prototype: | void QHistoryState::setHistoryType(HistoryType type) | Coverage: | 75.000% (3/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qhistorystate.cpp | Lines: | 255-262 |
| | 4 | 2 |
QHistoryStateName: | QHistoryState::QHistoryState | Prototype: | QHistoryState::QHistoryState(QState *parent) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qhistorystate.cpp | Lines: | 149-152 |
| | 2 | 1 |
QHistoryStateName: | QHistoryState::QHistoryState | Prototype: | QHistoryState::QHistoryState(HistoryType type, QState *parent) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qhistorystate.cpp | Lines: | 157-162 |
| | 2 | 1 |
defaultStateName: | QHistoryState::defaultState | Prototype: | QAbstractState *QHistoryState::defaultState() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qhistorystate.cpp | Lines: | 206-210 |
| | 2 | 1 |
defaultTransitionName: | QHistoryState::defaultTransition | Prototype: | QAbstractTransition *QHistoryState::defaultTransition() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qhistorystate.cpp | Lines: | 178-182 |
| | 2 | 1 |
eventName: | QHistoryState::event | Prototype: | bool QHistoryState::event(QEvent *e) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qhistorystate.cpp | Lines: | 283-286 |
| | 1 | 1 |
historyTypeName: | QHistoryState::historyType | Prototype: | QHistoryState::HistoryType QHistoryState::historyType() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qhistorystate.cpp | Lines: | 246-250 |
| | 2 | 1 |