Function | Condition %▴ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QState::childModeName: | 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: | 514-518 |
| | 2 | 1 |
QState::errorStateName: | 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: | 283-287 |
| | 2 | 1 |
QState::eventName: | 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: | 543-553 |
| | 7 | 3 |
QState::initialStateName: | 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: | 482-486 |
| | 2 | 1 |
QState::onEntryName: | 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: | 466-469 |
| | 1 | 1 |
QState::onExitName: | 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: | 474-477 |
| | 1 | 1 |
QState::removeTransitionName: | 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: | 429-446 |
| | 13 | 4 |
QState::setErrorStateName: | 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: | 296-313 |
| | 11 | 4 |
QState::transitionsName: | 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: | 457-461 |
| | 2 | 1 |
QStateMachine::QStateMachineName: | 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::QStateMachineName: | 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::SignalEvent::SignalEventName: | 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: | 3135-3140 |
| | 2 | 1 |
QStateMachine::WrappedEvent::WrappedEventName: | 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: | 3200-3203 |
| | 2 | 1 |
QStateMachine::WrappedEvent::~WrappedEventName: | 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: | 3208-3211 |
| | 1 | 1 |
QStateMachine::addDefaultAnimationName: | 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 |
QStateMachine::addStateName: | 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 |
QStateMachine::beginMicrostepName: | 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 |
QStateMachine::beginSelectTransitionsName: | 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 |
QStateMachine::clearErrorName: | 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 |
QStateMachine::configurationName: | 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 |
QStateMachine::defaultAnimationsName: | 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 |
QStateMachine::endMicrostepName: | 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 |
QStateMachine::endSelectTransitionsName: | 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 |
QStateMachine::errorName: | 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 |
QStateMachine::errorStringName: | 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 |
QStateMachine::eventFilterName: | 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 |
QStateMachine::globalRestorePolicyName: | 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 |
QStateMachine::isAnimatedName: | 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 |
QStateMachine::isRunningName: | 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 |
QStateMachine::onEntryName: | 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 |
QStateMachine::onExitName: | 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 |
QStateMachine::removeDefaultAnimationName: | 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 |
QStateMachine::removeStateName: | 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 |
QStateMachine::setAnimatedName: | 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 |
QStateMachine::setGlobalRestorePolicyName: | 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 |
QStateMachine::setRunningName: | 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 |
QStateMachinePrivate::QStateMachinePrivateName: | 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: | 395-410 |
| | 10 | 1 |
QStateMachinePrivate::_q_processName: | 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: | 1854-1947 |
| | 59 | 15 |
QStateMachinePrivate::_q_startName: | 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: | 1777-1852 |
| | 48 | 3 |
QStateMachinePrivate::addAncestorStatesToEnterName: | 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: | 1174-1191 |
| | 10 | 6 |
QStateMachinePrivate::clearHistoryName: | 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: | 1745-1753 |
| | 5 | 2 |
QStateMachinePrivate::computeEntrySetName: | 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: | 856-888 |
| | 20 | 6 |
QStateMachinePrivate::computeExitSetName: | 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: | 741-749 |
| | 4 | 1 |
QStateMachinePrivate::computeExitSet_UnorderedName: | 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: | 751-760 |
| | 5 | 2 |
QStateMachinePrivate::computeExitSet_UnorderedName: | 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: | 762-797 |
| | 18 | 6 |
QStateMachinePrivate::computePendingRestorablesName: | 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: | 1399-1413 |
| | 9 | 4 |
QStateMachinePrivate::computePropertyAssignmentsName: | 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: | 1422-1443 |
| | 13 | 5 |
QStateMachinePrivate::createInitialTransition::InitialTransitionName: | 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: | 1723-1725 |
| | 1 | 1 |
QStateMachinePrivate::dequeueExternalEventName: | 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: | 2000-2006 |
| | 4 | 2 |
QStateMachinePrivate::dequeueInternalEventName: | 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: | 1992-1998 |
| | 4 | 2 |
QStateMachinePrivate::emitStateFinishedName: | 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: | 2103-2114 |
| | 3 | 1 |
QStateMachinePrivate::endMacrostepName: | 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: | 2094-2097 |
| | 1 | 1 |
QStateMachinePrivate::executeTransitionContentName: | 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: | 844-854 |
| | 4 | 2 |
QStateMachinePrivate::findErrorStateName: | 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: | 1447-1461 |
| | 8 | 4 |
QStateMachinePrivate::findLCCAName: | 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: | 546-549 |
| | 1 | 1 |
QStateMachinePrivate::handleFilteredEventName: | 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: | 2398-2404 |
| | 3 | 2 |
QStateMachinePrivate::handleTransitionSignalName: | 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: | 2407-2431 |
| | 13 | 2 |
QStateMachinePrivate::hasRestorableName: | 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: | 1285-1290 |
| | 2 | 1 |
QStateMachinePrivate::isAtomicName: | QStateMachinePrivate::isAtomic | Prototype: | bool QStateMachinePrivate::isAtomic(const QAbstractState *s) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | Lines: | 1216-1223 |
| | 5 | 1 |
QStateMachinePrivate::isCompoundName: | QStateMachinePrivate::isCompound | Prototype: | bool QStateMachinePrivate::isCompound(const QAbstractState *s) const | Coverage: | 100.000% (9/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | Lines: | 1204-1214 |
| | 7 | 3 |
QStateMachinePrivate::isFinalName: | QStateMachinePrivate::isFinal | Prototype: | bool QStateMachinePrivate::isFinal(const QAbstractState *s) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | Lines: | 1193-1196 |
| | 1 | 1 |
QStateMachinePrivate::isInternalEventQueueEmptyName: | 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: | 2008-2012 |
| | 2 | 1 |
QStateMachinePrivate::isParallelName: | QStateMachinePrivate::isParallel | Prototype: | bool QStateMachinePrivate::isParallel(const QAbstractState *s) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | Lines: | 1198-1202 |
| | 2 | 1 |
QStateMachinePrivate::maybeRegisterEventTransitionName: | 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: | 2346-2350 |
| | 2 | 2 |
QStateMachinePrivate::maybeRegisterTransitionName: | 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: | 2194-2204 |
| | 4 | 3 |
QStateMachinePrivate::microstepName: | 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: | 669-719 |
| | 19 | 2 |
QStateMachinePrivate::postExternalEventName: | 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: | 1986-1990 |
| | 2 | 1 |
QStateMachinePrivate::postInternalEventName: | 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: | 1980-1984 |
| | 2 | 1 |
QStateMachinePrivate::processedPendingEventsName: | 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: | 2086-2089 |
| | 1 | 1 |
QStateMachinePrivate::registerMultiThreadedSignalTransitionsName: | 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: | 1766-1775 |
| | 6 | 3 |
QStateMachinePrivate::registerTransitionName: | 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: | 2206-2216 |
| | 4 | 3 |
QStateMachinePrivate::registerTransitionsName: | 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: | 2182-2192 |
| | 7 | 3 |
QStateMachinePrivate::restorablesToPropertyListName: | 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: | 1365-1381 |
| | 8 | 3 |
QStateMachinePrivate::rootStateName: | 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: | 422-425 |
| | 1 | 1 |
QStateMachinePrivate::savedValueForRestorableName: | 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: | 1300-1321 |
| | 7 | 3 |
QStateMachinePrivate::selectTransitionsName: | 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: | 551-595 |
| | 27 | 9 |
QStateMachinePrivate::stateEntryLessThanName: | QStateMachinePrivate::stateEntryLessThan | Prototype: | bool QStateMachinePrivate::stateEntryLessThan(QAbstractState *s1, QAbstractState *s2) | Coverage: | 100.000% (10/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | Lines: | 488-504 |
| | 12 | 4 |
QStateMachinePrivate::stateExitLessThanName: | QStateMachinePrivate::stateExitLessThan | Prototype: | bool QStateMachinePrivate::stateExitLessThan(QAbstractState *s1, QAbstractState *s2) | Coverage: | 100.000% (10/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | Lines: | 506-522 |
| | 12 | 4 |
QStateMachinePrivate::unregisterRestorablesName: | QStateMachinePrivate::unregisterRestorables | Prototype: | void QStateMachinePrivate::unregisterRestorables(const QList<QAbstractState *> &states, QObject *object, const QByteArray &propertyName) | Coverage: | 100.000% (13/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | Lines: | 1339-1363 |
| | 14 | 5 |
QStateMachinePrivate::unregisterTransitionName: | QStateMachinePrivate::unregisterTransition | Prototype: | void QStateMachinePrivate::unregisterTransition(QAbstractTransition *transition) | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | Lines: | 2218-2228 |
| | 4 | 3 |
QStatePrivate::QStatePrivateName: | QStatePrivate::QStatePrivate | Prototype: | QStatePrivate::QStatePrivate() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstate.cpp | Lines: | 150-155 |
| | 2 | 1 |
QStatePrivate::childStatesName: | QStatePrivate::childStates | Prototype: | QList<QAbstractState*> QStatePrivate::childStates() const | Coverage: | 100.000% (12/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstate.cpp | Lines: | 207-221 |
| | 10 | 4 |
QStatePrivate::emitFinishedName: | QStatePrivate::emitFinished | Prototype: | void QStatePrivate::emitFinished() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstate.cpp | Lines: | 161-165 |
| | 2 | 1 |
QStatePrivate::emitPropertiesAssignedName: | QStatePrivate::emitPropertiesAssigned | Prototype: | void QStatePrivate::emitPropertiesAssigned() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstate.cpp | Lines: | 167-171 |
| | 2 | 1 |
QStatePrivate::historyStatesName: | QStatePrivate::historyStates | Prototype: | QList<QHistoryState*> QStatePrivate::historyStates() const | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstate.cpp | Lines: | 223-233 |
| | 7 | 3 |
QStatePrivate::transitionsName: | QStatePrivate::transitions | Prototype: | QList<QAbstractTransition*> QStatePrivate::transitions() const | Coverage: | 100.000% (10/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstate.cpp | Lines: | 235-248 |
| | 9 | 4 |
QStaticPlugin::metaDataName: | QStaticPlugin::metaData | Prototype: | QJsonObject QStaticPlugin::metaData() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qpluginloader.cpp | Lines: | 475-478 |
| | 1 | 1 |
QStorageInfo::QStorageInfoName: | QStorageInfo::QStorageInfo | Prototype: | QStorageInfo::QStorageInfo() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo.cpp | Lines: | 79-82 |
| | 2 | 1 |
QStorageInfo::QStorageInfoName: | QStorageInfo::QStorageInfo | Prototype: | QStorageInfo::QStorageInfo(const QString &path) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo.cpp | Lines: | 99-103 |
| | 1 | 1 |
QStorageInfo::QStorageInfoName: | QStorageInfo::QStorageInfo | Prototype: | QStorageInfo::QStorageInfo(const QStorageInfo &other) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo.cpp | Lines: | 118-121 |
| | 2 | 1 |
QStorageInfo::blockSizeName: | QStorageInfo::blockSize | Prototype: | int QStorageInfo::blockSize() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo.cpp | Lines: | 237-240 |
| | 1 | 1 |
QStorageInfo::bytesAvailableName: | QStorageInfo::bytesAvailable | Prototype: | qint64 QStorageInfo::bytesAvailable() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo.cpp | Lines: | 199-202 |
| | 1 | 1 |
QStorageInfo::bytesFreeName: | QStorageInfo::bytesFree | Prototype: | qint64 QStorageInfo::bytesFree() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo.cpp | Lines: | 213-216 |
| | 1 | 1 |
QStorageInfo::bytesTotalName: | QStorageInfo::bytesTotal | Prototype: | qint64 QStorageInfo::bytesTotal() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo.cpp | Lines: | 225-228 |
| | 1 | 1 |
QStorageInfo::deviceName: | QStorageInfo::device | Prototype: | QByteArray QStorageInfo::device() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo.cpp | Lines: | 265-268 |
| | 1 | 1 |
QStorageInfo::fileSystemTypeName: | QStorageInfo::fileSystemType | Prototype: | QByteArray QStorageInfo::fileSystemType() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo.cpp | Lines: | 251-254 |
| | 1 | 1 |
QStorageInfo::isReadOnlyName: | QStorageInfo::isReadOnly | Prototype: | bool QStorageInfo::isReadOnly() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo.cpp | Lines: | 313-316 |
| | 1 | 1 |
QStorageInfo::isReadyName: | QStorageInfo::isReady | Prototype: | bool QStorageInfo::isReady() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo.cpp | Lines: | 327-330 |
| | 1 | 1 |
QStorageInfo::isValidName: | QStorageInfo::isValid | Prototype: | bool QStorageInfo::isValid() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo.cpp | Lines: | 338-341 |
| | 1 | 1 |
QStorageInfo::mountedVolumesName: | QStorageInfo::mountedVolumes | Prototype: | QList<QStorageInfo> QStorageInfo::mountedVolumes() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo.cpp | Lines: | 373-376 |
| | 1 | 1 |