| Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity | 
 QStateMachinePrivate::selectTransitions| Name:  | QStateMachinePrivate::selectTransitions |  | Prototype:  | QList<QAbstractTransition*> QStateMachinePrivate::selectTransitions(QEvent *event, CalculationCache *cache) |  | Coverage:  | 100.000% (23/23) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp |  | Lines:  | 544-588 |  
  |  | 27 | 9 | 
 QStateMachinePrivate::savedValueForRestorable| Name:  | QStateMachinePrivate::savedValueForRestorable |  | Prototype:  | QVariant QStateMachinePrivate::savedValueForRestorable(const QList<QAbstractState*> &exitedStates_sorted, QObject *object, const QByteArray &propertyName) const |  | Coverage:  | 100.000% (7/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp |  | Lines:  | 1291-1312 |  
  |  | 7 | 3 | 
 QStateMachinePrivate::rootState| Name:  | QStateMachinePrivate::rootState |  | Prototype:  | QState *QStateMachinePrivate::rootState() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp |  | Lines:  | 415-418 |  
  |  | 1 | 1 | 
 QStateMachinePrivate::restorablesToPropertyList| Name:  | QStateMachinePrivate::restorablesToPropertyList |  | Prototype:  | QVector<QPropertyAssignment> QStateMachinePrivate::restorablesToPropertyList(const QHash<RestorableId, QVariant> &restorables) const |  | Coverage:  | 100.000% (7/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp |  | Lines:  | 1357-1373 |  
  |  | 8 | 3 | 
 QStateMachinePrivate::registerTransitions| Name:  | QStateMachinePrivate::registerTransitions |  | Prototype:  | void QStateMachinePrivate::registerTransitions(QAbstractState *state) |  | Coverage:  | 100.000% (7/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp |  | Lines:  | 2175-2185 |  
  |  | 7 | 3 | 
 QStateMachinePrivate::registerTransition| Name:  | QStateMachinePrivate::registerTransition |  | Prototype:  | void QStateMachinePrivate::registerTransition(QAbstractTransition *transition) |  | Coverage:  | 100.000% (7/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp |  | Lines:  | 2199-2209 |  
  |  | 4 | 3 | 
 QStateMachinePrivate::registerMultiThreadedSignalTransitions| Name:  | QStateMachinePrivate::registerMultiThreadedSignalTransitions |  | Prototype:  | void QStateMachinePrivate::registerMultiThreadedSignalTransitions() |  | Coverage:  | 100.000% (11/11) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp |  | Lines:  | 1763-1772 |  
  |  | 6 | 3 | 
 QStateMachinePrivate::processedPendingEvents| Name:  | QStateMachinePrivate::processedPendingEvents |  | Prototype:  | void QStateMachinePrivate::processedPendingEvents(bool didChange) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp |  | Lines:  | 2079-2082 |  
  |  | 1 | 1 | 
 QStateMachinePrivate::postInternalEvent| Name:  | QStateMachinePrivate::postInternalEvent |  | Prototype:  | void QStateMachinePrivate::postInternalEvent(QEvent *e) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp |  | Lines:  | 1973-1977 |  
  |  | 2 | 1 | 
 QStateMachinePrivate::postExternalEvent| Name:  | QStateMachinePrivate::postExternalEvent |  | Prototype:  | void QStateMachinePrivate::postExternalEvent(QEvent *e) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp |  | Lines:  | 1979-1983 |  
  |  | 2 | 1 | 
 QStateMachinePrivate::microstep| Name:  | QStateMachinePrivate::microstep |  | Prototype:  | void QStateMachinePrivate::microstep(QEvent *event, const QList<QAbstractTransition*> &enabledTransitions, CalculationCache *cache) |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp |  | Lines:  | 662-712 |  
  |  | 19 | 2 | 
 QStateMachinePrivate::maybeRegisterTransition| Name:  | QStateMachinePrivate::maybeRegisterTransition |  | Prototype:  | void QStateMachinePrivate::maybeRegisterTransition(QAbstractTransition *transition) |  | Coverage:  | 100.000% (7/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp |  | Lines:  | 2187-2197 |  
  |  | 4 | 3 | 
 QStateMachinePrivate::maybeRegisterEventTransition| Name:  | QStateMachinePrivate::maybeRegisterEventTransition |  | Prototype:  | void QStateMachinePrivate::maybeRegisterEventTransition(QEventTransition *transition) |  | Coverage:  | 100.000% (6/6) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp |  | Lines:  | 2339-2343 |  
  |  | 2 | 2 | 
 QStateMachinePrivate::isParallel| Name:  | QStateMachinePrivate::isParallel |  | Prototype:  | bool QStateMachinePrivate::isParallel(const QAbstractState *s) |  | Coverage:  | 100.000% (5/5) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp |  | Lines:  | 1189-1193 |  
  |  | 2 | 1 | 
 QStateMachinePrivate::isInternalEventQueueEmpty| Name:  | QStateMachinePrivate::isInternalEventQueueEmpty |  | Prototype:  | bool QStateMachinePrivate::isInternalEventQueueEmpty() |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp |  | Lines:  | 2001-2005 |  
  |  | 2 | 1 | 
 QStateMachinePrivate::isCompound| Name:  | QStateMachinePrivate::isCompound |  | Prototype:  | bool QStateMachinePrivate::isCompound(const QAbstractState *s) const |  | Coverage:  | 100.000% (13/13) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp |  | Lines:  | 1195-1205 |  
  |  | 7 | 3 | 
 QStateMachinePrivate::hasRestorable| Name:  | QStateMachinePrivate::hasRestorable |  | Prototype:  | bool QStateMachinePrivate::hasRestorable(QAbstractState *state, QObject *object, const QByteArray &propertyName) const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp |  | Lines:  | 1276-1281 |  
  |  | 2 | 1 | 
 QStateMachinePrivate::handleTransitionSignal| Name:  | QStateMachinePrivate::handleTransitionSignal |  | Prototype:  | void QStateMachinePrivate::handleTransitionSignal(QObject *sender, int signalIndex, void **argv) |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp |  | Lines:  | 2400-2424 |  
  |  | 13 | 2 | 
 QStateMachinePrivate::handleFilteredEvent| Name:  | QStateMachinePrivate::handleFilteredEvent |  | Prototype:  | void QStateMachinePrivate::handleFilteredEvent(QObject *watched, QEvent *event) |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp |  | Lines:  | 2391-2397 |  
  |  | 3 | 2 | 
 QStateMachinePrivate::findLCCA| Name:  | QStateMachinePrivate::findLCCA |  | Prototype:  | QState *QStateMachinePrivate::findLCCA(const QList<QAbstractState*> &states) const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp |  | Lines:  | 539-542 |  
  |  | 1 | 1 | 
 QStateMachinePrivate::findErrorState| Name:  | QStateMachinePrivate::findErrorState |  | Prototype:  | QAbstractState *QStateMachinePrivate::findErrorState(QAbstractState *context) |  | Coverage:  | 100.000% (10/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp |  | Lines:  | 1439-1453 |  
  |  | 8 | 4 | 
 QStateMachinePrivate::executeTransitionContent| Name:  | QStateMachinePrivate::executeTransitionContent |  | Prototype:  | void QStateMachinePrivate::executeTransitionContent(QEvent *event, const QList<QAbstractTransition*> &enabledTransitions) |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp |  | Lines:  | 837-847 |  
  |  | 4 | 2 | 
 QStateMachinePrivate::endMacrostep| Name:  | QStateMachinePrivate::endMacrostep |  | Prototype:  | void QStateMachinePrivate::endMacrostep(bool didChange) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp |  | Lines:  | 2087-2090 |  
  |  | 1 | 1 | 
 QStateMachinePrivate::emitStateFinished| Name:  | QStateMachinePrivate::emitStateFinished |  | Prototype:  | void QStateMachinePrivate::emitStateFinished(QState *forState, QFinalState *guiltyState) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp |  | Lines:  | 2096-2107 |  
  |  | 3 | 1 | 
 QStateMachinePrivate::dequeueInternalEvent| Name:  | QStateMachinePrivate::dequeueInternalEvent |  | Prototype:  | QEvent *QStateMachinePrivate::dequeueInternalEvent() |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp |  | Lines:  | 1985-1991 |  
  |  | 4 | 2 | 
 QStateMachinePrivate::dequeueExternalEvent| Name:  | QStateMachinePrivate::dequeueExternalEvent |  | Prototype:  | QEvent *QStateMachinePrivate::dequeueExternalEvent() |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp |  | Lines:  | 1993-1999 |  
  |  | 4 | 2 | 
 QStateMachinePrivate::createInitialTransition::InitialTransition| Name:  | QStateMachinePrivate::createInitialTransition::InitialTransition |  | Prototype:  | InitialTransition(const QList<QAbstractState *> &targets) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp |  | Lines:  | 1720-1722 |  
  |  | 1 | 1 | 
 QStateMachinePrivate::computePropertyAssignments| Name:  | QStateMachinePrivate::computePropertyAssignments |  | Prototype:  | QHash<QAbstractState*, QVector<QPropertyAssignment> > QStateMachinePrivate::computePropertyAssignments( const QList<QAbstractState*> &statesToEnter_sorted, QHash<RestorableId, QVariant> &pendingRestorables) const |  | Coverage:  | 100.000% (13/13) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp |  | Lines:  | 1414-1435 |  
  |  | 13 | 5 | 
 QStateMachinePrivate::computePendingRestorables| Name:  | QStateMachinePrivate::computePendingRestorables |  | Prototype:  | QHash<QStateMachinePrivate::RestorableId, QVariant> QStateMachinePrivate::computePendingRestorables( const QList<QAbstractState*> &statesToExit_sorted) const |  | Coverage:  | 100.000% (10/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp |  | Lines:  | 1391-1405 |  
  |  | 9 | 4 | 
 QStateMachinePrivate::computeExitSet_Unordered| Name:  | QStateMachinePrivate::computeExitSet_Unordered |  | Prototype:  | QSet<QAbstractState*> QStateMachinePrivate::computeExitSet_Unordered(const QList<QAbstractTransition*> &enabledTransitions, CalculationCache *cache) |  | Coverage:  | 100.000% (2/2) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp |  | Lines:  | 744-753 |  
  |  | 5 | 2 | 
 QStateMachinePrivate::computeExitSet_Unordered| Name:  | QStateMachinePrivate::computeExitSet_Unordered |  | Prototype:  | QSet<QAbstractState*> QStateMachinePrivate::computeExitSet_Unordered(QAbstractTransition *t, CalculationCache *cache) |  | Coverage:  | 100.000% (16/16) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp |  | Lines:  | 755-790 |  
  |  | 18 | 6 | 
 QStateMachinePrivate::computeExitSet| Name:  | QStateMachinePrivate::computeExitSet |  | Prototype:  | QList<QAbstractState*> QStateMachinePrivate::computeExitSet(const QList<QAbstractTransition*> &enabledTransitions, CalculationCache *cache) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp |  | Lines:  | 734-742 |  
  |  | 4 | 1 | 
 QStateMachinePrivate::computeEntrySet| Name:  | QStateMachinePrivate::computeEntrySet |  | Prototype:  | QList<QAbstractState*> QStateMachinePrivate::computeEntrySet(const QList<QAbstractTransition *> &enabledTransitions, QSet<QAbstractState *> &statesForDefaultEntry, CalculationCache *cache) |  | Coverage:  | 100.000% (10/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp |  | Lines:  | 849-882 |  
  |  | 19 | 6 | 
 QStateMachinePrivate::clearHistory| Name:  | QStateMachinePrivate::clearHistory |  | Prototype:  | void QStateMachinePrivate::clearHistory() |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp |  | Lines:  | 1742-1750 |  
  |  | 5 | 2 | 
 QStateMachinePrivate::addAncestorStatesToEnter| Name:  | QStateMachinePrivate::addAncestorStatesToEnter |  | Prototype:  | void QStateMachinePrivate::addAncestorStatesToEnter(QAbstractState *s, QAbstractState *ancestor, QSet<QAbstractState*> &statesToEnter, QSet<QAbstractState*> &statesForDefaultEntry) |  | Coverage:  | 100.000% (12/12) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp |  | Lines:  | 1167-1182 |  
  |  | 8 | 6 | 
 QStateMachinePrivate::_q_start| Name:  | QStateMachinePrivate::_q_start |  | Prototype:  | void QStateMachinePrivate::_q_start() |  | Coverage:  | 100.000% (5/5) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp |  | Lines:  | 1774-1845 |  
  |  | 47 | 3 | 
 QStateMachinePrivate::_q_process| Name:  | QStateMachinePrivate::_q_process |  | Prototype:  | void QStateMachinePrivate::_q_process() |  | Coverage:  | 100.000% (45/45) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp |  | Lines:  | 1847-1940 |  
  |  | 59 | 15 | 
 QStateMachinePrivate::QStateMachinePrivate| Name:  | QStateMachinePrivate::QStateMachinePrivate |  | Prototype:  | QStateMachinePrivate::QStateMachinePrivate() |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp |  | Lines:  | 388-403 |  
  |  | 10 | 1 | 
 QStateMachine::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 | 
 QStateMachine::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 | 
 QStateMachine::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 | 
 QStateMachine::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 | 
 QStateMachine::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 | 
 QStateMachine::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 | 
 QStateMachine::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 | 
 QStateMachine::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 | 
 QStateMachine::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 | 
 QStateMachine::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 | 
 QStateMachine::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 | 
 QStateMachine::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 | 
 QStateMachine::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 | 
 QStateMachine::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 | 
 QStateMachine::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 | 
 QStateMachine::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 | 
 QStateMachine::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 | 
 QStateMachine::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 | 
 QStateMachine::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 | 
 QStateMachine::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 | 
 QStateMachine::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 | 
 QStateMachine::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 | 
 QStateMachine::WrappedEvent::~WrappedEvent| Name:  | QStateMachine::WrappedEvent::~WrappedEvent |  | Prototype:  | QStateMachine::WrappedEvent::~WrappedEvent() |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp |  | Lines:  | 3201-3204 |  
  |  | 1 | 1 | 
 QStateMachine::WrappedEvent::WrappedEvent| Name:  | QStateMachine::WrappedEvent::WrappedEvent |  | Prototype:  | QStateMachine::WrappedEvent::WrappedEvent(QObject *object, QEvent *event) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp |  | Lines:  | 3193-3196 |  
  |  | 2 | 1 | 
 QStateMachine::SignalEvent::SignalEvent| Name:  | QStateMachine::SignalEvent::SignalEvent |  | Prototype:  | QStateMachine::SignalEvent::SignalEvent(QObject *sender, int signalIndex, const QList<QVariant> &arguments) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp |  | Lines:  | 3128-3133 |  
  |  | 2 | 1 | 
 QStateMachine::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::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 | 
 QState::transitions| Name:  | QState::transitions |  | Prototype:  | QList<QAbstractTransition*> QState::transitions() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstate.cpp |  | Lines:  | 451-455 |  
  |  | 2 | 1 | 
 QState::setErrorState| Name:  | QState::setErrorState |  | Prototype:  | void QState::setErrorState(QAbstractState *state) |  | Coverage:  | 100.000% (18/18) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstate.cpp |  | Lines:  | 290-307 |  
  |  | 11 | 4 | 
 QState::removeTransition| Name:  | QState::removeTransition |  | Prototype:  | void QState::removeTransition(QAbstractTransition *transition) |  | Coverage:  | 100.000% (10/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstate.cpp |  | Lines:  | 423-440 |  
  |  | 13 | 4 | 
 QState::onExit| Name:  | QState::onExit |  | Prototype:  | void QState::onExit(QEvent *event) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstate.cpp |  | Lines:  | 468-471 |  
  |  | 1 | 1 | 
 QState::onEntry| Name:  | QState::onEntry |  | Prototype:  | void QState::onEntry(QEvent *event) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstate.cpp |  | Lines:  | 460-463 |  
  |  | 1 | 1 | 
 QState::initialState| Name:  | QState::initialState |  | Prototype:  | QAbstractState *QState::initialState() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstate.cpp |  | Lines:  | 476-480 |  
  |  | 2 | 1 | 
 QState::event| Name:  | QState::event |  | Prototype:  | bool QState::event(QEvent *e) |  | Coverage:  | 100.000% (11/11) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstate.cpp |  | Lines:  | 537-547 |  
  |  | 7 | 3 | 
 QState::errorState| Name:  | QState::errorState |  | Prototype:  | QAbstractState *QState::errorState() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstate.cpp |  | Lines:  | 277-281 |  
  |  | 2 | 1 | 
 QState::childMode| Name:  | QState::childMode |  | Prototype:  | QState::ChildMode QState::childMode() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstate.cpp |  | Lines:  | 508-512 |  
  |  | 2 | 1 | 
 QState::assignProperty| Name:  | QState::assignProperty |  | Prototype:  | void QState::assignProperty(QObject *object, const char *name, const QVariant &value) |  | Coverage:  | 100.000% (10/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstate.cpp |  | Lines:  | 252-268 |  
  |  | 10 | 4 | 
 QState::addTransition| Name:  | QState::addTransition |  | Prototype:  | QAbstractTransition *QState::addTransition(QAbstractState *target) |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstate.cpp |  | Lines:  | 406-415 |  
  |  | 6 | 2 | 
 QState::QState| Name:  | QState::QState |  | Prototype:  | QState::QState(QState *parent) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstate.cpp |  | Lines:  | 170-173 |  
  |  | 2 | 1 | 
 QState::QState| Name:  | QState::QState |  | Prototype:  | QState::QState(ChildMode childMode, QState *parent) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstate.cpp |  | Lines:  | 179-184 |  
  |  | 2 | 1 | 
 QState::QState| Name:  | QState::QState |  | Prototype:  | QState::QState(QStatePrivate &dd, QState *parent) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstate.cpp |  | Lines:  | 189-192 |  
  |  | 2 | 1 | 
 QStandardPaths::standardLocations| Name:  | QStandardPaths::standardLocations |  | Prototype:  | QStringList QStandardPaths::standardLocations(StandardLocation type) |  | Coverage:  | 100.000% (24/24) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstandardpaths_unix.cpp |  | Lines:  | 310-343 |  
  |  | 22 | 12 | 
 QStandardPaths::setTestModeEnabled| Name:  | QStandardPaths::setTestModeEnabled |  | Prototype:  | void QStandardPaths::setTestModeEnabled(bool testMode) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstandardpaths.cpp |  | Lines:  | 640-643 |  
  |  | 1 | 1 | 
 QStandardPaths::locateAll| Name:  | QStandardPaths::locateAll |  | Prototype:  | QStringList QStandardPaths::locateAll(StandardLocation type, const QString &fileName, LocateOptions options) |  | Coverage:  | 100.000% (7/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstandardpaths.cpp |  | Lines:  | 428-438 |  
  |  | 7 | 3 | 
 QStandardPaths::locate| Name:  | QStandardPaths::locate |  | Prototype:  | QString QStandardPaths::locate(StandardLocation type, const QString &fileName, LocateOptions options) |  | Coverage:  | 100.000% (7/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstandardpaths.cpp |  | Lines:  | 409-418 |  
  |  | 6 | 3 | 
 QStandardPaths::isTestModeEnabled| Name:  | QStandardPaths::isTestModeEnabled |  | Prototype:  | bool QStandardPaths::isTestModeEnabled() |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstandardpaths.cpp |  | Lines:  | 653-656 |  
  |  | 1 | 1 | 
 QSslSocketPrivate::verifyErrorsHaveBeenIgnored| Name:  | QSslSocketPrivate::verifyErrorsHaveBeenIgnored |  | Prototype:  | bool QSslSocketPrivate::verifyErrorsHaveBeenIgnored() |  | Coverage:  | 100.000% (11/11) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp |  | Lines:  | 2500-2521 |  
  |  | 9 | 4 | 
 QSslSocketPrivate::unixRootCertDirectories| Name:  | QSslSocketPrivate::unixRootCertDirectories |  | Prototype:  | QList<QByteArray> QSslSocketPrivate::unixRootCertDirectories() |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp |  | Lines:  | 2585-2596 |  
  |  | 9 | 1 | 
 QSslSocketPrivate::systemCaCertificates| Name:  | QSslSocketPrivate::systemCaCertificates |  | Prototype:  | QList<QSslCertificate> QSslSocketPrivate::systemCaCertificates() |  | Coverage:  | 100.000% (10/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl.cpp |  | Lines:  | 688-808 |  
  |  | 23 | 4 | 
 QSslSocketPrivate::supportsSsl| Name:  | QSslSocketPrivate::supportsSsl |  | Prototype:  | bool QSslSocketPrivate::supportsSsl() |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl.cpp |  | Lines:  | 462-465 |  
  |  | 1 | 1 | 
 QSslSocketPrivate::supportedEllipticCurves| Name:  | QSslSocketPrivate::supportedEllipticCurves |  | Prototype:  | QVector<QSslEllipticCurve> QSslSocketPrivate::supportedEllipticCurves() |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp |  | Lines:  | 2097-2102 |  
  |  | 3 | 1 | 
 QSslSocketPrivate::supportedCiphers| Name:  | QSslSocketPrivate::supportedCiphers |  | Prototype:  | QList<QSslCipher> QSslSocketPrivate::supportedCiphers() |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp |  | Lines:  | 2067-2072 |  
  |  | 3 | 1 | 
 QSslSocketPrivate::setDefaultSupportedEllipticCurves| Name:  | QSslSocketPrivate::setDefaultSupportedEllipticCurves |  | Prototype:  | void QSslSocketPrivate::setDefaultSupportedEllipticCurves(const QVector<QSslEllipticCurve> &curves) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp |  | Lines:  | 2107-2112 |  
  |  | 3 | 1 | 
 QSslSocketPrivate::setDefaultSupportedCiphers| Name:  | QSslSocketPrivate::setDefaultSupportedCiphers |  | Prototype:  | void QSslSocketPrivate::setDefaultSupportedCiphers(const QList<QSslCipher> &ciphers) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp |  | Lines:  | 2087-2092 |  
  |  | 3 | 1 | 
 QSslSocketPrivate::setDefaultCiphers| Name:  | QSslSocketPrivate::setDefaultCiphers |  | Prototype:  | void QSslSocketPrivate::setDefaultCiphers(const QList<QSslCipher> &ciphers) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp |  | Lines:  | 2077-2082 |  
  |  | 3 | 1 | 
 QSslSocketPrivate::setDefaultCaCertificates| Name:  | QSslSocketPrivate::setDefaultCaCertificates |  | Prototype:  | void QSslSocketPrivate::setDefaultCaCertificates(const QList<QSslCertificate> &certs) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp |  | Lines:  | 2127-2136 |  
  |  | 5 | 1 | 
 QSslSocketPrivate::rootCertOnDemandLoadingSupported| Name:  | QSslSocketPrivate::rootCertOnDemandLoadingSupported |  | Prototype:  | bool QSslSocketPrivate::rootCertOnDemandLoadingSupported() |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp |  | Lines:  | 2577-2580 |  
  |  | 1 | 1 | 
 QSslSocketPrivate::init| Name:  | QSslSocketPrivate::init |  | Prototype:  | void QSslSocketPrivate::init() |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp |  | Lines:  | 2035-2052 |  
  |  | 10 | 1 | 
 QSslSocketPrivate::deinitialize| Name:  | QSslSocketPrivate::deinitialize |  | Prototype:  | void QSslSocketPrivate::deinitialize() |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl.cpp |  | Lines:  | 448-453 |  
  |  | 3 | 1 | 
 QSslSocketPrivate::defaultCiphers| Name:  | QSslSocketPrivate::defaultCiphers |  | Prototype:  | QList<QSslCipher> QSslSocketPrivate::defaultCiphers() |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp |  | Lines:  | 2057-2062 |  
  |  | 3 | 1 | 
 QSslSocketPrivate::defaultCaCertificates| Name:  | QSslSocketPrivate::defaultCaCertificates |  | Prototype:  | QList<QSslCertificate> QSslSocketPrivate::defaultCaCertificates() |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp |  | Lines:  | 2117-2122 |  
  |  | 3 | 1 | 
 QSslSocketPrivate::createPlainSocket| Name:  | QSslSocketPrivate::createPlainSocket |  | Prototype:  | void QSslSocketPrivate::createPlainSocket(QIODevice::OpenMode openMode) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp |  | Lines:  | 2231-2281 |  
  |  | 41 | 1 |