| Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–¾ |
QString::localeAwareCompare_helper| Name: | 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::isSimpleText| Name: | 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::insert| Name: | 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::fill| Name: | 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::expand| Name: | 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::count| Name: | 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::contains| Name: | 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::compare_helper| Name: | 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::append| Name: | 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::append| Name: | 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::append| Name: | 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 |
QStorageInfoPrivate::retrieveVolumeInfo| Name: | 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 |
QStatusBarPrivate::tryToShowSizeGrip| Name: | 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 |
QStatusBarPrivate::indexToLastNonPermanentWidget| Name: | 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 |
QStatusBar::clearMessage| Name: | 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 |
QStatePrivate::historyStates| Name: | 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 |
QStateMachinePrivate::unregisterTransition| Name: | 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 |
QStateMachinePrivate::savedValueForRestorable| Name: | 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::restorablesToPropertyList| Name: | 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::registerTransitions| Name: | 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::registerTransition| Name: | 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::registerMultiThreadedSignalTransitions| Name: | 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::maybeRegisterTransition| Name: | 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::isCompound| Name: | 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::cancelAllDelayedEvents| Name: | 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::_q_startDelayedEventTimer| Name: | 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::_q_start| Name: | 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 |
QStateMachine::removeState| Name: | 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 |
QStateMachine::addState| Name: | 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 |
QState::setChildMode| Name: | 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 |
QState::event| Name: | 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 |
QStandardPaths::locateAll| Name: | 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 |
QStandardPaths::locate| Name: | 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 |
QStandardItemPrivate::position| Name: | 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 |
QStandardItemModel::takeVerticalHeaderItem| Name: | 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 |
QStandardItemModel::takeHorizontalHeaderItem| Name: | 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::setData| Name: | 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::flags| Name: | 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 |
QStandardItem::takeChild| Name: | 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 |
QStandardItem::setRowCount| Name: | 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::setColumnCount| Name: | 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::setCheckable| Name: | 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::insertRow| Name: | 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::insertColumn| Name: | 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::data| Name: | 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 |
QStackedLayout::minimumSize| Name: | 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 |
QSslSocketPrivate::sslLibraryVersionString| Name: | 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 |
QSslSocketPrivate::resetDefaultEllipticCurves| Name: | 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::bind| Name: | 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::_q_readyReadSlot| Name: | 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::_q_connectedSlot| Name: | 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_bytesWrittenSlot| Name: | 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 |
QSslSocketBackendPrivate::tlsPskClientCallback| Name: | 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 |
QSslSocketBackendPrivate::storePeerCertificates| Name: | 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::getErrorsFromOpenSsl| Name: | 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::disconnectFromHost| Name: | 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::STACKOFX509_to_QSslCertificates| Name: | 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 |
QSslSocket::waitForConnected| Name: | 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 |
QSslSocket::startServerEncryption| Name: | 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::setPeerVerifyDepth| Name: | 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::setCiphers| Name: | 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::readData| Name: | 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::connectToHostEncrypted| Name: | 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::connectToHostEncrypted| Name: | 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::connectToHost| Name: | 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::close| Name: | 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 |
QSslKey::toDer| Name: | 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 |
QSslKey::QSslKey| Name: | 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 |
QSslConfiguration::setPeerVerifyDepth| Name: | 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 |
QSslCipher::QSslCipher| Name: | 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::QSslCipher| Name: | 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 |
QSslCertificatePrivate::isBlacklisted| Name: | 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 |
QSslCertificatePrivate::convertExtension| Name: | 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::certificatesFromDer| Name: | 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 |
QSslCertificate::serialNumber| Name: | 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 |
QSslCertificate::fromDevice| Name: | 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::extensions| Name: | 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 |
QSqlTableModelPrivate::insertCount| Name: | 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 |
QSqlTableModel::select| Name: | 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 |
QSqlTableModel::record| Name: | 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::isDirty| Name: | QSqlTableModel::isDirty | | Prototype: | bool QSqlTableModel::isDirty() const | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/models/qsqltablemodel.cpp | | Lines: | 504-514 |
| | 7 | 3 |
QSqlTableModel::isDirty| Name: | 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::data| Name: | QSqlTableModel::data | | Prototype: | QVariant QSqlTableModel::data(const QModelIndex &index, int role) const | | Coverage: | 100.000% (11/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/models/qsqltablemodel.cpp | | Lines: | 468-479 |
| | 7 | 3 |
QSqlRelationalTableModelPrivate::translateFieldNames| Name: | QSqlRelationalTableModelPrivate::translateFieldNames | | Prototype: | void QSqlRelationalTableModelPrivate::translateFieldNames(QSqlRecord &values) const | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/models/qsqlrelationaltablemodel.cpp | | Lines: | 708-719 |
| | 7 | 3 |
QSqlRelationalTableModel::setRelation| Name: | QSqlRelationalTableModel::setRelation | | Prototype: | void QSqlRelationalTableModel::setRelation(int column, const QSqlRelation &relation) | | Coverage: | 71.429% (5/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/models/qsqlrelationaltablemodel.cpp | | Lines: | 495-503 |
| | 6 | 3 |
QSqlRecord::indexOf| Name: | QSqlRecord::indexOf | | Prototype: | int QSqlRecord::indexOf(const QString& name) const | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlrecord.cpp | | Lines: | 227-235 |
| | 5 | 3 |
QSqlQueryModel::setHeaderData| Name: | QSqlQueryModel::setHeaderData | | Prototype: | bool QSqlQueryModel::setHeaderData(int section, Qt::Orientation orientation, const QVariant &value, int role) | | Coverage: | 100.000% (11/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/models/qsqlquerymodel.cpp | | Lines: | 499-511 |
| | 8 | 3 |
QSqlQueryModel::record| Name: | QSqlQueryModel::record | | Prototype: | QSqlRecord QSqlQueryModel::record(int row) const | | Coverage: | 71.429% (5/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/models/qsqlquerymodel.cpp | | Lines: | 558-568 |
| | 7 | 3 |
QSqlQuery::record| Name: | QSqlQuery::record | | Prototype: | QSqlRecord QSqlQuery::record() const | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlquery.cpp | | Lines: | 907-916 |
| | 5 | 3 |
QSqlQuery::first| Name: | QSqlQuery::first | | Prototype: | bool QSqlQuery::first() | | Coverage: | 90.909% (10/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlquery.cpp | | Lines: | 726-737 |
| | 8 | 3 |
QSqlIndex::createField| Name: | QSqlIndex::createField | | Prototype: | QString QSqlIndex::createField(int i, const QString& prefix, bool verbose) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlindex.cpp | | Lines: | 169-179 |
| | 8 | 3 |
QSqlDatabasePrivate::database| Name: | QSqlDatabasePrivate::database | | Prototype: | QSqlDatabase QSqlDatabasePrivate::database(const QString& name, bool open) | | Coverage: | 81.818% (9/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqldatabase.cpp | | Lines: | 266-280 |
| | 9 | 3 |
QSqlCachedResultPrivate::nextIndex| Name: | QSqlCachedResultPrivate::nextIndex | | Prototype: | int QSqlCachedResultPrivate::nextIndex() | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlcachedresult.cpp | | Lines: | 102-112 |
| | 7 | 3 |
QSqlCachedResult::fetchFirst| Name: | QSqlCachedResult::fetchFirst | | Prototype: | bool QSqlCachedResult::fetchFirst() | | Coverage: | 77.778% (7/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlcachedresult.cpp | | Lines: | 204-214 |
| | 6 | 3 |
QSplitterPrivate::insertWidget_helper| Name: | QSplitterPrivate::insertWidget_helper | | Prototype: | void QSplitterPrivate::insertWidget_helper(int index, QWidget *widget, bool show) | | Coverage: | 0.000% (0/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qsplitter.cpp | | Lines: | 820-832 |
| | 10 | 3 |
QSplitterPrivate::findWidget| Name: | QSplitterPrivate::findWidget | | Prototype: | QSplitterLayoutStruct *QSplitterPrivate::findWidget(QWidget *w) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qsplitter.cpp | | Lines: | 807-814 |
| | 4 | 3 |
QSplitterHandle::resizeEvent| Name: | QSplitterHandle::resizeEvent | | Prototype: | void QSplitterHandle::resizeEvent(QResizeEvent *event) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qsplitter.cpp | | Lines: | 234-256 |
| | 9 | 3 |
QSplitterHandle::mouseReleaseEvent| Name: | QSplitterHandle::mouseReleaseEvent | | Prototype: | void QSplitterHandle::mouseReleaseEvent(QMouseEvent *e) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qsplitter.cpp | | Lines: | 312-325 |
| | 9 | 3 |
QSplitterHandle::mouseMoveEvent| Name: | QSplitterHandle::mouseMoveEvent | | Prototype: | void QSplitterHandle::mouseMoveEvent(QMouseEvent *e) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qsplitter.cpp | | Lines: | 282-294 |
| | 8 | 3 |
QSplitter::restoreState| Name: | QSplitter::restoreState | | Prototype: | bool QSplitter::restoreState(const QByteArray &state) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qsplitter.cpp | | Lines: | 1640-1677 |
| | 27 | 3 |