| Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
setRunning| Name: | QStateMachine::setRunning | | Prototype: | void QStateMachine::setRunning(bool running) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 2658-2664 |
| | 3 | 2 |
setGlobalRestorePolicy| Name: | QStateMachine::setGlobalRestorePolicy | | Prototype: | void QStateMachine::setGlobalRestorePolicy(QState::RestorePolicy restorePolicy) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 2547-2551 |
| | 2 | 1 |
setAnimated| Name: | QStateMachine::setAnimated | | Prototype: | void QStateMachine::setAnimated(bool enabled) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 2966-2970 |
| | 2 | 1 |
removeState| Name: | QStateMachine::removeState | | Prototype: | void QStateMachine::removeState(QAbstractState *state) | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 2581-2594 |
| | 9 | 3 |
removeDefaultAnimation| Name: | QStateMachine::removeDefaultAnimation | | Prototype: | void QStateMachine::removeDefaultAnimation(QAbstractAnimation *animation) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 2993-2997 |
| | 2 | 1 |
onExit| Name: | QStateMachine::onExit | | Prototype: | void QStateMachine::onExit(QEvent *event) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 2946-2950 |
| | 2 | 1 |
onEntry| Name: | QStateMachine::onEntry | | Prototype: | void QStateMachine::onEntry(QEvent *event) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 2935-2939 |
| | 2 | 1 |
isRunning| Name: | QStateMachine::isRunning | | Prototype: | bool QStateMachine::isRunning() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 2596-2600 |
| | 2 | 1 |
isAnimated| Name: | QStateMachine::isAnimated | | Prototype: | bool QStateMachine::isAnimated() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 2957-2961 |
| | 2 | 1 |
globalRestorePolicy| Name: | QStateMachine::globalRestorePolicy | | Prototype: | QState::RestorePolicy QStateMachine::globalRestorePolicy() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 2535-2539 |
| | 2 | 1 |
eventFilter| Name: | QStateMachine::eventFilter | | Prototype: | bool QStateMachine::eventFilter(QObject *watched, QEvent *event) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 2872-2877 |
| | 3 | 1 |
errorString| Name: | QStateMachine::errorString | | Prototype: | QString QStateMachine::errorString() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 2514-2518 |
| | 2 | 1 |
error| Name: | QStateMachine::error | | Prototype: | QStateMachine::Error QStateMachine::error() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 2505-2509 |
| | 2 | 1 |
endSelectTransitions| Name: | QStateMachine::endSelectTransitions | | Prototype: | void QStateMachine::endSelectTransitions(QEvent *event) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 2901-2904 |
| | 1 | 1 |
endMicrostep| Name: | QStateMachine::endMicrostep | | Prototype: | void QStateMachine::endMicrostep(QEvent *event) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 2926-2929 |
| | 1 | 1 |
defaultAnimations| Name: | QStateMachine::defaultAnimations | | Prototype: | QList<QAbstractAnimation*> QStateMachine::defaultAnimations() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 2984-2988 |
| | 2 | 1 |
configuration| Name: | QStateMachine::configuration | | Prototype: | QSet<QAbstractState*> QStateMachine::configuration() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 2812-2816 |
| | 2 | 1 |
clearError| Name: | QStateMachine::clearError | | Prototype: | void QStateMachine::clearError() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 2523-2528 |
| | 3 | 1 |
beginSelectTransitions| Name: | QStateMachine::beginSelectTransitions | | Prototype: | void QStateMachine::beginSelectTransitions(QEvent *event) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 2888-2891 |
| | 1 | 1 |
beginMicrostep| Name: | QStateMachine::beginMicrostep | | Prototype: | void QStateMachine::beginMicrostep(QEvent *event) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 2913-2916 |
| | 1 | 1 |
addState| Name: | QStateMachine::addState | | Prototype: | void QStateMachine::addState(QAbstractState *state) | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 2562-2573 |
| | 7 | 3 |
addDefaultAnimation| Name: | QStateMachine::addDefaultAnimation | | Prototype: | void QStateMachine::addDefaultAnimation(QAbstractAnimation *animation) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 2975-2979 |
| | 2 | 1 |
WrappedEvent| Name: | QStateMachine::WrappedEvent | | Coverage: | 100.000% (2/2) |
| | 3 | 2 |
SignalEvent| Name: | QStateMachine::SignalEvent | | Coverage: | 100.000% (1/1) |
| | 2 | 1 |
QStateMachine| Name: | QStateMachine::QStateMachine | | Prototype: | QStateMachine::QStateMachine(QObject *parent) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 2429-2435 |
| | 1 | 1 |
QStateMachine| Name: | QStateMachine::QStateMachine | | Prototype: | QStateMachine::QStateMachine(QState::ChildMode childMode, QObject *parent) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 2443-2449 |
| | 3 | 1 |
cancelDelayedEvent| Name: | QStateMachine::cancelDelayedEvent | | Prototype: | bool QStateMachine::cancelDelayedEvent(int id) | | Coverage: | 85.714% (12/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 2775-2803 |
| | 20 | 5 |
start| Name: | QStateMachine::start | | Prototype: | void QStateMachine::start() | | Coverage: | 83.333% (10/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 2613-2633 |
| | 11 | 5 |
postEvent| Name: | QStateMachine::postEvent | | Prototype: | void QStateMachine::postEvent(QEvent *event, EventPriority priority) | | Coverage: | 76.923% (10/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 2680-2707 |
| | 14 | 7 |
stop| Name: | QStateMachine::stop | | Prototype: | void QStateMachine::stop() | | Coverage: | 71.429% (5/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 2641-2656 |
| | 8 | 4 |
postDelayedEvent| Name: | QStateMachine::postDelayedEvent | | Prototype: | int QStateMachine::postDelayedEvent(QEvent *event, int delay) | | Coverage: | 61.905% (13/21) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 2725-2764 |
| | 28 | 6 |
event| Name: | QStateMachine::event | | Prototype: | bool QStateMachine::event(QEvent *e) | | Coverage: | 60.000% (6/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 2838-2866 |
| | 21 | 4 |
QStateMachine| Name: | QStateMachine::QStateMachine | | Prototype: | QStateMachine::QStateMachine(QStateMachinePrivate &dd, QObject *parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 2454-2458 |
| | 1 | 1 |