| Functionâ–ľ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity | 
 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:  | 2648-2663 |  
  |  | 8 | 4 | 
 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:  | 2620-2640 |  
  |  | 11 | 5 | 
 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:  | 2665-2671 |  
  |  | 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:  | 2554-2558 |  
  |  | 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:  | 2973-2977 |  
  |  | 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:  | 2588-2601 |  
  |  | 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:  | 3000-3004 |  
  |  | 2 | 1 | 
 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:  | 2687-2714 |  
  |  | 14 | 7 | 
 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:  | 2732-2771 |  
  |  | 28 | 6 | 
 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:  | 2953-2957 |  
  |  | 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:  | 2942-2946 |  
  |  | 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:  | 2603-2607 |  
  |  | 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:  | 2964-2968 |  
  |  | 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:  | 2542-2546 |  
  |  | 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:  | 2879-2884 |  
  |  | 3 | 1 | 
 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:  | 2845-2873 |  
  |  | 21 | 4 | 
 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:  | 2521-2525 |  
  |  | 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:  | 2512-2516 |  
  |  | 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:  | 2908-2911 |  
  |  | 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:  | 2933-2936 |  
  |  | 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:  | 2991-2995 |  
  |  | 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:  | 2819-2823 |  
  |  | 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:  | 2530-2535 |  
  |  | 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:  | 2782-2810 |  
  |  | 20 | 5 | 
 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:  | 2895-2898 |  
  |  | 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:  | 2920-2923 |  
  |  | 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:  | 2569-2580 |  
  |  | 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:  | 2982-2986 |  
  |  | 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:  | 2436-2442 |  
  |  | 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:  | 2450-2456 |  
  |  | 3 | 1 | 
 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:  | 2461-2465 |  
  |  | 1 | 1 |