| Function | Condition % | eLOC - Effective Lines of Codeā“ | McCabe - Cyclomatic Complexity |
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: | 121-126 |
| | 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: | 134-139 |
| | 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: | 162-166 |
| | 2 | 1 |
QSslError::operator==| Name: | QSslError::operator== | | Prototype: | bool QSslError::operator==(const QSslError &other) const | | Coverage: | 100.000% (5/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslerror.cpp | | Lines: | 181-185 |
| | 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: | 92-95 |
| | 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: | 296-298 |
| | 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: | 313-317 |
| | 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: | 121-125 |
| | 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: | 116-119 |
| | 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: | 133-136 |
| | 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: | 142-146 |
| | 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: | 44-48 |
| | 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: | 1347-1351 |
| | 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: | 1362-1366 |
| | 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: | 1407-1411 |
| | 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: | 1197-1201 |
| | 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: | 1861-1865 |
| | 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: | 1888-1892 |
| | 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: | 572-576 |
| | 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: | 957-961 |
| | 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: | 551-555 |
| | 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: | 1037-1041 |
| | 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: | 1066-1070 |
| | 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: | 656-660 |
| | 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: | 614-618 |
| | 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: | 693-697 |
| | 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: | 1162-1166 |
| | 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: | 583-587 |
| | 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: | 1086-1090 |
| | 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: | 1100-1104 |
| | 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: | 1217-1221 |
| | 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: | 944-948 |
| | 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: | 637-641 |
| | 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: | 707-711 |
| | 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: | 1120-1124 |
| | 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: | 594-598 |
| | 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: | 1702-1706 |
| | 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: | 2470-2475 |
| | 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: | 2360-2368 |
| | 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: | 2601-2605 |
| | 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: | 3436-3442 |
| | 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: | 150-153 |
| | 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: | 161-164 |
| | 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: | 170-173 |
| | 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: | 194-198 |
| | 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: | 406-410 |
| | 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: | 348-352 |
| | 2 | 1 |
QStackedLayout::currentWidget| Name: | QStackedLayout::currentWidget | | Prototype: | QWidget *QStackedLayout::currentWidget() const | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qstackedlayout.cpp | | Lines: | 380-384 |
| | 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: | 239-243 |
| | 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: | 549-553 |
| | 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: | 179-183 |
| | 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: | 698-703 |
| | 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: | 743-748 |
| | 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: | 1497-1501 |
| | 2 | 1 |
QStandardItem::index| Name: | QStandardItem::index | | Prototype: | QModelIndex QStandardItem::index() const | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | | Lines: | 1427-1431 |
| | 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: | 1441-1445 |
| | 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: | 1469-1473 |
| | 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: | 1278-1282 |
| | 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: | 1737-1741 |
| | 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: | 1340-1344 |
| | 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: | 1370-1374 |
| | 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: | 1173-1177 |
| | 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: | 1144-1148 |
| | 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: | 1203-1207 |
| | 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: | 1304-1308 |
| | 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: | 2133-2138 |
| | 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: | 2310-2314 |
| | 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: | 2291-2295 |
| | 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: | 2507-2511 |
| | 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: | 2256-2260 |
| | 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: | 2272-2276 |
| | 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: | 2150-2154 |
| | 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: | 2241-2245 |
| | 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: | 2710-2714 |
| | 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: | 2964-2968 |
| | 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: | 2704-2708 |
| | 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: | 2645-2649 |
| | 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: | 2613-2617 |
| | 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: | 2629-2633 |
| | 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: | 170-173 |
| | 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: | 179-184 |
| | 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: | 189-192 |
| | 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: | 508-512 |
| | 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: | 277-281 |
| | 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: | 476-480 |
| | 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: | 451-455 |
| | 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: | 3128-3133 |
| | 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: | 3193-3196 |
| | 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: | 2975-2979 |
| | 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: | 2812-2816 |
| | 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: | 2984-2988 |
| | 2 | 1 |
QStateMachine::error| Name: | QStateMachine::error | | Prototype: | QStateMachine::Error QStateMachine::error() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 2505-2509 |
| | 2 | 1 |
QStateMachine::errorString| Name: | QStateMachine::errorString | | Prototype: | QString QStateMachine::errorString() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 2514-2518 |
| | 2 | 1 |
QStateMachine::globalRestorePolicy| Name: | QStateMachine::globalRestorePolicy | | Prototype: | QState::RestorePolicy QStateMachine::globalRestorePolicy() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 2535-2539 |
| | 2 | 1 |
QStateMachine::isAnimated| Name: | QStateMachine::isAnimated | | Prototype: | bool QStateMachine::isAnimated() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 2957-2961 |
| | 2 | 1 |
QStateMachine::isRunning| Name: | QStateMachine::isRunning | | Prototype: | bool QStateMachine::isRunning() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 2596-2600 |
| | 2 | 1 |
QStateMachine::onEntry| Name: | QStateMachine::onEntry | | Prototype: | void QStateMachine::onEntry(QEvent *event) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 2935-2939 |
| | 2 | 1 |
QStateMachine::onExit| Name: | QStateMachine::onExit | | Prototype: | void QStateMachine::onExit(QEvent *event) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 2946-2950 |
| | 2 | 1 |
QStateMachine::removeDefaultAnimation| Name: | QStateMachine::removeDefaultAnimation | | Prototype: | void QStateMachine::removeDefaultAnimation(QAbstractAnimation *animation) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 2993-2997 |
| | 2 | 1 |
QStateMachine::setAnimated| Name: | QStateMachine::setAnimated | | Prototype: | void QStateMachine::setAnimated(bool enabled) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 2966-2970 |
| | 2 | 1 |