| Function | Condition %▴ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
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::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 |
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 |
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::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::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::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::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::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::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::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::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::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::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 |
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 |
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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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 |
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 |
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::_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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::stateEntryLessThan| Name: | 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: | 481-497 |
| | 12 | 4 |
QStateMachinePrivate::stateExitLessThan| Name: | 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: | 499-515 |
| | 12 | 4 |
QStateMachinePrivate::unregisterRestorables| Name: | 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: | 1330-1355 |
| | 15 | 5 |
QStateMachinePrivate::unregisterTransition| Name: | 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: | 2211-2221 |
| | 4 | 3 |
QStatePrivate::QStatePrivate| Name: | 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: | 144-149 |
| | 2 | 1 |
QStatePrivate::childStates| Name: | 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: | 201-215 |
| | 10 | 4 |
QStatePrivate::emitFinished| Name: | 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: | 155-159 |
| | 2 | 1 |
QStatePrivate::emitPropertiesAssigned| Name: | 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: | 161-165 |
| | 2 | 1 |
QStatePrivate::historyStates| Name: | 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: | 217-227 |
| | 7 | 3 |
QStatePrivate::transitions| Name: | 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: | 229-242 |
| | 9 | 4 |
QStaticPlugin::metaData| Name: | 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: | 467-470 |
| | 1 | 1 |
QStorageInfo::QStorageInfo| Name: | 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: | 73-76 |
| | 2 | 1 |
QStorageInfo::QStorageInfo| Name: | 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: | 93-97 |
| | 1 | 1 |
QStorageInfo::QStorageInfo| Name: | 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: | 112-115 |
| | 2 | 1 |
QStorageInfo::blockSize| Name: | 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: | 231-234 |
| | 1 | 1 |
QStorageInfo::bytesAvailable| Name: | 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: | 193-196 |
| | 1 | 1 |
QStorageInfo::bytesFree| Name: | 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: | 207-210 |
| | 1 | 1 |
QStorageInfo::bytesTotal| Name: | 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: | 219-222 |
| | 1 | 1 |
QStorageInfo::device| Name: | 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: | 259-262 |
| | 1 | 1 |