| Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
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: | 2103-2114 |
| | 3 | 1 |
QStateMachinePrivate::dequeueInternalEvent| Name: | QStateMachinePrivate::dequeueInternalEvent | | Prototype: | QEvent *QStateMachinePrivate::dequeueInternalEvent() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 1992-1998 |
| | 4 | 2 |
QStateMachinePrivate::dequeueExternalEvent| Name: | QStateMachinePrivate::dequeueExternalEvent | | Prototype: | QEvent *QStateMachinePrivate::dequeueExternalEvent() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 2000-2006 |
| | 4 | 2 |
QStateMachinePrivate::createInitialTransition::InitialTransition| Name: | QStateMachinePrivate::createInitialTransition::InitialTransition | | Prototype: | InitialTransition(const QList<QAbstractState *> &targets) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 1723-1725 |
| | 1 | 1 |
QStateMachinePrivate::computePropertyAssignments| Name: | QStateMachinePrivate::computePropertyAssignments | | Prototype: | QHash<QAbstractState*, QVector<QPropertyAssignment> > QStateMachinePrivate::computePropertyAssignments( const QList<QAbstractState*> &statesToEnter_sorted, QHash<RestorableId, QVariant> &pendingRestorables) const | | Coverage: | 100.000% (13/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 1422-1443 |
| | 13 | 5 |
QStateMachinePrivate::computePendingRestorables| Name: | QStateMachinePrivate::computePendingRestorables | | Prototype: | QHash<QStateMachinePrivate::RestorableId, QVariant> QStateMachinePrivate::computePendingRestorables( const QList<QAbstractState*> &statesToExit_sorted) const | | Coverage: | 100.000% (10/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 1399-1413 |
| | 9 | 4 |
QStateMachinePrivate::computeExitSet_Unordered| Name: | QStateMachinePrivate::computeExitSet_Unordered | | Prototype: | QSet<QAbstractState*> QStateMachinePrivate::computeExitSet_Unordered(const QList<QAbstractTransition*> &enabledTransitions, CalculationCache *cache) | | Coverage: | 100.000% (2/2) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 751-760 |
| | 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: | 762-797 |
| | 18 | 6 |
QStateMachinePrivate::computeExitSet| Name: | QStateMachinePrivate::computeExitSet | | Prototype: | QList<QAbstractState*> QStateMachinePrivate::computeExitSet(const QList<QAbstractTransition*> &enabledTransitions, CalculationCache *cache) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 741-749 |
| | 4 | 1 |
QStateMachinePrivate::computeEntrySet| Name: | QStateMachinePrivate::computeEntrySet | | Prototype: | QList<QAbstractState*> QStateMachinePrivate::computeEntrySet(const QList<QAbstractTransition *> &enabledTransitions, QSet<QAbstractState *> &statesForDefaultEntry, CalculationCache *cache) | | Coverage: | 100.000% (10/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 856-888 |
| | 20 | 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: | 1745-1753 |
| | 5 | 2 |
QStateMachinePrivate::addAncestorStatesToEnter| Name: | QStateMachinePrivate::addAncestorStatesToEnter | | Prototype: | void QStateMachinePrivate::addAncestorStatesToEnter(QAbstractState *s, QAbstractState *ancestor, QSet<QAbstractState*> &statesToEnter, QSet<QAbstractState*> &statesForDefaultEntry) | | Coverage: | 100.000% (12/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 1174-1191 |
| | 10 | 6 |
QStateMachinePrivate::_q_start| Name: | QStateMachinePrivate::_q_start | | Prototype: | void QStateMachinePrivate::_q_start() | | Coverage: | 100.000% (5/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 1777-1852 |
| | 48 | 3 |
QStateMachinePrivate::_q_process| Name: | QStateMachinePrivate::_q_process | | Prototype: | void QStateMachinePrivate::_q_process() | | Coverage: | 100.000% (45/45) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 1854-1947 |
| | 59 | 15 |
QStateMachinePrivate::QStateMachinePrivate| Name: | QStateMachinePrivate::QStateMachinePrivate | | Prototype: | QStateMachinePrivate::QStateMachinePrivate() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 395-410 |
| | 10 | 1 |
QStateMachine::setRunning| Name: | QStateMachine::setRunning | | Prototype: | void QStateMachine::setRunning(bool running) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 2665-2671 |
| | 3 | 2 |
QStateMachine::setGlobalRestorePolicy| Name: | QStateMachine::setGlobalRestorePolicy | | Prototype: | void QStateMachine::setGlobalRestorePolicy(QState::RestorePolicy restorePolicy) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 2554-2558 |
| | 2 | 1 |
QStateMachine::setAnimated| Name: | QStateMachine::setAnimated | | Prototype: | void QStateMachine::setAnimated(bool enabled) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 2973-2977 |
| | 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: | 2588-2601 |
| | 9 | 3 |
QStateMachine::removeDefaultAnimation| Name: | QStateMachine::removeDefaultAnimation | | Prototype: | void QStateMachine::removeDefaultAnimation(QAbstractAnimation *animation) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 3000-3004 |
| | 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: | 2953-2957 |
| | 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: | 2942-2946 |
| | 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: | 2603-2607 |
| | 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: | 2964-2968 |
| | 2 | 1 |
QStateMachine::globalRestorePolicy| Name: | QStateMachine::globalRestorePolicy | | Prototype: | QState::RestorePolicy QStateMachine::globalRestorePolicy() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 2542-2546 |
| | 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: | 2879-2884 |
| | 3 | 1 |
QStateMachine::errorString| Name: | QStateMachine::errorString | | Prototype: | QString QStateMachine::errorString() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 2521-2525 |
| | 2 | 1 |
QStateMachine::error| Name: | QStateMachine::error | | Prototype: | QStateMachine::Error QStateMachine::error() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 2512-2516 |
| | 2 | 1 |
QStateMachine::endSelectTransitions| Name: | QStateMachine::endSelectTransitions | | Prototype: | void QStateMachine::endSelectTransitions(QEvent *event) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 2908-2911 |
| | 1 | 1 |
QStateMachine::endMicrostep| Name: | QStateMachine::endMicrostep | | Prototype: | void QStateMachine::endMicrostep(QEvent *event) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 2933-2936 |
| | 1 | 1 |
QStateMachine::defaultAnimations| Name: | QStateMachine::defaultAnimations | | Prototype: | QList<QAbstractAnimation*> QStateMachine::defaultAnimations() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 2991-2995 |
| | 2 | 1 |
QStateMachine::configuration| Name: | QStateMachine::configuration | | Prototype: | QSet<QAbstractState*> QStateMachine::configuration() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 2819-2823 |
| | 2 | 1 |
QStateMachine::clearError| Name: | QStateMachine::clearError | | Prototype: | void QStateMachine::clearError() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 2530-2535 |
| | 3 | 1 |
QStateMachine::beginSelectTransitions| Name: | QStateMachine::beginSelectTransitions | | Prototype: | void QStateMachine::beginSelectTransitions(QEvent *event) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 2895-2898 |
| | 1 | 1 |
QStateMachine::beginMicrostep| Name: | QStateMachine::beginMicrostep | | Prototype: | void QStateMachine::beginMicrostep(QEvent *event) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 2920-2923 |
| | 1 | 1 |
QStateMachine::addState| Name: | QStateMachine::addState | | Prototype: | void QStateMachine::addState(QAbstractState *state) | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 2569-2580 |
| | 7 | 3 |
QStateMachine::addDefaultAnimation| Name: | QStateMachine::addDefaultAnimation | | Prototype: | void QStateMachine::addDefaultAnimation(QAbstractAnimation *animation) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 2982-2986 |
| | 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: | 3208-3211 |
| | 1 | 1 |
QStateMachine::WrappedEvent::WrappedEvent| Name: | QStateMachine::WrappedEvent::WrappedEvent | | Prototype: | QStateMachine::WrappedEvent::WrappedEvent(QObject *object, QEvent *event) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 3200-3203 |
| | 2 | 1 |
QStateMachine::SignalEvent::SignalEvent| Name: | QStateMachine::SignalEvent::SignalEvent | | Prototype: | QStateMachine::SignalEvent::SignalEvent(QObject *sender, int signalIndex, const QList<QVariant> &arguments) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 3135-3140 |
| | 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: | 2436-2442 |
| | 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: | 2450-2456 |
| | 3 | 1 |
QState::transitions| Name: | QState::transitions | | Prototype: | QList<QAbstractTransition*> QState::transitions() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstate.cpp | | Lines: | 457-461 |
| | 2 | 1 |
QState::setErrorState| Name: | QState::setErrorState | | Prototype: | void QState::setErrorState(QAbstractState *state) | | Coverage: | 100.000% (18/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstate.cpp | | Lines: | 296-313 |
| | 11 | 4 |
QState::removeTransition| Name: | QState::removeTransition | | Prototype: | void QState::removeTransition(QAbstractTransition *transition) | | Coverage: | 100.000% (10/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstate.cpp | | Lines: | 429-446 |
| | 13 | 4 |
QState::onExit| Name: | QState::onExit | | Prototype: | void QState::onExit(QEvent *event) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstate.cpp | | Lines: | 474-477 |
| | 1 | 1 |
QState::onEntry| Name: | QState::onEntry | | Prototype: | void QState::onEntry(QEvent *event) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstate.cpp | | Lines: | 466-469 |
| | 1 | 1 |
QState::initialState| Name: | QState::initialState | | Prototype: | QAbstractState *QState::initialState() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstate.cpp | | Lines: | 482-486 |
| | 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: | 543-553 |
| | 7 | 3 |
QState::errorState| Name: | QState::errorState | | Prototype: | QAbstractState *QState::errorState() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstate.cpp | | Lines: | 283-287 |
| | 2 | 1 |
QState::childMode| Name: | QState::childMode | | Prototype: | QState::ChildMode QState::childMode() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstate.cpp | | Lines: | 514-518 |
| | 2 | 1 |
QState::assignProperty| Name: | QState::assignProperty | | Prototype: | void QState::assignProperty(QObject *object, const char *name, const QVariant &value) | | Coverage: | 100.000% (10/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstate.cpp | | Lines: | 258-274 |
| | 10 | 4 |
QState::addTransition| Name: | QState::addTransition | | Prototype: | QAbstractTransition *QState::addTransition(QAbstractState *target) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstate.cpp | | Lines: | 412-421 |
| | 6 | 2 |
QState::QState| Name: | QState::QState | | Prototype: | QState::QState(QState *parent) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstate.cpp | | Lines: | 176-179 |
| | 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: | 185-190 |
| | 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: | 195-198 |
| | 2 | 1 |
QStandardPaths::standardLocations| Name: | QStandardPaths::standardLocations | | Prototype: | QStringList QStandardPaths::standardLocations(StandardLocation type) | | Coverage: | 100.000% (24/24) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstandardpaths_unix.cpp | | Lines: | 316-349 |
| | 22 | 12 |
QStandardPaths::setTestModeEnabled| Name: | QStandardPaths::setTestModeEnabled | | Prototype: | void QStandardPaths::setTestModeEnabled(bool testMode) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstandardpaths.cpp | | Lines: | 627-630 |
| | 1 | 1 |
QStandardPaths::locateAll| Name: | QStandardPaths::locateAll | | Prototype: | QStringList QStandardPaths::locateAll(StandardLocation type, const QString &fileName, LocateOptions options) | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstandardpaths.cpp | | Lines: | 415-425 |
| | 7 | 3 |
QStandardPaths::locate| Name: | QStandardPaths::locate | | Prototype: | QString QStandardPaths::locate(StandardLocation type, const QString &fileName, LocateOptions options) | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstandardpaths.cpp | | Lines: | 396-405 |
| | 6 | 3 |
QStandardPaths::isTestModeEnabled| Name: | QStandardPaths::isTestModeEnabled | | Prototype: | bool QStandardPaths::isTestModeEnabled() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstandardpaths.cpp | | Lines: | 640-643 |
| | 1 | 1 |
QSslSocketPrivate::verifyErrorsHaveBeenIgnored| Name: | QSslSocketPrivate::verifyErrorsHaveBeenIgnored | | Prototype: | bool QSslSocketPrivate::verifyErrorsHaveBeenIgnored() | | Coverage: | 100.000% (11/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 2549-2570 |
| | 9 | 4 |
QSslSocketPrivate::unixRootCertDirectories| Name: | QSslSocketPrivate::unixRootCertDirectories | | Prototype: | QList<QByteArray> QSslSocketPrivate::unixRootCertDirectories() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 2634-2645 |
| | 9 | 1 |
QSslSocketPrivate::systemCaCertificates| Name: | QSslSocketPrivate::systemCaCertificates | | Prototype: | QList<QSslCertificate> QSslSocketPrivate::systemCaCertificates() | | Coverage: | 100.000% (8/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl.cpp | | Lines: | 683-764 |
| | 22 | 4 |
QSslSocketPrivate::supportsSsl| Name: | QSslSocketPrivate::supportsSsl | | Prototype: | bool QSslSocketPrivate::supportsSsl() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl.cpp | | Lines: | 472-475 |
| | 1 | 1 |
QSslSocketPrivate::supportedEllipticCurves| Name: | QSslSocketPrivate::supportedEllipticCurves | | Prototype: | QVector<QSslEllipticCurve> QSslSocketPrivate::supportedEllipticCurves() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 2110-2115 |
| | 3 | 1 |
QSslSocketPrivate::supportedCiphers| Name: | QSslSocketPrivate::supportedCiphers | | Prototype: | QList<QSslCipher> QSslSocketPrivate::supportedCiphers() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 2080-2085 |
| | 3 | 1 |
QSslSocketPrivate::sslContext| Name: | QSslSocketPrivate::sslContext | | Prototype: | QSharedPointer<QSslContext> QSslSocketPrivate::sslContext(QSslSocket *socket) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 2659-2662 |
| | 1 | 1 |
QSslSocketPrivate::setDefaultSupportedEllipticCurves| Name: | QSslSocketPrivate::setDefaultSupportedEllipticCurves | | Prototype: | void QSslSocketPrivate::setDefaultSupportedEllipticCurves(const QVector<QSslEllipticCurve> &curves) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 2120-2125 |
| | 3 | 1 |
QSslSocketPrivate::setDefaultSupportedCiphers| Name: | QSslSocketPrivate::setDefaultSupportedCiphers | | Prototype: | void QSslSocketPrivate::setDefaultSupportedCiphers(const QList<QSslCipher> &ciphers) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 2100-2105 |
| | 3 | 1 |
QSslSocketPrivate::setDefaultCiphers| Name: | QSslSocketPrivate::setDefaultCiphers | | Prototype: | void QSslSocketPrivate::setDefaultCiphers(const QList<QSslCipher> &ciphers) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 2090-2095 |
| | 3 | 1 |
QSslSocketPrivate::setDefaultCaCertificates| Name: | QSslSocketPrivate::setDefaultCaCertificates | | Prototype: | void QSslSocketPrivate::setDefaultCaCertificates(const QList<QSslCertificate> &certs) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 2140-2149 |
| | 5 | 1 |
QSslSocketPrivate::rootCertOnDemandLoadingSupported| Name: | QSslSocketPrivate::rootCertOnDemandLoadingSupported | | Prototype: | bool QSslSocketPrivate::rootCertOnDemandLoadingSupported() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 2626-2629 |
| | 1 | 1 |
QSslSocketPrivate::init| Name: | QSslSocketPrivate::init | | Prototype: | void QSslSocketPrivate::init() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 2048-2065 |
| | 10 | 1 |
QSslSocketPrivate::deinitialize| Name: | QSslSocketPrivate::deinitialize | | Prototype: | void QSslSocketPrivate::deinitialize() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl.cpp | | Lines: | 458-463 |
| | 3 | 1 |
QSslSocketPrivate::defaultCiphers| Name: | QSslSocketPrivate::defaultCiphers | | Prototype: | QList<QSslCipher> QSslSocketPrivate::defaultCiphers() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 2070-2075 |
| | 3 | 1 |
QSslSocketPrivate::defaultCaCertificates| Name: | QSslSocketPrivate::defaultCaCertificates | | Prototype: | QList<QSslCertificate> QSslSocketPrivate::defaultCaCertificates() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 2130-2135 |
| | 3 | 1 |
QSslSocketPrivate::createPlainSocket| Name: | QSslSocketPrivate::createPlainSocket | | Prototype: | void QSslSocketPrivate::createPlainSocket(QIODevice::OpenMode openMode) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 2244-2300 |
| | 47 | 1 |
QSslSocketPrivate::addDefaultCaCertificate| Name: | QSslSocketPrivate::addDefaultCaCertificate | | Prototype: | void QSslSocketPrivate::addDefaultCaCertificate(const QSslCertificate &cert) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 2171-2177 |
| | 4 | 1 |
QSslSocketPrivate::_q_stateChangedSlot| Name: | QSslSocketPrivate::_q_stateChangedSlot | | Prototype: | void QSslSocketPrivate::_q_stateChangedSlot(QAbstractSocket::SocketState state) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 2416-2424 |
| | 3 | 1 |
QSslSocketPrivate::_q_hostFoundSlot| Name: | QSslSocketPrivate::_q_hostFoundSlot | | Prototype: | void QSslSocketPrivate::_q_hostFoundSlot() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 2382-2390 |
| | 2 | 1 |
QSslSocketPrivate::_q_flushWriteBuffer| Name: | QSslSocketPrivate::_q_flushWriteBuffer | | Prototype: | void QSslSocketPrivate::_q_flushWriteBuffer() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 2509-2514 |
| | 3 | 2 |
QSslSocketPrivate::_q_errorSlot| Name: | QSslSocketPrivate::_q_errorSlot | | Prototype: | void QSslSocketPrivate::_q_errorSlot(QAbstractSocket::SocketError error) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 2429-2447 |
| | 7 | 2 |
QSslSocketPrivate::_q_disconnectedSlot| Name: | QSslSocketPrivate::_q_disconnectedSlot | | Prototype: | void QSslSocketPrivate::_q_disconnectedSlot() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 2395-2411 |
| | 9 | 1 |
QSslSocketPrivate::_q_channelReadyReadSlot| Name: | QSslSocketPrivate::_q_channelReadyReadSlot | | Prototype: | void QSslSocketPrivate::_q_channelReadyReadSlot(int channel) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 2471-2476 |
| | 3 | 2 |
QSslSocketPrivate::_q_channelBytesWrittenSlot| Name: | QSslSocketPrivate::_q_channelBytesWrittenSlot | | Prototype: | void QSslSocketPrivate::_q_channelBytesWrittenSlot(int channel, qint64 written) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 2499-2504 |
| | 3 | 2 |
QSslSocketPrivate::QSslSocketPrivate| Name: | QSslSocketPrivate::QSslSocketPrivate | | Prototype: | QSslSocketPrivate::QSslSocketPrivate() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 2023-2036 |
| | 1 | 1 |
QSslSocketGlobalData::QSslSocketGlobalData| Name: | QSslSocketGlobalData::QSslSocketGlobalData | | Prototype: | QSslSocketGlobalData() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 338-338 |
| | 1 | 1 |
QSslSocketBackendPrivate::~QSslSocketBackendPrivate| Name: | QSslSocketBackendPrivate::~QSslSocketBackendPrivate | | Prototype: | QSslSocketBackendPrivate::~QSslSocketBackendPrivate() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl.cpp | | Lines: | 217-220 |
| | 1 | 1 |
QSslSocketBackendPrivate::storePeerCertificates| Name: | QSslSocketBackendPrivate::storePeerCertificates | | Prototype: | void QSslSocketBackendPrivate::storePeerCertificates() | | Coverage: | 100.000% (9/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl.cpp | | Lines: | 1208-1222 |
| | 7 | 3 |
QSslSocketBackendPrivate::startServerEncryption| Name: | QSslSocketBackendPrivate::startServerEncryption | | Prototype: | void QSslSocketBackendPrivate::startServerEncryption() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl.cpp | | Lines: | 781-793 |
| | 6 | 2 |
QSslSocketBackendPrivate::startClientEncryption| Name: | QSslSocketBackendPrivate::startClientEncryption | | Prototype: | void QSslSocketBackendPrivate::startClientEncryption() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl.cpp | | Lines: | 767-779 |
| | 6 | 2 |
QSslSocketBackendPrivate::sessionCipher| Name: | QSslSocketBackendPrivate::sessionCipher | | Prototype: | QSslCipher QSslSocketBackendPrivate::sessionCipher() const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl.cpp | | Lines: | 1478-1491 |
| | 4 | 2 |
QSslSocketBackendPrivate::getErrorsFromOpenSsl| Name: | QSslSocketBackendPrivate::getErrorsFromOpenSsl | | Prototype: | QString QSslSocketBackendPrivate::getErrorsFromOpenSsl() | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl.cpp | | Lines: | 165-176 |
| | 8 | 3 |
QSslSocketBackendPrivate::disconnected| Name: | QSslSocketBackendPrivate::disconnected | | Prototype: | void QSslSocketBackendPrivate::disconnected() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl.cpp | | Lines: | 1463-1476 |
| | 6 | 2 |
QSslSocketBackendPrivate::destroySslContext| Name: | QSslSocketBackendPrivate::destroySslContext | | Prototype: | void QSslSocketBackendPrivate::destroySslContext() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl.cpp | | Lines: | 446-453 |
| | 4 | 2 |
QSslSocketBackendPrivate::QSslSocketBackendPrivate| Name: | QSslSocketBackendPrivate::QSslSocketBackendPrivate | | Prototype: | QSslSocketBackendPrivate::QSslSocketBackendPrivate() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl.cpp | | Lines: | 207-215 |
| | 1 | 1 |
QSslSocket::~QSslSocket| Name: | QSslSocket::~QSslSocket | | Prototype: | QSslSocket::~QSslSocket() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 366-374 |
| | 3 | 1 |
QSslSocket::writeData| Name: | QSslSocket::writeData | | Prototype: | qint64 QSslSocket::writeData(const char *data, qint64 len) | | Coverage: | 100.000% (6/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 2003-2018 |
| | 6 | 2 |
QSslSocket::waitForConnected| Name: | QSslSocket::waitForConnected | | Prototype: | bool QSslSocket::waitForConnected(int msecs) | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 1539-1550 |
| | 8 | 3 |