| Function | Condition % | eLOC - Effective Lines of Codeā“ | McCabe - Cyclomatic Complexity |
QSslCipher::operator=| Name: | QSslCipher::operator= | | Prototype: | QSslCipher &QSslCipher::operator=(const QSslCipher &other) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslcipher.cpp | | Lines: | 144-148 |
| | 2 | 1 |
QSslConfiguration::QSslConfiguration| Name: | QSslConfiguration::QSslConfiguration | | Prototype: | QSslConfiguration::QSslConfiguration() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslconfiguration.cpp | | Lines: | 153-156 |
| | 2 | 1 |
QSslConfiguration::QSslConfiguration| Name: | QSslConfiguration::QSslConfiguration | | Prototype: | QSslConfiguration::QSslConfiguration(const QSslConfiguration &other) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslconfiguration.cpp | | Lines: | 162-165 |
| | 2 | 1 |
QSslConfiguration::operator=| Name: | QSslConfiguration::operator= | | Prototype: | QSslConfiguration &QSslConfiguration::operator=(const QSslConfiguration &other) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslconfiguration.cpp | | Lines: | 179-183 |
| | 2 | 1 |
QSslConfiguration::setCaCertificates| Name: | QSslConfiguration::setCaCertificates | | Prototype: | void QSslConfiguration::setCaCertificates(const QList<QSslCertificate> &certificates) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslconfiguration.cpp | | Lines: | 638-642 |
| | 2 | 1 |
QSslConfiguration::setLocalCertificate| Name: | QSslConfiguration::setLocalCertificate | | Prototype: | void QSslConfiguration::setLocalCertificate(const QSslCertificate &certificate) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslconfiguration.cpp | | Lines: | 431-435 |
| | 2 | 1 |
QSslContext::QSslContext| Name: | QSslContext::QSslContext | | Prototype: | QSslContext::QSslContext() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslcontext_openssl.cpp | | Lines: | 74-80 |
| | 2 | 1 |
QSslEllipticCurve::isTlsNamedCurve| Name: | QSslEllipticCurve::isTlsNamedCurve | | Prototype: | bool QSslEllipticCurve::isTlsNamedCurve() const noexcept | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslellipticcurve_openssl.cpp | | Lines: | 171-175 |
| | 2 | 1 |
QSslError::QSslError| Name: | QSslError::QSslError | | Prototype: | QSslError::QSslError() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslerror.cpp | | Lines: | 115-120 |
| | 2 | 1 |
QSslError::QSslError| Name: | QSslError::QSslError | | Prototype: | QSslError::QSslError(SslError error) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslerror.cpp | | Lines: | 127-132 |
| | 2 | 1 |
QSslError::QSslError| Name: | QSslError::QSslError | | Prototype: | QSslError::QSslError(SslError error, const QSslCertificate &certificate) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslerror.cpp | | Lines: | 140-145 |
| | 2 | 1 |
QSslError::operator=| Name: | QSslError::operator= | | Prototype: | QSslError &QSslError::operator=(const QSslError &other) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslerror.cpp | | Lines: | 168-172 |
| | 2 | 1 |
QSslError::operator==| Name: | QSslError::operator== | | Prototype: | bool QSslError::operator==(const QSslError &other) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslerror.cpp | | Lines: | 187-191 |
| | 2 | 1 |
QSslKey::QSslKey| Name: | QSslKey::QSslKey | | Prototype: | QSslKey::QSslKey() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslkey_p.cpp | | Lines: | 97-100 |
| | 2 | 1 |
QSslKey::QSslKey| Name: | QSslKey::QSslKey | | Prototype: | QSslKey::QSslKey(const QSslKey &other) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslkey_p.cpp | | Lines: | 299-301 |
| | 2 | 1 |
QSslKey::operator=| Name: | QSslKey::operator= | | Prototype: | QSslKey &QSslKey::operator=(const QSslKey &other) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslkey_p.cpp | | Lines: | 316-320 |
| | 2 | 1 |
QSslKeyPrivate::decodeDer| Name: | QSslKeyPrivate::decodeDer | | Prototype: | void QSslKeyPrivate::decodeDer(const QByteArray &der, bool deepClear) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslkey_openssl.cpp | | Lines: | 127-131 |
| | 2 | 1 |
QSslPreSharedKeyAuthenticator::QSslPreSharedKeyAuthenticator| Name: | QSslPreSharedKeyAuthenticator::QSslPreSharedKeyAuthenticator | | Prototype: | QSslPreSharedKeyAuthenticator::QSslPreSharedKeyAuthenticator() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslpresharedkeyauthenticator.cpp | | Lines: | 122-125 |
| | 2 | 1 |
QSslPreSharedKeyAuthenticator::QSslPreSharedKeyAuthenticator| Name: | QSslPreSharedKeyAuthenticator::QSslPreSharedKeyAuthenticator | | Prototype: | QSslPreSharedKeyAuthenticator::QSslPreSharedKeyAuthenticator(const QSslPreSharedKeyAuthenticator &authenticator) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslpresharedkeyauthenticator.cpp | | Lines: | 139-142 |
| | 2 | 1 |
QSslPreSharedKeyAuthenticator::operator=| Name: | QSslPreSharedKeyAuthenticator::operator= | | Prototype: | QSslPreSharedKeyAuthenticator &QSslPreSharedKeyAuthenticator::operator=(const QSslPreSharedKeyAuthenticator &authenticator) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslpresharedkeyauthenticator.cpp | | Lines: | 148-152 |
| | 2 | 1 |
QSslPreSharedKeyAuthenticatorPrivate::QSslPreSharedKeyAuthenticatorPrivate| Name: | QSslPreSharedKeyAuthenticatorPrivate::QSslPreSharedKeyAuthenticatorPrivate | | Prototype: | QSslPreSharedKeyAuthenticatorPrivate::QSslPreSharedKeyAuthenticatorPrivate() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslpresharedkeyauthenticator.cpp | | Lines: | 50-54 |
| | 2 | 1 |
QSslSocket::addCaCertificate| Name: | QSslSocket::addCaCertificate | | Prototype: | void QSslSocket::addCaCertificate(const QSslCertificate &certificate) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 1356-1360 |
| | 2 | 1 |
QSslSocket::addCaCertificates| Name: | QSslSocket::addCaCertificates | | Prototype: | void QSslSocket::addCaCertificates(const QList<QSslCertificate> &certificates) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 1371-1375 |
| | 2 | 1 |
QSslSocket::caCertificates| Name: | QSslSocket::caCertificates | | Prototype: | QList<QSslCertificate> QSslSocket::caCertificates() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 1416-1420 |
| | 2 | 1 |
QSslSocket::ciphers| Name: | QSslSocket::ciphers | | Prototype: | QList<QSslCipher> QSslSocket::ciphers() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 1205-1209 |
| | 2 | 1 |
QSslSocket::ignoreSslErrors| Name: | QSslSocket::ignoreSslErrors | | Prototype: | void QSslSocket::ignoreSslErrors() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 1874-1878 |
| | 2 | 1 |
QSslSocket::ignoreSslErrors| Name: | QSslSocket::ignoreSslErrors | | Prototype: | void QSslSocket::ignoreSslErrors(const QList<QSslError> &errors) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 1901-1905 |
| | 2 | 1 |
QSslSocket::isEncrypted| Name: | QSslSocket::isEncrypted | | Prototype: | bool QSslSocket::isEncrypted() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 580-584 |
| | 2 | 1 |
QSslSocket::localCertificateChain| Name: | QSslSocket::localCertificateChain | | Prototype: | QList<QSslCertificate> QSslSocket::localCertificateChain() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 965-969 |
| | 2 | 1 |
QSslSocket::mode| Name: | QSslSocket::mode | | Prototype: | QSslSocket::SslMode QSslSocket::mode() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 559-563 |
| | 2 | 1 |
QSslSocket::peerCertificate| Name: | QSslSocket::peerCertificate | | Prototype: | QSslCertificate QSslSocket::peerCertificate() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 1045-1049 |
| | 2 | 1 |
QSslSocket::peerCertificateChain| Name: | QSslSocket::peerCertificateChain | | Prototype: | QList<QSslCertificate> QSslSocket::peerCertificateChain() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 1074-1078 |
| | 2 | 1 |
QSslSocket::peerVerifyDepth| Name: | QSslSocket::peerVerifyDepth | | Prototype: | int QSslSocket::peerVerifyDepth() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 664-668 |
| | 2 | 1 |
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::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::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::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::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 |
QSslSocketPrivate::_q_flushReadBuffer| Name: | QSslSocketPrivate::_q_flushReadBuffer | | Prototype: | void QSslSocketPrivate::_q_flushReadBuffer() | | Coverage: | 75.000% (3/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 2519-2524 |
| | 2 | 2 |
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::checkSettingSslContext| Name: | QSslSocketPrivate::checkSettingSslContext | | Prototype: | void QSslSocketPrivate::checkSettingSslContext(QSslSocket* socket, QSharedPointer<QSslContext> sslContext) | | Coverage: | 75.000% (3/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 2650-2654 |
| | 2 | 2 |
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 |
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::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::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::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 |
QStandardItem::setDropEnabled| Name: | QStandardItem::setDropEnabled | | Prototype: | void QStandardItem::setDropEnabled(bool dropEnabled) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | | Lines: | 1379-1383 |
| | 2 | 1 |
QStandardItem::setEditable| Name: | QStandardItem::setEditable | | Prototype: | void QStandardItem::setEditable(bool editable) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | | Lines: | 1182-1186 |
| | 2 | 1 |
QStandardItem::setEnabled| Name: | QStandardItem::setEnabled | | Prototype: | void QStandardItem::setEnabled(bool enabled) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | | Lines: | 1153-1157 |
| | 2 | 1 |
QStandardItem::setSelectable| Name: | QStandardItem::setSelectable | | Prototype: | void QStandardItem::setSelectable(bool selectable) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | | Lines: | 1212-1216 |
| | 2 | 1 |
QStandardItem::setUserTristate| Name: | QStandardItem::setUserTristate | | Prototype: | void QStandardItem::setUserTristate(bool tristate) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | | Lines: | 1313-1317 |
| | 2 | 1 |
QStandardItemModel::QStandardItemModel| Name: | QStandardItemModel::QStandardItemModel | | Prototype: | QStandardItemModel::QStandardItemModel(QStandardItemModelPrivate &dd, QObject *parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | | Lines: | 2145-2150 |
| | 2 | 1 |
QStandardItemModel::invisibleRootItem| Name: | QStandardItemModel::invisibleRootItem | | Prototype: | QStandardItem *QStandardItemModel::invisibleRootItem() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | | Lines: | 2323-2327 |
| | 2 | 1 |
QStandardItemModel::item| Name: | QStandardItemModel::item | | Prototype: | QStandardItem *QStandardItemModel::item(int row, int column) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | | Lines: | 2304-2308 |
| | 2 | 1 |
QStandardItemModel::itemPrototype| Name: | QStandardItemModel::itemPrototype | | Prototype: | const QStandardItem *QStandardItemModel::itemPrototype() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | | Lines: | 2520-2524 |
| | 2 | 1 |
QStandardItemModel::setColumnCount| Name: | QStandardItemModel::setColumnCount | | Prototype: | void QStandardItemModel::setColumnCount(int columns) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | | Lines: | 2269-2273 |
| | 2 | 1 |
QStandardItemModel::setItem| Name: | QStandardItemModel::setItem | | Prototype: | void QStandardItemModel::setItem(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: | 2285-2289 |
| | 2 | 1 |
QStandardItemModel::setItemRoleNames| Name: | QStandardItemModel::setItemRoleNames | | Prototype: | void QStandardItemModel::setItemRoleNames(const QHash<int,QByteArray> &roleNames) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | | Lines: | 2162-2166 |
| | 2 | 1 |
QStandardItemModel::setRowCount| Name: | QStandardItemModel::setRowCount | | Prototype: | void QStandardItemModel::setRowCount(int rows) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | | Lines: | 2254-2258 |
| | 2 | 1 |
QStandardItemModel::setSortRole| Name: | QStandardItemModel::setSortRole | | Prototype: | void QStandardItemModel::setSortRole(int role) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | | Lines: | 2723-2727 |
| | 2 | 1 |
QStandardItemModel::sort| Name: | QStandardItemModel::sort | | Prototype: | void QStandardItemModel::sort(int column, Qt::SortOrder order) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | | Lines: | 2977-2981 |
| | 2 | 1 |
QStandardItemModel::sortRole| Name: | QStandardItemModel::sortRole | | Prototype: | int QStandardItemModel::sortRole() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | | Lines: | 2717-2721 |
| | 2 | 1 |
QStandardItemModel::takeColumn| Name: | QStandardItemModel::takeColumn | | Prototype: | QList<QStandardItem*> QStandardItemModel::takeColumn(int column) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | | Lines: | 2658-2662 |
| | 2 | 1 |
QStandardItemModel::takeItem| Name: | QStandardItemModel::takeItem | | Prototype: | QStandardItem *QStandardItemModel::takeItem(int row, int column) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | | Lines: | 2626-2630 |
| | 2 | 1 |
QStandardItemModel::takeRow| Name: | QStandardItemModel::takeRow | | Prototype: | QList<QStandardItem*> QStandardItemModel::takeRow(int row) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | | Lines: | 2642-2646 |
| | 2 | 1 |
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 |
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::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::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::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 |
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::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::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::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::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 |