| Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
historyType| Name: | 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 |
event| Name: | 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 |
defaultTransition| Name: | 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 |
defaultState| Name: | 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 |
QHistoryState| Name: | 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 |
QHistoryState| Name: | 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 |
setHistoryType| Name: | 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 |
setDefaultTransition| Name: | 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 |
setDefaultState| Name: | 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 |
onExit| Name: | 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 |
onEntry| Name: | 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 |