Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–´ |
QSqlTableModel::isDirtyName: | QSqlTableModel::isDirty | Prototype: | bool QSqlTableModel::isDirty(const QModelIndex &index) const | Coverage: | 73.333% (11/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/models/qsqltablemodel.cpp | Lines: | 523-537 |
| | 10 | 3 |
QSqlTableModel::recordName: | QSqlTableModel::record | Prototype: | QSqlRecord QSqlTableModel::record(int row) const | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/models/qsqltablemodel.cpp | Lines: | 1337-1353 |
| | 8 | 3 |
QSqlTableModel::selectName: | QSqlTableModel::select | Prototype: | bool QSqlTableModel::select() | Coverage: | 88.889% (8/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/models/qsqltablemodel.cpp | Lines: | 362-384 |
| | 14 | 3 |
QSqlTableModelPrivate::insertCountName: | QSqlTableModelPrivate::insertCount | Prototype: | int QSqlTableModelPrivate::insertCount(int maxRow) const | Coverage: | 100.000% (10/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/models/qsqltablemodel.cpp | Lines: | 81-91 |
| | 7 | 3 |
QSslCertificate::extensionsName: | QSslCertificate::extensions | Prototype: | QList<QSslCertificateExtension> QSslCertificate::extensions() const | Coverage: | 71.429% (5/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslcertificate_openssl.cpp | Lines: | 459-475 |
| | 9 | 3 |
QSslCertificate::fromDeviceName: | QSslCertificate::fromDevice | Prototype: | QList<QSslCertificate> QSslCertificate::fromDevice(QIODevice *device, QSsl::EncodingFormat format) | Coverage: | 71.429% (5/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslcertificate.cpp | Lines: | 529-536 |
| | 4 | 3 |
QSslCertificate::serialNumberName: | QSslCertificate::serialNumber | Prototype: | QByteArray QSslCertificate::serialNumber() const | Coverage: | 100.000% (9/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslcertificate_openssl.cpp | Lines: | 92-107 |
| | 11 | 3 |
QSslCertificatePrivate::certificatesFromDerName: | QSslCertificatePrivate::certificatesFromDer | Prototype: | QList<QSslCertificate> QSslCertificatePrivate::certificatesFromDer(const QByteArray &der, int count) | Coverage: | 91.667% (11/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslcertificate_openssl.cpp | Lines: | 680-699 |
| | 11 | 3 |
QSslCertificatePrivate::convertExtensionName: | QSslCertificatePrivate::convertExtension | Prototype: | QSslCertificateExtension QSslCertificatePrivate::convertExtension(X509_EXTENSION *ext) | Coverage: | 71.429% (5/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslcertificate_openssl.cpp | Lines: | 426-457 |
| | 19 | 3 |
QSslCertificatePrivate::isBlacklistedName: | QSslCertificatePrivate::isBlacklisted | Prototype: | bool QSslCertificatePrivate::isBlacklisted(const QSslCertificate &certificate) | Coverage: | 72.727% (8/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslcertificate.cpp | Lines: | 645-655 |
| | 7 | 3 |
QSslCipher::QSslCipherName: | QSslCipher::QSslCipher | Prototype: | QSslCipher::QSslCipher(const QString &name, QSsl::SslProtocol protocol) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslcipher.cpp | Lines: | 105-114 |
| | 4 | 3 |
QSslCipher::QSslCipherName: | QSslCipher::QSslCipher | Prototype: | QSslCipher::QSslCipher(const QString &name) | Coverage: | 100.000% (5/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslcipher.cpp | Lines: | 84-93 |
| | 4 | 3 |
QSslConfiguration::setPeerVerifyDepthName: | QSslConfiguration::setPeerVerifyDepth | Prototype: | void QSslConfiguration::setPeerVerifyDepth(int depth) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslconfiguration.cpp | Lines: | 345-353 |
| | 11 | 3 |
QSslKey::QSslKeyName: | QSslKey::QSslKey | Prototype: | QSslKey::QSslKey(QIODevice *device, QSsl::KeyAlgorithm algorithm, QSsl::EncodingFormat encoding, QSsl::KeyType type, const QByteArray &passPhrase) | Coverage: | 57.143% (4/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslkey_p.cpp | Lines: | 256-269 |
| | 8 | 3 |
QSslKey::toDerName: | QSslKey::toDer | Prototype: | QByteArray QSslKey::toDer(const QByteArray &passPhrase) const | Coverage: | 72.727% (8/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslkey_p.cpp | Lines: | 377-392 |
| | 6 | 3 |
QSslSocket::closeName: | QSslSocket::close | Prototype: | void QSslSocket::close() | Coverage: | 77.778% (7/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | Lines: | 787-802 |
| | 8 | 3 |
QSslSocket::connectToHostName: | QSslSocket::connectToHost | Prototype: | void QSslSocket::connectToHost(const QString &hostName, quint16 port, OpenMode openMode, NetworkLayerProtocol protocol) | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | Lines: | 1897-1921 |
| | 11 | 3 |
QSslSocket::connectToHostEncryptedName: | QSslSocket::connectToHostEncrypted | Prototype: | void QSslSocket::connectToHostEncrypted(const QString &hostName, quint16 port, OpenMode mode, NetworkLayerProtocol protocol) | Coverage: | 33.333% (3/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | Lines: | 429-445 |
| | 15 | 3 |
QSslSocket::connectToHostEncryptedName: | QSslSocket::connectToHostEncrypted | Prototype: | void QSslSocket::connectToHostEncrypted(const QString &hostName, quint16 port, const QString &sslPeerName, OpenMode mode, NetworkLayerProtocol protocol) | Coverage: | 33.333% (3/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | Lines: | 458-477 |
| | 16 | 3 |
QSslSocket::readDataName: | QSslSocket::readData | Prototype: | qint64 QSslSocket::readData(char *data, qint64 maxlen) | Coverage: | 90.000% (9/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | Lines: | 1966-1984 |
| | 7 | 3 |
QSslSocket::setCiphersName: | QSslSocket::setCiphers | Prototype: | void QSslSocket::setCiphers(const QString &ciphers) | Coverage: | 100.000% (5/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | Lines: | 1241-1250 |
| | 6 | 3 |
QSslSocket::setPeerVerifyDepthName: | QSslSocket::setPeerVerifyDepth | Prototype: | void QSslSocket::setPeerVerifyDepth(int depth) | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | Lines: | 675-683 |
| | 5 | 3 |
QSslSocket::startServerEncryptionName: | QSslSocket::startServerEncryption | Prototype: | void QSslSocket::startServerEncryption() | Coverage: | 28.571% (2/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | Lines: | 1821-1834 |
| | 7 | 3 |
QSslSocket::waitForConnectedName: | QSslSocket::waitForConnected | Prototype: | bool QSslSocket::waitForConnected(int msecs) | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | Lines: | 1526-1537 |
| | 8 | 3 |
QSslSocketBackendPrivate::STACKOFX509_to_QSslCertificatesName: | QSslSocketBackendPrivate::STACKOFX509_to_QSslCertificates | Prototype: | QList<QSslCertificate> QSslSocketBackendPrivate::STACKOFX509_to_QSslCertificates(struct stack_st_X509 *x509) | Coverage: | 85.714% (6/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl.cpp | Lines: | 1646-1655 |
| | 6 | 3 |
QSslSocketBackendPrivate::disconnectFromHostName: | QSslSocketBackendPrivate::disconnectFromHost | Prototype: | void QSslSocketBackendPrivate::disconnectFromHost() | Coverage: | 85.714% (6/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl.cpp | Lines: | 1499-1509 |
| | 6 | 3 |
QSslSocketBackendPrivate::getErrorsFromOpenSslName: | QSslSocketBackendPrivate::getErrorsFromOpenSsl | Prototype: | QString QSslSocketBackendPrivate::getErrorsFromOpenSsl() | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl.cpp | Lines: | 164-175 |
| | 8 | 3 |
QSslSocketBackendPrivate::storePeerCertificatesName: | QSslSocketBackendPrivate::storePeerCertificates | Prototype: | void QSslSocketBackendPrivate::storePeerCertificates() | Coverage: | 100.000% (9/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl.cpp | Lines: | 1256-1270 |
| | 7 | 3 |
QSslSocketBackendPrivate::tlsPskClientCallbackName: | QSslSocketBackendPrivate::tlsPskClientCallback | Prototype: | unsigned int QSslSocketBackendPrivate::tlsPskClientCallback(const char *hint, char *identity, unsigned int max_identity_len, unsigned char *psk, unsigned int max_psk_len) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl.cpp | Lines: | 1298-1327 |
| | 15 | 3 |
QSslSocketPrivate::_q_bytesWrittenSlotName: | QSslSocketPrivate::_q_bytesWrittenSlot | Prototype: | void QSslSocketPrivate::_q_bytesWrittenSlot(qint64 written) | Coverage: | 90.000% (9/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | Lines: | 2442-2455 |
| | 6 | 3 |
QSslSocketPrivate::_q_connectedSlotName: | QSslSocketPrivate::_q_connectedSlot | Prototype: | void QSslSocketPrivate::_q_connectedSlot() | Coverage: | 77.778% (7/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | Lines: | 2328-2355 |
| | 13 | 3 |
QSslSocketPrivate::_q_readyReadSlotName: | QSslSocketPrivate::_q_readyReadSlot | Prototype: | void QSslSocketPrivate::_q_readyReadSlot() | Coverage: | 71.429% (5/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | Lines: | 2423-2437 |
| | 7 | 3 |
QSslSocketPrivate::bindName: | QSslSocketPrivate::bind | Prototype: | bool QSslSocketPrivate::bind(const QHostAddress &address, quint16 port, QAbstractSocket::BindMode mode) | Coverage: | 71.429% (5/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | Lines: | 2302-2323 |
| | 10 | 3 |
QSslSocketPrivate::resetDefaultEllipticCurvesName: | QSslSocketPrivate::resetDefaultEllipticCurves | Prototype: | void QSslSocketPrivate::resetDefaultEllipticCurves() | Coverage: | 85.714% (6/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl.cpp | Lines: | 662-686 |
| | 10 | 3 |
QSslSocketPrivate::sslLibraryVersionStringName: | QSslSocketPrivate::sslLibraryVersionString | Prototype: | QString QSslSocketPrivate::sslLibraryVersionString() | Coverage: | 42.857% (3/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl.cpp | Lines: | 598-608 |
| | 6 | 3 |
QStackedLayout::minimumSizeName: | QStackedLayout::minimumSize | Prototype: | QSize QStackedLayout::minimumSize() const | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qstackedlayout.cpp | Lines: | 451-461 |
| | 7 | 3 |
QStandardItem::dataName: | QStandardItem::data | Prototype: | QVariant QStandardItem::data(int role) const | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 844-854 |
| | 7 | 3 |
QStandardItem::insertColumnName: | QStandardItem::insertColumn | Prototype: | void QStandardItem::insertColumn(int column, const QList<QStandardItem*> &items) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 1538-1546 |
| | 6 | 3 |
QStandardItem::insertRowName: | QStandardItem::insertRow | Prototype: | void QStandardItem::insertRow(int row, const QList<QStandardItem*> &items) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 1509-1517 |
| | 6 | 3 |
QStandardItem::setCheckableName: | QStandardItem::setCheckable | Prototype: | void QStandardItem::setCheckable(bool checkable) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 1229-1238 |
| | 5 | 3 |
QStandardItem::setColumnCountName: | QStandardItem::setColumnCount | Prototype: | void QStandardItem::setColumnCount(int columns) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 1481-1490 |
| | 6 | 3 |
QStandardItem::setRowCountName: | QStandardItem::setRowCount | Prototype: | void QStandardItem::setRowCount(int rows) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 1453-1462 |
| | 6 | 3 |
QStandardItem::takeChildName: | QStandardItem::takeChild | Prototype: | QStandardItem *QStandardItem::takeChild(int row, int column) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 1775-1787 |
| | 9 | 3 |
QStandardItemModel::flagsName: | QStandardItemModel::flags | Prototype: | Qt::ItemFlags QStandardItemModel::flags(const QModelIndex &index) const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 2739-2752 |
| | 11 | 3 |
QStandardItemModel::setDataName: | QStandardItemModel::setData | Prototype: | bool QStandardItemModel::setData(const QModelIndex &index, const QVariant &value, int role) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 2904-2913 |
| | 7 | 3 |
QStandardItemModel::takeHorizontalHeaderItemName: | QStandardItemModel::takeHorizontalHeaderItem | Prototype: | QStandardItem *QStandardItemModel::takeHorizontalHeaderItem(int column) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 2660-2671 |
| | 8 | 3 |
QStandardItemModel::takeVerticalHeaderItemName: | QStandardItemModel::takeVerticalHeaderItem | Prototype: | QStandardItem *QStandardItemModel::takeVerticalHeaderItem(int row) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 2682-2693 |
| | 8 | 3 |
QStandardItemPrivate::positionName: | QStandardItemPrivate::position | Prototype: | QPair<int, int> QStandardItemPrivate::position() const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 100-110 |
| | 6 | 3 |
QStandardPaths::locateName: | QStandardPaths::locate | Prototype: | QString QStandardPaths::locate(StandardLocation type, const QString &fileName, LocateOptions options) | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstandardpaths.cpp | Lines: | 409-418 |
| | 6 | 3 |
QStandardPaths::locateAllName: | QStandardPaths::locateAll | Prototype: | QStringList QStandardPaths::locateAll(StandardLocation type, const QString &fileName, LocateOptions options) | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstandardpaths.cpp | Lines: | 428-438 |
| | 7 | 3 |
QState::eventName: | QState::event | Prototype: | bool QState::event(QEvent *e) | Coverage: | 100.000% (11/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstate.cpp | Lines: | 537-547 |
| | 7 | 3 |
QState::setChildModeName: | QState::setChildMode | Prototype: | void QState::setChildMode(ChildMode mode) | Coverage: | 88.889% (8/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstate.cpp | Lines: | 517-532 |
| | 9 | 3 |
QStateMachine::addStateName: | QStateMachine::addState | Prototype: | void QStateMachine::addState(QAbstractState *state) | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | Lines: | 2562-2573 |
| | 7 | 3 |
QStateMachine::removeStateName: | QStateMachine::removeState | Prototype: | void QStateMachine::removeState(QAbstractState *state) | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | Lines: | 2581-2594 |
| | 9 | 3 |
QStateMachinePrivate::_q_startName: | QStateMachinePrivate::_q_start | Prototype: | void QStateMachinePrivate::_q_start() | Coverage: | 100.000% (5/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | Lines: | 1774-1845 |
| | 47 | 3 |
QStateMachinePrivate::_q_startDelayedEventTimerName: | QStateMachinePrivate::_q_startDelayedEventTimer | Prototype: | void QStateMachinePrivate::_q_startDelayedEventTimer(int id, int delay) | Coverage: | 71.429% (5/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | Lines: | 1942-1963 |
| | 14 | 3 |
QStateMachinePrivate::cancelAllDelayedEventsName: | QStateMachinePrivate::cancelAllDelayedEvents | Prototype: | void QStateMachinePrivate::cancelAllDelayedEvents() | Coverage: | 75.000% (6/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | Lines: | 2031-2048 |
| | 11 | 3 |
QStateMachinePrivate::isCompoundName: | QStateMachinePrivate::isCompound | Prototype: | bool QStateMachinePrivate::isCompound(const QAbstractState *s) const | Coverage: | 100.000% (13/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | Lines: | 1195-1205 |
| | 7 | 3 |
QStateMachinePrivate::maybeRegisterTransitionName: | QStateMachinePrivate::maybeRegisterTransition | Prototype: | void QStateMachinePrivate::maybeRegisterTransition(QAbstractTransition *transition) | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | Lines: | 2187-2197 |
| | 4 | 3 |
QStateMachinePrivate::registerMultiThreadedSignalTransitionsName: | QStateMachinePrivate::registerMultiThreadedSignalTransitions | Prototype: | void QStateMachinePrivate::registerMultiThreadedSignalTransitions() | Coverage: | 100.000% (11/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | Lines: | 1763-1772 |
| | 6 | 3 |
QStateMachinePrivate::registerTransitionName: | QStateMachinePrivate::registerTransition | Prototype: | void QStateMachinePrivate::registerTransition(QAbstractTransition *transition) | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | Lines: | 2199-2209 |
| | 4 | 3 |
QStateMachinePrivate::registerTransitionsName: | QStateMachinePrivate::registerTransitions | Prototype: | void QStateMachinePrivate::registerTransitions(QAbstractState *state) | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | Lines: | 2175-2185 |
| | 7 | 3 |
QStateMachinePrivate::restorablesToPropertyListName: | QStateMachinePrivate::restorablesToPropertyList | Prototype: | QVector<QPropertyAssignment> QStateMachinePrivate::restorablesToPropertyList(const QHash<RestorableId, QVariant> &restorables) const | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | Lines: | 1357-1373 |
| | 8 | 3 |
QStateMachinePrivate::savedValueForRestorableName: | QStateMachinePrivate::savedValueForRestorable | Prototype: | QVariant QStateMachinePrivate::savedValueForRestorable(const QList<QAbstractState*> &exitedStates_sorted, QObject *object, const QByteArray &propertyName) const | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | Lines: | 1291-1312 |
| | 7 | 3 |
QStateMachinePrivate::unregisterTransitionName: | QStateMachinePrivate::unregisterTransition | Prototype: | void QStateMachinePrivate::unregisterTransition(QAbstractTransition *transition) | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | Lines: | 2211-2221 |
| | 4 | 3 |
QStatePrivate::historyStatesName: | QStatePrivate::historyStates | Prototype: | QList<QHistoryState*> QStatePrivate::historyStates() const | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstate.cpp | Lines: | 217-227 |
| | 7 | 3 |
QStatusBar::clearMessageName: | QStatusBar::clearMessage | Prototype: | void QStatusBar::clearMessage() | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qstatusbar.cpp | Lines: | 569-580 |
| | 8 | 3 |
QStatusBarPrivate::indexToLastNonPermanentWidgetName: | QStatusBarPrivate::indexToLastNonPermanentWidget | Prototype: | int indexToLastNonPermanentWidget() const | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qstatusbar.cpp | Lines: | 88-97 |
| | 6 | 3 |
QStatusBarPrivate::tryToShowSizeGripName: | QStatusBarPrivate::tryToShowSizeGrip | Prototype: | void tryToShowSizeGrip() | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qstatusbar.cpp | Lines: | 100-110 |
| | 8 | 3 |
QStorageInfoPrivate::retrieveVolumeInfoName: | QStorageInfoPrivate::retrieveVolumeInfo | Prototype: | void QStorageInfoPrivate::retrieveVolumeInfo() | Coverage: | 55.556% (5/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo_unix.cpp | Lines: | 516-543 |
| | 11 | 3 |
QString::appendName: | QString::append | Prototype: | QString &QString::append(const QStringRef &str) | Coverage: | 71.429% (5/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 9405-9415 |
| | 7 | 3 |
QString::appendName: | QString::append | Prototype: | QString &QString::append(const QChar *str, int len) | Coverage: | 100.000% (11/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 2055-2065 |
| | 7 | 3 |
QString::appendName: | QString::append | Prototype: | QString &QString::append(QLatin1String str) | Coverage: | 100.000% (9/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 2072-2085 |
| | 10 | 3 |
QString::compare_helperName: | QString::compare_helper | Prototype: | int QString::compare_helper(const QChar *data1, int length1, QLatin1String s2, Qt::CaseSensitivity cs) | Coverage: | 71.429% (5/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 5471-5486 |
| | 8 | 3 |
QString::containsName: | QString::contains | Prototype: | bool QString::contains(const QRegularExpression &re, QRegularExpressionMatch *match) const | Coverage: | 100.000% (9/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 3993-4004 |
| | 8 | 3 |
QString::countName: | QString::count | Prototype: | int QString::count(const QRegExp& rx) const | Coverage: | 85.714% (6/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 3841-3854 |
| | 10 | 3 |
QString::expandName: | QString::expand | Prototype: | void QString::expand(int i) | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 1763-1773 |
| | 7 | 3 |
QString::fillName: | QString::fill | Prototype: | QString& QString::fill(QChar ch, int size) | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 5069-5079 |
| | 7 | 3 |
QString::insertName: | QString::insert | Prototype: | QString& QString::insert(int i, QChar ch) | Coverage: | 42.857% (3/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 2003-2013 |
| | 8 | 3 |
QString::isSimpleTextName: | QString::isSimpleText | Prototype: | bool QString::isSimpleText() const | Coverage: | 0.000% (0/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 8033-8047 |
| | 8 | 3 |
QString::localeAwareCompare_helperName: | QString::localeAwareCompare_helper | Prototype: | int QString::localeAwareCompare_helper(const QChar *data1, int length1, const QChar *data2, int length2) | Coverage: | 88.889% (8/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 5568-5619 |
| | 5 | 3 |
QString::operator==Name: | QString::operator== | Prototype: | bool QString::operator==(QLatin1String other) const | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 2725-2734 |
| | 5 | 3 |
QString::removeName: | QString::remove | Prototype: | QString &QString::remove(const QString &str, Qt::CaseSensitivity cs) | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 2237-2245 |
| | 5 | 3 |
QString::replaceName: | QString::replace | Prototype: | QString &QString::replace(int pos, int len, const QChar *unicode, int size) | Coverage: | 71.429% (5/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 2335-2345 |
| | 7 | 3 |
QString::sectionName: | QString::section | Prototype: | QString QString::section(const QRegExp ®, int start, int end, SectionFlags flags) const | Coverage: | 71.429% (5/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 4245-4266 |
| | 15 | 3 |
QString::setRawDataName: | QString::setRawData | Prototype: | QString &QString::setRawData(const QChar *unicode, int size) | Coverage: | 80.000% (8/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 8214-8228 |
| | 8 | 3 |
QStringListModel::dataName: | QStringListModel::data | Prototype: | QVariant QStringListModel::data(const QModelIndex &index, int role) const | Coverage: | 90.909% (10/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qstringlistmodel.cpp | Lines: | 143-152 |
| | 5 | 3 |
QStringListModel::insertRowsName: | QStringListModel::insertRows | Prototype: | bool QStringListModel::insertRows(int row, int count, const QModelIndex &parent) | Coverage: | 100.000% (11/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qstringlistmodel.cpp | Lines: | 207-220 |
| | 7 | 3 |
QStringListModel::removeRowsName: | QStringListModel::removeRows | Prototype: | bool QStringListModel::removeRows(int row, int count, const QModelIndex &parent) | Coverage: | 100.000% (11/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qstringlistmodel.cpp | Lines: | 233-246 |
| | 7 | 3 |
QStringRef::toStringName: | QStringRef::toString | Prototype: | QString QStringRef::toString() const | Coverage: | 100.000% (11/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 8983-8989 |
| | 5 | 3 |
QStringRef::trimmedName: | QStringRef::trimmed | Prototype: | QStringRef QStringRef::trimmed() const | Coverage: | 88.889% (8/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 10293-10304 |
| | 9 | 3 |
QStroker::capForJoinModeName: | QStroker::capForJoinMode | Prototype: | Qt::PenCapStyle QStroker::capForJoinMode(LineJoinMode mode) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qstroker.cpp | Lines: | 376-381 |
| | 3 | 3 |
QStroker::joinModeForCapName: | QStroker::joinModeForCap | Prototype: | QStroker::LineJoinMode QStroker::joinModeForCap(Qt::PenCapStyle style) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qstroker.cpp | Lines: | 383-388 |
| | 3 | 3 |
QStyle::combinedLayoutSpacingName: | QStyle::combinedLayoutSpacing | Prototype: | int QStyle::combinedLayoutSpacing(QSizePolicy::ControlTypes controls1, QSizePolicy::ControlTypes controls2, Qt::Orientation orientation, QStyleOption *option, QWidget *widget) const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyle.cpp | Lines: | 2344-2361 |
| | 10 | 3 |
QStyle::itemTextRectName: | QStyle::itemTextRect | Prototype: | QRect QStyle::itemTextRect(const QFontMetrics &metrics, const QRect &rect, int alignment, bool enabled, const QString &text) const | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyle.cpp | Lines: | 515-531 |
| | 10 | 3 |
QStyleAnimation::updateCurrentTimeName: | QStyleAnimation::updateCurrentTime | Prototype: | void QStyleAnimation::updateCurrentTime(int) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyleanimation.cpp | Lines: | 121-128 |
| | 4 | 3 |
QStyleHelper::calcBigLineSizeName: | QStyleHelper::calcBigLineSize | Prototype: | int calcBigLineSize(int radius) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylehelper.cpp | Lines: | 130-138 |
| | 6 | 3 |
QStyleHelper::calcRadialPosName: | QStyleHelper::calcRadialPos | Prototype: | static QPointF calcRadialPos(const QStyleOptionSlider *dial, qreal offset) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylehelper.cpp | Lines: | 140-161 |
| | 18 | 3 |
QStyleHelper::hasAncestorName: | QStyleHelper::hasAncestor | Prototype: | bool hasAncestor(QObject *obj, QAccessible::Role role) | Coverage: | 0.000% (0/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylehelper.cpp | Lines: | 114-124 |
| | 7 | 3 |
QStyleHelper::uniqueNameName: | QStyleHelper::uniqueName | Prototype: | QString uniqueName(const QString &key, const QStyleOption *option, const QSize &size) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylehelper.cpp | Lines: | 55-91 |
| | 19 | 3 |