Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QStateMachinePrivate::emitStateFinishedName: | QStateMachinePrivate::emitStateFinished | Prototype: | void QStateMachinePrivate::emitStateFinished(QState *forState, QFinalState *guiltyState) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | Lines: | 2103-2114 |
| | 3 | 1 |
QStateMachinePrivate::dequeueInternalEventName: | QStateMachinePrivate::dequeueInternalEvent | Prototype: | QEvent *QStateMachinePrivate::dequeueInternalEvent() | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | Lines: | 1992-1998 |
| | 4 | 2 |
QStateMachinePrivate::dequeueExternalEventName: | QStateMachinePrivate::dequeueExternalEvent | Prototype: | QEvent *QStateMachinePrivate::dequeueExternalEvent() | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | Lines: | 2000-2006 |
| | 4 | 2 |
QStateMachinePrivate::createInitialTransition::InitialTransitionName: | QStateMachinePrivate::createInitialTransition::InitialTransition | Prototype: | InitialTransition(const QList<QAbstractState *> &targets) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | Lines: | 1723-1725 |
| | 1 | 1 |
QStateMachinePrivate::computePropertyAssignmentsName: | QStateMachinePrivate::computePropertyAssignments | Prototype: | QHash<QAbstractState*, QVector<QPropertyAssignment> > QStateMachinePrivate::computePropertyAssignments( const QList<QAbstractState*> &statesToEnter_sorted, QHash<RestorableId, QVariant> &pendingRestorables) const | Coverage: | 100.000% (13/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | Lines: | 1422-1443 |
| | 13 | 5 |
QStateMachinePrivate::computePendingRestorablesName: | QStateMachinePrivate::computePendingRestorables | Prototype: | QHash<QStateMachinePrivate::RestorableId, QVariant> QStateMachinePrivate::computePendingRestorables( const QList<QAbstractState*> &statesToExit_sorted) const | Coverage: | 100.000% (10/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | Lines: | 1399-1413 |
| | 9 | 4 |
QStateMachinePrivate::computeExitSet_UnorderedName: | QStateMachinePrivate::computeExitSet_Unordered | Prototype: | QSet<QAbstractState*> QStateMachinePrivate::computeExitSet_Unordered(const QList<QAbstractTransition*> &enabledTransitions, CalculationCache *cache) | Coverage: | 100.000% (2/2) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | Lines: | 751-760 |
| | 5 | 2 |
QStateMachinePrivate::computeExitSet_UnorderedName: | QStateMachinePrivate::computeExitSet_Unordered | Prototype: | QSet<QAbstractState*> QStateMachinePrivate::computeExitSet_Unordered(QAbstractTransition *t, CalculationCache *cache) | Coverage: | 100.000% (16/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | Lines: | 762-797 |
| | 18 | 6 |
QStateMachinePrivate::computeExitSetName: | QStateMachinePrivate::computeExitSet | Prototype: | QList<QAbstractState*> QStateMachinePrivate::computeExitSet(const QList<QAbstractTransition*> &enabledTransitions, CalculationCache *cache) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | Lines: | 741-749 |
| | 4 | 1 |
QStateMachinePrivate::computeEntrySetName: | QStateMachinePrivate::computeEntrySet | Prototype: | QList<QAbstractState*> QStateMachinePrivate::computeEntrySet(const QList<QAbstractTransition *> &enabledTransitions, QSet<QAbstractState *> &statesForDefaultEntry, CalculationCache *cache) | Coverage: | 100.000% (10/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | Lines: | 856-888 |
| | 20 | 6 |
QStateMachinePrivate::clearHistoryName: | QStateMachinePrivate::clearHistory | Prototype: | void QStateMachinePrivate::clearHistory() | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | Lines: | 1745-1753 |
| | 5 | 2 |
QStateMachinePrivate::addAncestorStatesToEnterName: | QStateMachinePrivate::addAncestorStatesToEnter | Prototype: | void QStateMachinePrivate::addAncestorStatesToEnter(QAbstractState *s, QAbstractState *ancestor, QSet<QAbstractState*> &statesToEnter, QSet<QAbstractState*> &statesForDefaultEntry) | Coverage: | 100.000% (12/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | Lines: | 1174-1191 |
| | 10 | 6 |
QStateMachinePrivate::_q_startName: | QStateMachinePrivate::_q_start | Prototype: | void QStateMachinePrivate::_q_start() | Coverage: | 100.000% (5/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | Lines: | 1777-1852 |
| | 48 | 3 |
QStateMachinePrivate::_q_processName: | QStateMachinePrivate::_q_process | Prototype: | void QStateMachinePrivate::_q_process() | Coverage: | 100.000% (45/45) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | Lines: | 1854-1947 |
| | 59 | 15 |
QStateMachinePrivate::QStateMachinePrivateName: | QStateMachinePrivate::QStateMachinePrivate | Prototype: | QStateMachinePrivate::QStateMachinePrivate() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | Lines: | 395-410 |
| | 10 | 1 |
QStateMachine::setRunningName: | QStateMachine::setRunning | Prototype: | void QStateMachine::setRunning(bool running) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | Lines: | 2665-2671 |
| | 3 | 2 |
QStateMachine::setGlobalRestorePolicyName: | QStateMachine::setGlobalRestorePolicy | Prototype: | void QStateMachine::setGlobalRestorePolicy(QState::RestorePolicy restorePolicy) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | Lines: | 2554-2558 |
| | 2 | 1 |
QStateMachine::setAnimatedName: | QStateMachine::setAnimated | Prototype: | void QStateMachine::setAnimated(bool enabled) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | Lines: | 2973-2977 |
| | 2 | 1 |
QStateMachine::removeStateName: | QStateMachine::removeState | Prototype: | void QStateMachine::removeState(QAbstractState *state) | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | Lines: | 2588-2601 |
| | 9 | 3 |
QStateMachine::removeDefaultAnimationName: | QStateMachine::removeDefaultAnimation | Prototype: | void QStateMachine::removeDefaultAnimation(QAbstractAnimation *animation) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | Lines: | 3000-3004 |
| | 2 | 1 |
QStateMachine::onExitName: | QStateMachine::onExit | Prototype: | void QStateMachine::onExit(QEvent *event) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | Lines: | 2953-2957 |
| | 2 | 1 |
QStateMachine::onEntryName: | QStateMachine::onEntry | Prototype: | void QStateMachine::onEntry(QEvent *event) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | Lines: | 2942-2946 |
| | 2 | 1 |
QStateMachine::isRunningName: | QStateMachine::isRunning | Prototype: | bool QStateMachine::isRunning() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | Lines: | 2603-2607 |
| | 2 | 1 |
QStateMachine::isAnimatedName: | QStateMachine::isAnimated | Prototype: | bool QStateMachine::isAnimated() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | Lines: | 2964-2968 |
| | 2 | 1 |
QStateMachine::globalRestorePolicyName: | QStateMachine::globalRestorePolicy | Prototype: | QState::RestorePolicy QStateMachine::globalRestorePolicy() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | Lines: | 2542-2546 |
| | 2 | 1 |
QStateMachine::eventFilterName: | QStateMachine::eventFilter | Prototype: | bool QStateMachine::eventFilter(QObject *watched, QEvent *event) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | Lines: | 2879-2884 |
| | 3 | 1 |
QStateMachine::errorStringName: | QStateMachine::errorString | Prototype: | QString QStateMachine::errorString() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | Lines: | 2521-2525 |
| | 2 | 1 |
QStateMachine::errorName: | QStateMachine::error | Prototype: | QStateMachine::Error QStateMachine::error() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | Lines: | 2512-2516 |
| | 2 | 1 |
QStateMachine::endSelectTransitionsName: | QStateMachine::endSelectTransitions | Prototype: | void QStateMachine::endSelectTransitions(QEvent *event) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | Lines: | 2908-2911 |
| | 1 | 1 |
QStateMachine::endMicrostepName: | QStateMachine::endMicrostep | Prototype: | void QStateMachine::endMicrostep(QEvent *event) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | Lines: | 2933-2936 |
| | 1 | 1 |
QStateMachine::defaultAnimationsName: | QStateMachine::defaultAnimations | Prototype: | QList<QAbstractAnimation*> QStateMachine::defaultAnimations() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | Lines: | 2991-2995 |
| | 2 | 1 |
QStateMachine::configurationName: | QStateMachine::configuration | Prototype: | QSet<QAbstractState*> QStateMachine::configuration() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | Lines: | 2819-2823 |
| | 2 | 1 |
QStateMachine::clearErrorName: | QStateMachine::clearError | Prototype: | void QStateMachine::clearError() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | Lines: | 2530-2535 |
| | 3 | 1 |
QStateMachine::beginSelectTransitionsName: | QStateMachine::beginSelectTransitions | Prototype: | void QStateMachine::beginSelectTransitions(QEvent *event) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | Lines: | 2895-2898 |
| | 1 | 1 |
QStateMachine::beginMicrostepName: | QStateMachine::beginMicrostep | Prototype: | void QStateMachine::beginMicrostep(QEvent *event) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | Lines: | 2920-2923 |
| | 1 | 1 |
QStateMachine::addStateName: | QStateMachine::addState | Prototype: | void QStateMachine::addState(QAbstractState *state) | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | Lines: | 2569-2580 |
| | 7 | 3 |
QStateMachine::addDefaultAnimationName: | QStateMachine::addDefaultAnimation | Prototype: | void QStateMachine::addDefaultAnimation(QAbstractAnimation *animation) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | Lines: | 2982-2986 |
| | 2 | 1 |
QStateMachine::WrappedEvent::~WrappedEventName: | QStateMachine::WrappedEvent::~WrappedEvent | Prototype: | QStateMachine::WrappedEvent::~WrappedEvent() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | Lines: | 3208-3211 |
| | 1 | 1 |
QStateMachine::WrappedEvent::WrappedEventName: | QStateMachine::WrappedEvent::WrappedEvent | Prototype: | QStateMachine::WrappedEvent::WrappedEvent(QObject *object, QEvent *event) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | Lines: | 3200-3203 |
| | 2 | 1 |
QStateMachine::SignalEvent::SignalEventName: | QStateMachine::SignalEvent::SignalEvent | Prototype: | QStateMachine::SignalEvent::SignalEvent(QObject *sender, int signalIndex, const QList<QVariant> &arguments) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | Lines: | 3135-3140 |
| | 2 | 1 |
QStateMachine::QStateMachineName: | QStateMachine::QStateMachine | Prototype: | QStateMachine::QStateMachine(QObject *parent) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | Lines: | 2436-2442 |
| | 1 | 1 |
QStateMachine::QStateMachineName: | QStateMachine::QStateMachine | Prototype: | QStateMachine::QStateMachine(QState::ChildMode childMode, QObject *parent) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | Lines: | 2450-2456 |
| | 3 | 1 |
QState::transitionsName: | QState::transitions | Prototype: | QList<QAbstractTransition*> QState::transitions() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstate.cpp | Lines: | 457-461 |
| | 2 | 1 |
QState::setErrorStateName: | QState::setErrorState | Prototype: | void QState::setErrorState(QAbstractState *state) | Coverage: | 100.000% (18/18) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstate.cpp | Lines: | 296-313 |
| | 11 | 4 |
QState::removeTransitionName: | QState::removeTransition | Prototype: | void QState::removeTransition(QAbstractTransition *transition) | Coverage: | 100.000% (10/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstate.cpp | Lines: | 429-446 |
| | 13 | 4 |
QState::onExitName: | QState::onExit | Prototype: | void QState::onExit(QEvent *event) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstate.cpp | Lines: | 474-477 |
| | 1 | 1 |
QState::onEntryName: | QState::onEntry | Prototype: | void QState::onEntry(QEvent *event) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstate.cpp | Lines: | 466-469 |
| | 1 | 1 |
QState::initialStateName: | QState::initialState | Prototype: | QAbstractState *QState::initialState() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstate.cpp | Lines: | 482-486 |
| | 2 | 1 |
QState::eventName: | QState::event | Prototype: | bool QState::event(QEvent *e) | Coverage: | 100.000% (11/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstate.cpp | Lines: | 543-553 |
| | 7 | 3 |
QState::errorStateName: | QState::errorState | Prototype: | QAbstractState *QState::errorState() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstate.cpp | Lines: | 283-287 |
| | 2 | 1 |
QState::childModeName: | QState::childMode | Prototype: | QState::ChildMode QState::childMode() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstate.cpp | Lines: | 514-518 |
| | 2 | 1 |
QState::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: | 258-274 |
| | 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: | 412-421 |
| | 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: | 176-179 |
| | 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: | 185-190 |
| | 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: | 195-198 |
| | 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: | 316-349 |
| | 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: | 627-630 |
| | 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: | 415-425 |
| | 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: | 396-405 |
| | 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: | 640-643 |
| | 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: | 2549-2570 |
| | 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: | 2634-2645 |
| | 9 | 1 |
QSslSocketPrivate::systemCaCertificatesName: | 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::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: | 472-475 |
| | 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: | 2110-2115 |
| | 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: | 2080-2085 |
| | 3 | 1 |
QSslSocketPrivate::sslContextName: | 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::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: | 2120-2125 |
| | 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: | 2100-2105 |
| | 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: | 2090-2095 |
| | 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: | 2140-2149 |
| | 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: | 2626-2629 |
| | 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: | 2048-2065 |
| | 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: | 458-463 |
| | 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: | 2070-2075 |
| | 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: | 2130-2135 |
| | 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: | 2244-2300 |
| | 47 | 1 |
QSslSocketPrivate::addDefaultCaCertificateName: | 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_stateChangedSlotName: | 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_hostFoundSlotName: | 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_flushWriteBufferName: | 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_errorSlotName: | 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_disconnectedSlotName: | 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_channelReadyReadSlotName: | 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_channelBytesWrittenSlotName: | 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::QSslSocketPrivateName: | 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::QSslSocketGlobalDataName: | 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::~QSslSocketBackendPrivateName: | 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::storePeerCertificatesName: | 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::startServerEncryptionName: | 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::startClientEncryptionName: | 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::sessionCipherName: | 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::getErrorsFromOpenSslName: | 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::disconnectedName: | 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::destroySslContextName: | 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::QSslSocketBackendPrivateName: | 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::~QSslSocketName: | 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::writeDataName: | 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::waitForConnectedName: | 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 |