Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
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: | 544-588 |
| | 27 | 9 |
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: | 1291-1312 |
| | 7 | 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: | 415-418 |
| | 1 | 1 |
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: | 1357-1373 |
| | 8 | 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: | 2175-2185 |
| | 7 | 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: | 2199-2209 |
| | 4 | 3 |
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: | 1763-1772 |
| | 6 | 3 |
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: | 2079-2082 |
| | 1 | 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: | 1973-1977 |
| | 2 | 1 |
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: | 1979-1983 |
| | 2 | 1 |
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: | 662-712 |
| | 19 | 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: | 2187-2197 |
| | 4 | 3 |
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: | 2339-2343 |
| | 2 | 2 |
QStateMachinePrivate::isParallelName: | 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::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: | 2001-2005 |
| | 2 | 1 |
QStateMachinePrivate::isCompoundName: | 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::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: | 1276-1281 |
| | 2 | 1 |
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: | 2400-2424 |
| | 13 | 2 |
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: | 2391-2397 |
| | 3 | 2 |
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: | 539-542 |
| | 1 | 1 |
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: | 1439-1453 |
| | 8 | 4 |
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: | 837-847 |
| | 4 | 2 |
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: | 2087-2090 |
| | 1 | 1 |
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: | 2096-2107 |
| | 3 | 1 |
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: | 1985-1991 |
| | 4 | 2 |
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: | 1993-1999 |
| | 4 | 2 |
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: | 1720-1722 |
| | 1 | 1 |
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: | 1414-1435 |
| | 13 | 5 |
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: | 1391-1405 |
| | 9 | 4 |
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: | 744-753 |
| | 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: | 755-790 |
| | 18 | 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: | 734-742 |
| | 4 | 1 |
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: | 849-882 |
| | 19 | 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: | 1742-1750 |
| | 5 | 2 |
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: | 1167-1182 |
| | 8 | 6 |
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: | 1774-1845 |
| | 47 | 3 |
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: | 1847-1940 |
| | 59 | 15 |
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: | 388-403 |
| | 10 | 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: | 2658-2664 |
| | 3 | 2 |
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: | 2547-2551 |
| | 2 | 1 |
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: | 2966-2970 |
| | 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: | 2581-2594 |
| | 9 | 3 |
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: | 2993-2997 |
| | 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: | 2946-2950 |
| | 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: | 2935-2939 |
| | 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: | 2596-2600 |
| | 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: | 2957-2961 |
| | 2 | 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: | 2535-2539 |
| | 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: | 2872-2877 |
| | 3 | 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: | 2514-2518 |
| | 2 | 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: | 2505-2509 |
| | 2 | 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: | 2901-2904 |
| | 1 | 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: | 2926-2929 |
| | 1 | 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: | 2984-2988 |
| | 2 | 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: | 2812-2816 |
| | 2 | 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: | 2523-2528 |
| | 3 | 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: | 2888-2891 |
| | 1 | 1 |
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: | 2913-2916 |
| | 1 | 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: | 2562-2573 |
| | 7 | 3 |
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: | 2975-2979 |
| | 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: | 3201-3204 |
| | 1 | 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: | 3193-3196 |
| | 2 | 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: | 3128-3133 |
| | 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: | 2429-2435 |
| | 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: | 2443-2449 |
| | 3 | 1 |
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: | 451-455 |
| | 2 | 1 |
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: | 290-307 |
| | 11 | 4 |
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: | 423-440 |
| | 13 | 4 |
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: | 468-471 |
| | 1 | 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: | 460-463 |
| | 1 | 1 |
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: | 476-480 |
| | 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: | 537-547 |
| | 7 | 3 |
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: | 277-281 |
| | 2 | 1 |
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: | 508-512 |
| | 2 | 1 |
QState::assignPropertyName: | 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::addTransitionName: | 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::QStateName: | 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::QStateName: | 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::QStateName: | 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::standardLocationsName: | 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::setTestModeEnabledName: | 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::locateAllName: | 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::locateName: | 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::isTestModeEnabledName: | 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::verifyErrorsHaveBeenIgnoredName: | 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::unixRootCertDirectoriesName: | 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::systemCaCertificatesName: | 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::supportsSslName: | 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::supportedEllipticCurvesName: | 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::supportedCiphersName: | 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::setDefaultSupportedEllipticCurvesName: | 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::setDefaultSupportedCiphersName: | 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::setDefaultCiphersName: | 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::setDefaultCaCertificatesName: | 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::rootCertOnDemandLoadingSupportedName: | 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::initName: | 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::deinitializeName: | 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::defaultCiphersName: | 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::defaultCaCertificatesName: | 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::createPlainSocketName: | 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 |