| Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–´ |
QSslSocket::peerVerifyMode| Name: | 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::peerVerifyName| Name: | 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::privateKey| Name: | 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::protocol| Name: | 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::resume| Name: | 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::sessionCipher| Name: | 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::sessionProtocol| Name: | 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::setCaCertificates| Name: | 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::setCiphers| Name: | 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::setDefaultCaCertificates| Name: | 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::setDefaultCiphers| Name: | 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::setLocalCertificate| Name: | 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::setLocalCertificateChain| Name: | 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::setPeerVerifyMode| Name: | 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::setPeerVerifyName| Name: | 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::setPrivateKey| Name: | 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::setProtocol| Name: | 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::sslConfiguration| Name: | 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::sslErrors| Name: | 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::sslLibraryBuildVersionNumber| Name: | 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::sslLibraryBuildVersionString| Name: | 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::sslLibraryVersionNumber| Name: | 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::sslLibraryVersionString| Name: | 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::supportedCiphers| Name: | 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::supportsSsl| Name: | 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::systemCaCertificates| Name: | 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::~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 |
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 |
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::~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 |
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 |
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 |
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_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_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::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::addDefaultCaCertificates| Name: | 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::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::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::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::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::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::isPaused| Name: | 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::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::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::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::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::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::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::sslLibraryBuildVersionNumber| Name: | 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::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::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::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::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 |
QStackTextEngine::QStackTextEngine| Name: | 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::QStackedLayout| Name: | 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::QStackedLayout| Name: | 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::QStackedLayout| Name: | 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::addWidget| Name: | 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::count| Name: | 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::currentIndex| Name: | 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::currentWidget| Name: | 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::itemAt| Name: | 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::stackingMode| Name: | 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::~QStackedLayout| Name: | 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::QStackedLayoutPrivate| Name: | 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::QStackedWidget| Name: | 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::addWidget| Name: | 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::count| Name: | 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::currentIndex| Name: | 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::currentWidget| Name: | 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::event| Name: | 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::indexOf| Name: | 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::insertWidget| Name: | 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::removeWidget| Name: | 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::setCurrentIndex| Name: | 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::widget| Name: | 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::QStackedWidgetPrivate| Name: | 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::QStandardItem| Name: | 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::QStandardItem| Name: | 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::QStandardItem| Name: | 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::QStandardItem| Name: | 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::QStandardItem| Name: | 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::QStandardItem| Name: | 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::clone| Name: | 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::column| Name: | 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::columnCount| Name: | 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::hasChildren| Name: | 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::index| Name: | 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::model| Name: | 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::read| Name: | 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::removeColumn| Name: | 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::removeRow| Name: | 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::row| Name: | 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::rowCount| Name: | 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::setAutoTristate| Name: | 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::setChild| Name: | 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::setDragEnabled| Name: | 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 |