Function | Condition % | eLOC - Effective Lines of Codeā“ | McCabe - Cyclomatic Complexity |
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: | 274-277 |
| | 1 | 1 |
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: | 258-261 |
| | 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: | 266-269 |
| | 1 | 1 |
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: | 143-146 |
| | 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: | 151-156 |
| | 2 | 1 |
defaultStateName: | QHistoryState::defaultState | Prototype: | QAbstractState *QHistoryState::defaultState() const | Coverage: | 100.000% (3/3) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qhistorystate.cpp | Lines: | 200-204 |
| | 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: | 172-176 |
| | 2 | 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: | 237-241 |
| | 2 | 1 |
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: | 246-253 |
| | 4 | 2 |
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: | 186-194 |
| | 5 | 2 |
setDefaultStateName: | QHistoryState::setDefaultState | Prototype: | void QHistoryState::setDefaultState(QAbstractState *state) | Coverage: | 47.368% (9/19) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qhistorystate.cpp | Lines: | 213-232 |
| | 13 | 4 |