Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–´ |
QSslSocket::peerVerifyModeName: | QSslSocket::peerVerifyMode | Prototype: | QSslSocket::PeerVerifyMode QSslSocket::peerVerifyMode() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | Lines: | 622-626 |
| | 2 | 1 |
QSslSocket::peerVerifyNameName: | QSslSocket::peerVerifyName | Prototype: | QString QSslSocket::peerVerifyName() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | Lines: | 701-705 |
| | 2 | 1 |
QSslSocket::privateKeyName: | QSslSocket::privateKey | Prototype: | QSslKey QSslSocket::privateKey() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | Lines: | 1170-1174 |
| | 2 | 1 |
QSslSocket::protocolName: | QSslSocket::protocol | Prototype: | QSsl::SslProtocol QSslSocket::protocol() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | Lines: | 591-595 |
| | 2 | 1 |
QSslSocket::resumeName: | QSslSocket::resume | Prototype: | void QSslSocket::resume() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | Lines: | 388-392 |
| | 1 | 1 |
QSslSocket::sessionCipherName: | QSslSocket::sessionCipher | Prototype: | QSslCipher QSslSocket::sessionCipher() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | Lines: | 1094-1098 |
| | 2 | 1 |
QSslSocket::sessionProtocolName: | QSslSocket::sessionProtocol | Prototype: | QSsl::SslProtocol QSslSocket::sessionProtocol() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | Lines: | 1108-1112 |
| | 2 | 1 |
QSslSocket::setCaCertificatesName: | QSslSocket::setCaCertificates | Prototype: | void QSslSocket::setCaCertificates(const QList<QSslCertificate> &certificates) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | Lines: | 1393-1398 |
| | 3 | 1 |
QSslSocket::setCiphersName: | QSslSocket::setCiphers | Prototype: | void QSslSocket::setCiphers(const QList<QSslCipher> &ciphers) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | Lines: | 1225-1229 |
| | 2 | 1 |
QSslSocket::setDefaultCaCertificatesName: | QSslSocket::setDefaultCaCertificates | Prototype: | void QSslSocket::setDefaultCaCertificates(const QList<QSslCertificate> &certificates) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | Lines: | 1480-1483 |
| | 1 | 1 |
QSslSocket::setDefaultCiphersName: | QSslSocket::setDefaultCiphers | Prototype: | void QSslSocket::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: | 1276-1279 |
| | 1 | 1 |
QSslSocket::setLocalCertificateName: | QSslSocket::setLocalCertificate | Prototype: | void QSslSocket::setLocalCertificate(const QSslCertificate &certificate) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | Lines: | 983-988 |
| | 3 | 1 |
QSslSocket::setLocalCertificateChainName: | QSslSocket::setLocalCertificateChain | Prototype: | void QSslSocket::setLocalCertificateChain(const QList<QSslCertificate> &localChain) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | Lines: | 952-956 |
| | 2 | 1 |
QSslSocket::setPeerVerifyModeName: | QSslSocket::setPeerVerifyMode | Prototype: | void QSslSocket::setPeerVerifyMode(QSslSocket::PeerVerifyMode mode) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | Lines: | 645-649 |
| | 2 | 1 |
QSslSocket::setPeerVerifyNameName: | QSslSocket::setPeerVerifyName | Prototype: | void QSslSocket::setPeerVerifyName(const QString &hostName) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | Lines: | 715-719 |
| | 2 | 1 |
QSslSocket::setPrivateKeyName: | QSslSocket::setPrivateKey | Prototype: | void QSslSocket::setPrivateKey(const QSslKey &key) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | Lines: | 1128-1132 |
| | 2 | 1 |
QSslSocket::setProtocolName: | QSslSocket::setProtocol | Prototype: | void QSslSocket::setProtocol(QSsl::SslProtocol protocol) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | Lines: | 602-606 |
| | 2 | 1 |
QSslSocket::sslConfigurationName: | QSslSocket::sslConfiguration | Prototype: | QSslConfiguration QSslSocket::sslConfiguration() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | Lines: | 896-907 |
| | 6 | 1 |
QSslSocket::sslErrorsName: | QSslSocket::sslErrors | Prototype: | QList<QSslError> QSslSocket::sslErrors() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | Lines: | 1715-1719 |
| | 2 | 1 |
QSslSocket::sslLibraryBuildVersionNumberName: | QSslSocket::sslLibraryBuildVersionNumber | Prototype: | long QSslSocket::sslLibraryBuildVersionNumber() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | Lines: | 1762-1765 |
| | 1 | 1 |
QSslSocket::sslLibraryBuildVersionStringName: | QSslSocket::sslLibraryBuildVersionString | Prototype: | QString QSslSocket::sslLibraryBuildVersionString() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | Lines: | 1775-1778 |
| | 1 | 1 |
QSslSocket::sslLibraryVersionNumberName: | QSslSocket::sslLibraryVersionNumber | Prototype: | long QSslSocket::sslLibraryVersionNumber() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | Lines: | 1738-1741 |
| | 1 | 1 |
QSslSocket::sslLibraryVersionStringName: | QSslSocket::sslLibraryVersionString | Prototype: | QString QSslSocket::sslLibraryVersionString() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | Lines: | 1749-1752 |
| | 1 | 1 |
QSslSocket::supportedCiphersName: | QSslSocket::supportedCiphers | Prototype: | QList<QSslCipher> QSslSocket::supportedCiphers() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | Lines: | 1315-1318 |
| | 1 | 1 |
QSslSocket::supportsSslName: | QSslSocket::supportsSsl | Prototype: | bool QSslSocket::supportsSsl() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | Lines: | 1726-1729 |
| | 1 | 1 |
QSslSocket::systemCaCertificatesName: | QSslSocket::systemCaCertificates | Prototype: | QList<QSslCertificate> QSslSocket::systemCaCertificates() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | Lines: | 1526-1530 |
| | 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 |
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 |
QSslSocketBackendPrivate::continueHandshake::[lambda]Name: | QSslSocketBackendPrivate::continueHandshake::[lambda] | Prototype: | []() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl.cpp | Lines: | 1578-1578 |
| | 0 | 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 |
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 |
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 |
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_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_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::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::addDefaultCaCertificatesName: | QSslSocketPrivate::addDefaultCaCertificates | Prototype: | void QSslSocketPrivate::addDefaultCaCertificates(const QList<QSslCertificate> &certs) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | Lines: | 2182-2188 |
| | 4 | 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::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::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::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::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::isPausedName: | QSslSocketPrivate::isPaused | Prototype: | bool QSslSocketPrivate::isPaused() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | Lines: | 2316-2319 |
| | 1 | 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::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::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::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::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::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::sslLibraryBuildVersionNumberName: | QSslSocketPrivate::sslLibraryBuildVersionNumber | Prototype: | long QSslSocketPrivate::sslLibraryBuildVersionNumber() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl.cpp | Lines: | 604-607 |
| | 1 | 1 |
QSslSocketPrivate::sslLibraryBuildVersionString::[lambda]Name: | QSslSocketPrivate::sslLibraryBuildVersionString::[lambda] | Prototype: | []() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl.cpp | Lines: | 614-614 |
| | 0 | 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::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::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::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 |
QStackTextEngine::QStackTextEngineName: | QStackTextEngine::QStackTextEngine | Prototype: | QStackTextEngine::QStackTextEngine(const QString &string, const QFont &f) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextengine.cpp | Lines: | 3447-3453 |
| | 2 | 1 |
QStackedLayout::QStackedLayoutName: | QStackedLayout::QStackedLayout | Prototype: | QStackedLayout::QStackedLayout() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qstackedlayout.cpp | Lines: | 156-159 |
| | 2 | 1 |
QStackedLayout::QStackedLayoutName: | QStackedLayout::QStackedLayout | Prototype: | QStackedLayout::QStackedLayout(QWidget *parent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qstackedlayout.cpp | Lines: | 167-170 |
| | 2 | 1 |
QStackedLayout::QStackedLayoutName: | QStackedLayout::QStackedLayout | Prototype: | QStackedLayout::QStackedLayout(QLayout *parentLayout) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qstackedlayout.cpp | Lines: | 176-179 |
| | 2 | 1 |
QStackedLayout::addWidgetName: | QStackedLayout::addWidget | Prototype: | int QStackedLayout::addWidget(QWidget *widget) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qstackedlayout.cpp | Lines: | 200-204 |
| | 2 | 1 |
QStackedLayout::countName: | QStackedLayout::count | Prototype: | int QStackedLayout::count() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qstackedlayout.cpp | Lines: | 412-416 |
| | 2 | 1 |
QStackedLayout::currentIndexName: | QStackedLayout::currentIndex | Prototype: | int QStackedLayout::currentIndex() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qstackedlayout.cpp | Lines: | 354-358 |
| | 2 | 1 |
QStackedLayout::currentWidgetName: | QStackedLayout::currentWidget | Prototype: | QWidget *QStackedLayout::currentWidget() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qstackedlayout.cpp | Lines: | 386-390 |
| | 2 | 1 |
QStackedLayout::itemAtName: | QStackedLayout::itemAt | Prototype: | QLayoutItem *QStackedLayout::itemAt(int index) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qstackedlayout.cpp | Lines: | 245-249 |
| | 2 | 1 |
QStackedLayout::stackingModeName: | QStackedLayout::stackingMode | Prototype: | QStackedLayout::StackingMode QStackedLayout::stackingMode() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qstackedlayout.cpp | Lines: | 555-559 |
| | 2 | 1 |
QStackedLayout::~QStackedLayoutName: | QStackedLayout::~QStackedLayout | Prototype: | QStackedLayout::~QStackedLayout() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qstackedlayout.cpp | Lines: | 185-189 |
| | 2 | 1 |
QStackedLayoutPrivate::QStackedLayoutPrivateName: | QStackedLayoutPrivate::QStackedLayoutPrivate | Prototype: | QStackedLayoutPrivate() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qstackedlayout.cpp | Lines: | 53-53 |
| | 1 | 1 |
QStackedWidget::QStackedWidgetName: | QStackedWidget::QStackedWidget | Prototype: | QStackedWidget::QStackedWidget(QWidget *parent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qstackedwidget.cpp | Lines: | 135-142 |
| | 4 | 1 |
QStackedWidget::addWidgetName: | QStackedWidget::addWidget | Prototype: | int QStackedWidget::addWidget(QWidget *widget) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qstackedwidget.cpp | Lines: | 161-164 |
| | 1 | 1 |
QStackedWidget::countName: | QStackedWidget::count | Prototype: | int QStackedWidget::count() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qstackedwidget.cpp | Lines: | 283-286 |
| | 1 | 1 |
QStackedWidget::currentIndexName: | QStackedWidget::currentIndex | Prototype: | int QStackedWidget::currentIndex() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qstackedwidget.cpp | Lines: | 219-222 |
| | 1 | 1 |
QStackedWidget::currentWidgetName: | QStackedWidget::currentWidget | Prototype: | QWidget *QStackedWidget::currentWidget() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qstackedwidget.cpp | Lines: | 229-232 |
| | 1 | 1 |
QStackedWidget::eventName: | QStackedWidget::event | Prototype: | bool QStackedWidget::event(QEvent *e) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qstackedwidget.cpp | Lines: | 289-292 |
| | 1 | 1 |
QStackedWidget::indexOfName: | QStackedWidget::indexOf | Prototype: | int QStackedWidget::indexOf(QWidget *widget) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qstackedwidget.cpp | Lines: | 259-262 |
| | 1 | 1 |
QStackedWidget::insertWidgetName: | QStackedWidget::insertWidget | Prototype: | int QStackedWidget::insertWidget(int index, QWidget *widget) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qstackedwidget.cpp | Lines: | 181-184 |
| | 1 | 1 |
QStackedWidget::removeWidgetName: | QStackedWidget::removeWidget | Prototype: | void QStackedWidget::removeWidget(QWidget *widget) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qstackedwidget.cpp | Lines: | 197-200 |
| | 1 | 1 |
QStackedWidget::setCurrentIndexName: | QStackedWidget::setCurrentIndex | Prototype: | void QStackedWidget::setCurrentIndex(int index) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qstackedwidget.cpp | Lines: | 214-217 |
| | 1 | 1 |
QStackedWidget::widgetName: | QStackedWidget::widget | Prototype: | QWidget *QStackedWidget::widget(int index) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qstackedwidget.cpp | Lines: | 270-273 |
| | 1 | 1 |
QStackedWidgetPrivate::QStackedWidgetPrivateName: | QStackedWidgetPrivate::QStackedWidgetPrivate | Prototype: | QStackedWidgetPrivate() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qstackedwidget.cpp | Lines: | 54-54 |
| | 1 | 1 |
QStandardItem::QStandardItemName: | QStandardItem::QStandardItem | Prototype: | QStandardItem::QStandardItem() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 707-712 |
| | 2 | 1 |
QStandardItem::QStandardItemName: | QStandardItem::QStandardItem | Prototype: | QStandardItem::QStandardItem(QStandardItemPrivate &dd) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 752-757 |
| | 2 | 1 |
QStandardItem::QStandardItemName: | QStandardItem::QStandardItem | Prototype: | QStandardItem::QStandardItem(const QString &text) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 717-723 |
| | 3 | 1 |
QStandardItem::QStandardItemName: | QStandardItem::QStandardItem | Prototype: | QStandardItem::QStandardItem(const QStandardItem &other) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 765-771 |
| | 3 | 1 |
QStandardItem::QStandardItemName: | QStandardItem::QStandardItem | Prototype: | QStandardItem::QStandardItem(const QIcon &icon, const QString &text) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 728-735 |
| | 4 | 1 |
QStandardItem::QStandardItemName: | QStandardItem::QStandardItem | Prototype: | QStandardItem::QStandardItem(int rows, int columns) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 740-747 |
| | 4 | 1 |
QStandardItem::cloneName: | QStandardItem::clone | Prototype: | QStandardItem *QStandardItem::clone() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 1946-1949 |
| | 1 | 1 |
QStandardItem::columnName: | QStandardItem::column | Prototype: | int QStandardItem::column() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 1417-1422 |
| | 3 | 1 |
QStandardItem::columnCountName: | QStandardItem::columnCount | Prototype: | int QStandardItem::columnCount() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 1506-1510 |
| | 2 | 1 |
QStandardItem::hasChildrenName: | QStandardItem::hasChildren | Prototype: | bool QStandardItem::hasChildren() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 1734-1737 |
| | 1 | 1 |
QStandardItem::indexName: | QStandardItem::index | Prototype: | QModelIndex QStandardItem::index() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 1436-1440 |
| | 2 | 1 |
QStandardItem::modelName: | QStandardItem::model | Prototype: | QStandardItemModel *QStandardItem::model() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 1450-1454 |
| | 2 | 1 |
QStandardItem::operator=Name: | QStandardItem::operator= | Prototype: | QStandardItem &QStandardItem::operator=(const QStandardItem &other) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 779-784 |
| | 3 | 1 |
QStandardItem::readName: | QStandardItem::read | Prototype: | void QStandardItem::read(QDataStream &in) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 1972-1979 |
| | 5 | 1 |
QStandardItem::removeColumnName: | QStandardItem::removeColumn | Prototype: | void QStandardItem::removeColumn(int column) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 1669-1672 |
| | 1 | 1 |
QStandardItem::removeRowName: | QStandardItem::removeRow | Prototype: | void QStandardItem::removeRow(int row) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 1658-1661 |
| | 1 | 1 |
QStandardItem::rowName: | QStandardItem::row | Prototype: | int QStandardItem::row() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 1404-1409 |
| | 3 | 1 |
QStandardItem::rowCountName: | QStandardItem::rowCount | Prototype: | int QStandardItem::rowCount() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 1478-1482 |
| | 2 | 1 |
QStandardItem::setAutoTristateName: | QStandardItem::setAutoTristate | Prototype: | void QStandardItem::setAutoTristate(bool tristate) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 1287-1291 |
| | 2 | 1 |
QStandardItem::setChildName: | QStandardItem::setChild | Prototype: | void QStandardItem::setChild(int row, int column, QStandardItem *item) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 1746-1750 |
| | 2 | 1 |
QStandardItem::setDragEnabledName: | QStandardItem::setDragEnabled | Prototype: | void QStandardItem::setDragEnabled(bool dragEnabled) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 1349-1353 |
| | 2 | 1 |