| Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QtPrivate::ResultStoreBase::insertResultItem| Name: | QtPrivate::ResultStoreBase::insertResultItem | | Prototype: | int ResultStoreBase::insertResultItem(int index, ResultItem &resultItem) | | Coverage: | 88.889% (8/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qresultstore.cpp | | Lines: | 124-136 |
| | 8 | 2 |
QXmlTestLogger::addIncident| Name: | QXmlTestLogger::addIncident | | Prototype: | void QXmlTestLogger::addIncident(IncidentTypes type, const char *description, const char *file, int line) | | Coverage: | 88.889% (8/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qxmltestlogger.cpp | | Lines: | 222-251 |
| | 22 | 1 |
QXmlStreamWriter::writeProcessingInstruction| Name: | QXmlStreamWriter::writeProcessingInstruction | | Prototype: | void QXmlStreamWriter::writeProcessingInstruction(const QString &target, const QString &data) | | Coverage: | 88.889% (8/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 3748-3761 |
| | 10 | 3 |
QXmlStreamReaderPrivate::startDocument| Name: | QXmlStreamReaderPrivate::startDocument | | Prototype: | void QXmlStreamReaderPrivate::startDocument() | | Coverage: | 88.889% (40/45) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 1771-1833 |
| | 38 | 13 |
QXmlAttributes::index| Name: | QXmlAttributes::index | | Prototype: | int QXmlAttributes::index(const QString& uri, const QString& localPart) const | | Coverage: | 88.889% (8/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 806-814 |
| | 5 | 3 |
QXcbBackingStore::scroll| Name: | QXcbBackingStore::scroll | | Prototype: | bool QXcbBackingStore::scroll(const QRegion &area, int dx, int dy) | | Coverage: | 88.889% (8/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbbackingstore.cpp | | Lines: | 463-475 |
| | 8 | 3 |
QUnifiedTimer::instance| Name: | QUnifiedTimer::instance | | Prototype: | QUnifiedTimer *QUnifiedTimer::instance(bool create) | | Coverage: | 88.889% (8/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp | | Lines: | 228-243 |
| | 6 | 2 |
QThreadPool::cancel| Name: | QThreadPool::cancel | | Prototype: | void QThreadPool::cancel(QRunnable *runnable) | | Coverage: | 88.889% (8/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthreadpool.cpp | | Lines: | 647-655 |
| | 5 | 3 |
QTextStreamPrivate::getChar| Name: | QTextStreamPrivate::getChar | | Prototype: | inline bool QTextStreamPrivate::getChar(QChar *ch) | | Coverage: | 88.889% (16/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtextstream.cpp | | Lines: | 866-878 |
| | 9 | 4 |
QStringRef::trimmed| Name: | 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 |
QStringRef::mid| Name: | QStringRef::mid | | Prototype: | QStringRef QStringRef::mid(int pos, int n) const | | Coverage: | 88.889% (8/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 9512-9527 |
| | 8 | 5 |
QString::midRef| Name: | QString::midRef | | Prototype: | QStringRef QString::midRef(int position, int n) const | | Coverage: | 88.889% (8/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 9549-9564 |
| | 8 | 5 |
QString::mid| Name: | QString::mid | | Prototype: | QString QString::mid(int position, int n) const | | Coverage: | 88.889% (8/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 4370-4388 |
| | 9 | 5 |
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 |
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::addTransition| Name: | QState::addTransition | | Prototype: | QSignalTransition *QState::addTransition(const QObject *sender, const char *signal, QAbstractState *target) | | Coverage: | 88.889% (16/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstate.cpp | | Lines: | 356-384 |
| | 20 | 6 |
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 |
QSortFilterProxyModelPrivate::_q_sourceHeaderDataChanged| Name: | QSortFilterProxyModelPrivate::_q_sourceHeaderDataChanged | | Prototype: | void QSortFilterProxyModelPrivate::_q_sourceHeaderDataChanged(Qt::Orientation orientation, int start, int end) | | Coverage: | 88.889% (16/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp | | Lines: | 1262-1302 |
| | 25 | 6 |
QSocks5PasswordAuthenticator::continueAuthenticate| Name: | QSocks5PasswordAuthenticator::continueAuthenticate | | Prototype: | bool QSocks5PasswordAuthenticator::continueAuthenticate(QTcpSocket *socket, bool *completed) | | Coverage: | 88.889% (8/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | | Lines: | 474-490 |
| | 9 | 3 |
QRegularExpressionMatch::captured| Name: | QRegularExpressionMatch::captured | | Prototype: | QString QRegularExpressionMatch::captured(int nth) const | | Coverage: | 88.889% (8/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregularexpression.cpp | | Lines: | 2047-2058 |
| | 6 | 3 |
QProcessPrivate::processStarted| Name: | QProcessPrivate::processStarted | | Prototype: | bool QProcessPrivate::processStarted(QString *errorMessage) | | Coverage: | 88.889% (8/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess_unix.cpp | | Lines: | 571-592 |
| | 11 | 3 |
QNetworkConfigurationManagerPrivate::startPolling| Name: | QNetworkConfigurationManagerPrivate::startPolling | | Prototype: | void QNetworkConfigurationManagerPrivate::startPolling() | | Coverage: | 88.889% (16/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/bearer/qnetworkconfigmanager_p.cpp | | Lines: | 476-500 |
| | 17 | 6 |
QNetworkAccessManagerPrivate::_q_replyFinished| Name: | QNetworkAccessManagerPrivate::_q_replyFinished | | Prototype: | void QNetworkAccessManagerPrivate::_q_replyFinished() | | Coverage: | 88.889% (8/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkaccessmanager.cpp | | Lines: | 1314-1330 |
| | 7 | 3 |
QMetaObjectBuilder::indexOfSlot| Name: | QMetaObjectBuilder::indexOfSlot | | Prototype: | int QMetaObjectBuilder::indexOfSlot(const QByteArray& signature) | | Coverage: | 88.889% (8/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobjectbuilder.cpp | | Lines: | 992-1001 |
| | 6 | 3 |
QMetaObjectBuilder::indexOfSignal| Name: | QMetaObjectBuilder::indexOfSignal | | Prototype: | int QMetaObjectBuilder::indexOfSignal(const QByteArray& signature) | | Coverage: | 88.889% (8/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobjectbuilder.cpp | | Lines: | 975-984 |
| | 6 | 3 |
QLibraryStore::releaseLibrary| Name: | QLibraryStore::releaseLibrary | | Prototype: | inline void QLibraryStore::releaseLibrary(QLibraryPrivate *lib) | | Coverage: | 88.889% (8/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | | Lines: | 460-479 |
| | 10 | 3 |
QJsonValue::QJsonValue| Name: | QJsonValue::QJsonValue | | Prototype: | QJsonValue::QJsonValue(const QJsonValue &other) | | Coverage: | 88.889% (8/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonvalue.cpp | | Lines: | 255-265 |
| | 7 | 3 |
QIcuCodec::aliases| Name: | QIcuCodec::aliases | | Prototype: | QList<QByteArray> QIcuCodec::aliases() const | | Coverage: | 88.889% (8/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qicucodec.cpp | | Lines: | 665-681 |
| | 9 | 3 |
QHttpThreadDelegate::~QHttpThreadDelegate| Name: | QHttpThreadDelegate::~QHttpThreadDelegate | | Prototype: | QHttpThreadDelegate::~QHttpThreadDelegate() | | Coverage: | 88.889% (8/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpthreaddelegate.cpp | | Lines: | 203-215 |
| | 4 | 3 |
QHttpSocketEngine::read| Name: | QHttpSocketEngine::read | | Prototype: | qint64 QHttpSocketEngine::read(char *data, qint64 maxlen) | | Coverage: | 88.889% (8/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | | Lines: | 214-235 |
| | 12 | 3 |
QFileSystemEngine::setPermissions| Name: | QFileSystemEngine::setPermissions | | Prototype: | bool QFileSystemEngine::setPermissions(const QFileSystemEntry &entry, QFile::Permissions permissions, QSystemError &error, QFileSystemMetaData *data) | | Coverage: | 88.889% (32/36) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfilesystemengine_unix.cpp | | Lines: | 686-717 |
| | 27 | 12 |
QEasingCurvePrivate::setType_helper| Name: | QEasingCurvePrivate::setType_helper | | Prototype: | void QEasingCurvePrivate::setType_helper(QEasingCurve::Type newType) | | Coverage: | 88.889% (24/27) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qeasingcurve.cpp | | Lines: | 1318-1354 |
| | 29 | 7 |
QDomNamedNodeMapPrivate::clearMap| Name: | QDomNamedNodeMapPrivate::clearMap | | Prototype: | void QDomNamedNodeMapPrivate::clearMap() | | Coverage: | 88.889% (8/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 3057-3067 |
| | 6 | 4 |
QDateTimePrivate::setDateTime| Name: | QDateTimePrivate::setDateTime | | Prototype: | void QDateTimePrivate::setDateTime(const QDate &date, const QTime &time) | | Coverage: | 88.889% (16/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 2620-2653 |
| | 19 | 6 |
QDateTime::timeZoneAbbreviation| Name: | QDateTime::timeZoneAbbreviation | | Prototype: | QString QDateTime::timeZoneAbbreviation() const | | Coverage: | 88.889% (8/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 3200-3221 |
| | 9 | 5 |
QDBusMarshaller::append| Name: | QDBusMarshaller::append | | Prototype: | inline void QDBusMarshaller::append(const QDBusObjectPath &arg) | | Coverage: | 88.889% (8/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusmarshaller.cpp | | Lines: | 126-136 |
| | 6 | 3 |
QDBusMarshaller::append| Name: | QDBusMarshaller::append | | Prototype: | inline void QDBusMarshaller::append(const QDBusUnixFileDescriptor &arg) | | Coverage: | 88.889% (8/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusmarshaller.cpp | | Lines: | 150-159 |
| | 5 | 3 |
QDBusConnectionPrivate::findSlot| Name: | QDBusConnectionPrivate::findSlot | | Prototype: | int QDBusConnectionPrivate::findSlot(QObject* obj, const QByteArray &normalizedName, QVector<int> ¶ms) | | Coverage: | 88.889% (8/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusintegrator.cpp | | Lines: | 1301-1314 |
| | 8 | 3 |
QCoreApplication::translate| Name: | QCoreApplication::translate | | Prototype: | QString QCoreApplication::translate(const char *context, const char *sourceText, const char *disambiguation, int n) | | Coverage: | 88.889% (16/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | | Lines: | 1997-2021 |
| | 15 | 6 |
QCoreApplication::compressEvent| Name: | QCoreApplication::compressEvent | | Prototype: | bool QCoreApplication::compressEvent(QEvent *event, QObject *receiver, QPostEventList *postedEvents) | | Coverage: | 88.889% (16/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | | Lines: | 1451-1486 |
| | 12 | 4 |
QCacheItem::read| Name: | QCacheItem::read | | Prototype: | bool QCacheItem::read(QFile *device, bool readData) | | Coverage: | 88.889% (16/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkdiskcache.cpp | | Lines: | 698-738 |
| | 27 | 6 |
QByteArray::mid| Name: | QByteArray::mid | | Prototype: | QByteArray QByteArray::mid(int pos, int len) const | | Coverage: | 88.889% (8/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines: | 2789-2807 |
| | 9 | 5 |
QAsn1Element::toString| Name: | QAsn1Element::toString | | Prototype: | QString QAsn1Element::toString() const | | Coverage: | 88.889% (16/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qasn1element.cpp | | Lines: | 329-343 |
| | 9 | 4 |
QAnimationTimer::unregisterAnimation| Name: | QAnimationTimer::unregisterAnimation | | Prototype: | void QAnimationTimer::unregisterAnimation(QAbstractAnimation *animation) | | Coverage: | 88.889% (16/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp | | Lines: | 676-704 |
| | 15 | 6 |
QAnimationTimer::instance| Name: | QAnimationTimer::instance | | Prototype: | QAnimationTimer *QAnimationTimer::instance(bool create) | | Coverage: | 88.889% (8/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp | | Lines: | 562-577 |
| | 6 | 2 |
QAbstractItemModel::decodeData| Name: | QAbstractItemModel::decodeData | | Prototype: | bool QAbstractItemModel::decodeData(int row, int column, const QModelIndex &parent, QDataStream &stream) | | Coverage: | 88.889% (32/36) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | | Lines: | 2477-2559 |
| | 56 | 12 |
QCoreApplicationPrivate::sendPostedEvents| Name: | QCoreApplicationPrivate::sendPostedEvents | | Prototype: | void QCoreApplicationPrivate::sendPostedEvents(QObject *receiver, int event_type, QThreadData *data) | | Coverage: | 88.750% (71/80) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | | Lines: | 1511-1658 |
| | 65 | 18 |
QXmlSimpleReaderPrivate::parseElement| Name: | QXmlSimpleReaderPrivate::parseElement | | Prototype: | bool QXmlSimpleReaderPrivate::parseElement() | | Coverage: | 88.679% (94/106) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 3576-3757 |
| | 108 | 42 |
operator>>| Name: | operator>> | | Prototype: | QDataStream &operator>>(QDataStream &in, QString &str) | | Coverage: | 88.462% (23/26) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 8698-8745 |
| | 33 | 9 |
QXunitTestLogger::addMessage| Name: | QXunitTestLogger::addMessage | | Prototype: | void QXunitTestLogger::addMessage(MessageTypes type, const QString &message, const char *file, int line) | | Coverage: | 88.462% (23/26) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qxunittestlogger.cpp | | Lines: | 286-343 |
| | 36 | 12 |
QDBusMarshaller::appendCrossMarshalling| Name: | QDBusMarshaller::appendCrossMarshalling | | Prototype: | bool QDBusMarshaller::appendCrossMarshalling(QDBusDemarshaller *demarshaller) | | Coverage: | 88.462% (23/26) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusmarshaller.cpp | | Lines: | 528-586 |
| | 36 | 8 |
QHttpNetworkReplyPrivate::readStatus| Name: | QHttpNetworkReplyPrivate::readStatus | | Prototype: | qint64 QHttpNetworkReplyPrivate::readStatus(QAbstractSocket *socket) | | Coverage: | 88.372% (38/43) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkreply.cpp | | Lines: | 443-491 |
| | 28 | 10 |
QDateTime::fromString| Name: | QDateTime::fromString | | Prototype: | QDateTime QDateTime::fromString(const QString& string, Qt::DateFormat format) | | Coverage: | 88.321% (121/137) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 4370-4564 |
| | 122 | 44 |
splitString| Name: | splitString | | Prototype: | template<class ResultList, typename MidMethod> static ResultList splitString(const QString &source, MidMethod mid, const QRegularExpression &re, QString::SplitBehavior behavior) | | Coverage: | 88.235% (15/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 6990-7015 |
| | 16 | 5 |
parsePosixZoneNameAndOffset| Name: | parsePosixZoneNameAndOffset | | Prototype: | static QPair<QString, int> parsePosixZoneNameAndOffset(const char *&pos, const char *end) | | Coverage: | 88.235% (30/34) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate_tz.cpp | | Lines: | 452-495 |
| | 30 | 9 |
diff| Name: | diff | | Prototype: | static Bigint *diff(Bigint *a, Bigint *b) | | Coverage: | 88.235% (15/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale_tools.cpp | | Lines: | 927-1001 |
| | 43 | 6 |
QXmlStreamReaderPrivate::fastScanLiteralContent| Name: | QXmlStreamReaderPrivate::fastScanLiteralContent | | Prototype: | inline int QXmlStreamReaderPrivate::fastScanLiteralContent() | | Coverage: | 88.235% (30/34) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 1139-1187 |
| | 24 | 18 |
QUnifiedTimer::localRestart| Name: | QUnifiedTimer::localRestart | | Prototype: | void QUnifiedTimer::localRestart() | | Coverage: | 88.235% (15/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp | | Lines: | 346-363 |
| | 11 | 5 |
QTestResult::verify| Name: | QTestResult::verify | | Prototype: | bool QTestResult::verify(bool statement, const char *statementStr, const char *description, const char *file, int line) | | Coverage: | 88.235% (15/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtestresult.cpp | | Lines: | 233-251 |
| | 10 | 5 |
QStateMachinePrivate::registerSignalTransition| Name: | QStateMachinePrivate::registerSignalTransition | | Prototype: | void QStateMachinePrivate::registerSignalTransition(QSignalTransition *transition) | | Coverage: | 88.235% (30/34) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 2232-2290 |
| | 37 | 12 |
QSslKeyPrivate::pemHeader| Name: | QSslKeyPrivate::pemHeader | | Prototype: | QByteArray QSslKeyPrivate::pemHeader() const | | Coverage: | 88.235% (15/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslkey_p.cpp | | Lines: | 100-113 |
| | 6 | 9 |
QSslKeyPrivate::pemFooter| Name: | QSslKeyPrivate::pemFooter | | Prototype: | QByteArray QSslKeyPrivate::pemFooter() const | | Coverage: | 88.235% (15/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslkey_p.cpp | | Lines: | 118-131 |
| | 6 | 9 |
QMimeBinaryProvider::checkCache| Name: | QMimeBinaryProvider::checkCache | | Prototype: | void QMimeBinaryProvider::checkCache() | | Coverage: | 88.235% (15/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/mimetypes/qmimeprovider.cpp | | Lines: | 233-259 |
| | 15 | 7 |
QMetaEnum::valueToKeys| Name: | QMetaEnum::valueToKeys | | Prototype: | QByteArray QMetaEnum::valueToKeys(int value) const | | Coverage: | 88.235% (15/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobject.cpp | | Lines: | 2687-2706 |
| | 14 | 5 |
QHashData::previousNode| Name: | QHashData::previousNode | | Prototype: | QHashData::Node *QHashData::previousNode(Node *node) | | Coverage: | 88.235% (15/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qhash.cpp | | Lines: | 571-604 |
| | 20 | 6 |
QConfFileSettingsPrivate::remove| Name: | QConfFileSettingsPrivate::remove | | Prototype: | void QConfFileSettingsPrivate::remove(const QString &key) | | Coverage: | 88.235% (15/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | | Lines: | 1226-1251 |
| | 18 | 5 |
QAsn1Element::read| Name: | QAsn1Element::read | | Prototype: | bool QAsn1Element::read(QDataStream &stream) | | Coverage: | 88.235% (15/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qasn1element.cpp | | Lines: | 85-123 |
| | 24 | 6 |
QConfFileSettingsPrivate::writeIniFile| Name: | QConfFileSettingsPrivate::writeIniFile | | Prototype: | bool QConfFileSettingsPrivate::writeIniFile(QIODevice &device, const ParsedSettingsMap &map) | | Coverage: | 88.095% (37/42) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | | Lines: | 1818-1905 |
| | 51 | 12 |
QLocaleData::validateChars| Name: | QLocaleData::validateChars | | Prototype: | bool QLocaleData::validateChars(const QString &str, NumberMode numMode, QByteArray *buff, int decDigits, bool rejectGroupSeparators) const | | Coverage: | 88.060% (59/67) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | | Lines: | 3151-3242 |
| | 44 | 20 |
parseHeaderValue| Name: | parseHeaderValue | | Prototype: | static QVariant parseHeaderValue(QNetworkRequest::KnownHeaders header, const QByteArray &value) | | Coverage: | 88.000% (22/25) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkrequest.cpp | | Lines: | 864-902 |
| | 16 | 12 |
QPollingFileSystemWatcherEngine::timeout| Name: | QPollingFileSystemWatcherEngine::timeout | | Prototype: | void QPollingFileSystemWatcherEngine::timeout() | | Coverage: | 88.000% (22/25) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfilesystemwatcher_polling.cpp | | Lines: | 109-145 |
| | 28 | 9 |
QConfFileSettingsPrivate::readIniSection| Name: | QConfFileSettingsPrivate::readIniSection | | Prototype: | bool QConfFileSettingsPrivate::readIniSection(const QSettingsKey §ion, const QByteArray &data, ParsedSettingsMap *settingsMap, QTextCodec *codec) | | Coverage: | 88.000% (22/25) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | | Lines: | 1728-1783 |
| | 35 | 6 |
QDateTimeParser::parseSection| Name: | QDateTimeParser::parseSection | | Prototype: | int QDateTimeParser::parseSection(const QDateTime ¤tValue, int sectionIndex, QString &text, int &cursorPosition, int index, State &state, int *usedptr) const | | Coverage: | 87.931% (102/116) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetimeparser.cpp | | Lines: | 690-865 |
| | 105 | 45 |
QXcbWindow::netWmStates| Name: | QXcbWindow::netWmStates | | Prototype: | QXcbWindow::NetWmStates QXcbWindow::netWmStates() | | Coverage: | 87.879% (29/33) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 1077-1115 |
| | 27 | 10 |
QUrl::operator ==| Name: | QUrl::operator == | | Prototype: | bool QUrl::operator ==(const QUrl &url) const | | Coverage: | 87.879% (29/33) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | | Lines: | 3614-3639 |
| | 18 | 5 |
QStateMachinePrivate::addDescendantStatesToEnter| Name: | QStateMachinePrivate::addDescendantStatesToEnter | | Prototype: | void QStateMachinePrivate::addDescendantStatesToEnter(QAbstractState *state, QSet<QAbstractState*> &statesToEnter, QSet<QAbstractState*> &statesForDefaultEntry) | | Coverage: | 87.879% (29/33) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 1088-1154 |
| | 34 | 15 |
QProcessPrivate::waitForReadyRead| Name: | QProcessPrivate::waitForReadyRead | | Prototype: | bool QProcessPrivate::waitForReadyRead(int msecs) | | Coverage: | 87.879% (58/66) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess_unix.cpp | | Lines: | 709-785 |
| | 44 | 18 |
QTimerInfoList::activateTimers| Name: | QTimerInfoList::activateTimers | | Prototype: | int QTimerInfoList::activateTimers() | | Coverage: | 87.805% (36/41) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qtimerinfo_unix.cpp | | Lines: | 562-647 |
| | 36 | 13 |
QSqlTableModel::submitAll| Name: | QSqlTableModel::submitAll | | Prototype: | bool QSqlTableModel::submitAll() | | Coverage: | 87.805% (36/41) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/models/qsqltablemodel.cpp | | Lines: | 732-784 |
| | 32 | 15 |
QMetaObjectPrivate::disconnectHelper| Name: | QMetaObjectPrivate::disconnectHelper | | Prototype: | bool QMetaObjectPrivate::disconnectHelper(QObjectPrivate::Connection *c, const QObject *receiver, int method_index, void **slot, QMutex *senderMutex, DisconnectType disconnectType) | | Coverage: | 87.805% (36/41) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | | Lines: | 3324-3367 |
| | 28 | 9 |
QLoggingRule::pass| Name: | QLoggingRule::pass | | Prototype: | int QLoggingRule::pass(const QString &cat, QtMsgType msgType) const | | Coverage: | 87.805% (36/41) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qloggingregistry.cpp | | Lines: | 77-108 |
| | 18 | 11 |
methodIndexToSignalIndex| Name: | methodIndexToSignalIndex | | Prototype: | static int methodIndexToSignalIndex(const QMetaObject **base, int signal_index) | | Coverage: | 87.500% (14/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | | Lines: | 3189-3207 |
| | 13 | 5 |
iniChopTrailingSpaces| Name: | iniChopTrailingSpaces | | Prototype: | inline static void iniChopTrailingSpaces(QString &str, int limit) | | Coverage: | 87.500% (7/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | | Lines: | 711-717 |
| | 4 | 2 |
QtPrivate::isBuiltinType| Name: | QtPrivate::isBuiltinType | | Prototype: | bool isBuiltinType(const QByteArray &type) | | Coverage: | 87.500% (7/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobjectbuilder.cpp | | Lines: | 75-81 |
| | 4 | 2 |
QXcbWindow::updateNetWmStateBeforeMap| Name: | QXcbWindow::updateNetWmStateBeforeMap | | Prototype: | void QXcbWindow::updateNetWmStateBeforeMap() | | Coverage: | 87.500% (14/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 1400-1424 |
| | 15 | 6 |
QXcbCursor::~QXcbCursor| Name: | QXcbCursor::~QXcbCursor | | Prototype: | QXcbCursor::~QXcbCursor() | | Coverage: | 87.500% (7/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbcursor.cpp | | Lines: | 328-343 |
| | 7 | 4 |
QThreadPoolThread::run| Name: | QThreadPoolThread::run | | Prototype: | void QThreadPoolThread::run() | | Coverage: | 87.500% (28/32) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthreadpool.cpp | | Lines: | 76-138 |
| | 35 | 11 |
QString::repeated| Name: | QString::repeated | | Prototype: | QString QString::repeated(int times) const | | Coverage: | 87.500% (14/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 7099-7132 |
| | 23 | 6 |
QString::insert| Name: | QString::insert | | Prototype: | QString &QString::insert(int i, QLatin1String str) | | Coverage: | 87.500% (7/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 1952-1964 |
| | 8 | 2 |
QString::QString| Name: | QString::QString | | Prototype: | QString::QString(const QChar *unicode, int size) | | Coverage: | 87.500% (14/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 1504-1524 |
| | 13 | 6 |
QStateMachinePrivate::setError| Name: | QStateMachinePrivate::setError | | Prototype: | void QStateMachinePrivate::setError(QStateMachine::Error errorCode, QAbstractState *currentContext) | | Coverage: | 87.500% (14/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 1455-1510 |
| | 31 | 8 |
QSslCertificate::fromPath| Name: | QSslCertificate::fromPath | | Prototype: | QList<QSslCertificate> QSslCertificate::fromPath(const QString &path, QSsl::EncodingFormat format, QRegExp::PatternSyntax syntax) | | Coverage: | 87.500% (35/40) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslcertificate.cpp | | Lines: | 458-520 |
| | 38 | 13 |
QSqlTableModel::setData| Name: | QSqlTableModel::setData | | Prototype: | bool QSqlTableModel::setData(const QModelIndex &index, const QVariant &value, int role) | | Coverage: | 87.500% (28/32) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/models/qsqltablemodel.cpp | | Lines: | 561-595 |
| | 23 | 8 |
QSqlQueryModel::removeColumns| Name: | QSqlQueryModel::removeColumns | | Prototype: | bool QSqlQueryModel::removeColumns(int column, int count, const QModelIndex &parent) | | Coverage: | 87.500% (14/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/models/qsqlquerymodel.cpp | | Lines: | 635-651 |
| | 11 | 4 |
QSortFilterProxyModel::insertRows| Name: | QSortFilterProxyModel::insertRows | | Prototype: | bool QSortFilterProxyModel::insertRows(int row, int count, const QModelIndex &parent) | | Coverage: | 87.500% (14/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp | | Lines: | 2074-2089 |
| | 13 | 4 |
QSaveFile::commit| Name: | QSaveFile::commit | | Prototype: | bool QSaveFile::commit() | | Coverage: | 87.500% (14/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsavefile.cpp | | Lines: | 273-310 |
| | 25 | 6 |
QRingBuffer::reserve| Name: | QRingBuffer::reserve | | Prototype: | char *QRingBuffer::reserve(qint64 bytes) | | Coverage: | 87.500% (14/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qringbuffer.cpp | | Lines: | 98-124 |
| | 16 | 4 |
QRelation::populateDictionary| Name: | QRelation::populateDictionary | | Prototype: | void QRelation::populateDictionary() | | Coverage: | 87.500% (14/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/models/qsqlrelationaltablemodel.cpp | | Lines: | 188-214 |
| | 18 | 6 |
QRegExpEngine::finishAtom| Name: | QRegExpEngine::finishAtom | | Prototype: | void QRegExpEngine::finishAtom(int atom, bool needCapture) | | Coverage: | 87.500% (7/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | | Lines: | 1755-1760 |
| | 3 | 2 |
QNetworkReplyHttpImpl::QNetworkReplyHttpImpl| Name: | QNetworkReplyHttpImpl::QNetworkReplyHttpImpl | | Prototype: | QNetworkReplyHttpImpl::QNetworkReplyHttpImpl(QNetworkAccessManager* const manager, const QNetworkRequest& request, QNetworkAccessManager::Operation& operation, QIODevice* outgoingData) | | Coverage: | 87.500% (21/24) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkreplyhttpimpl.cpp | | Lines: | 161-237 |
| | 36 | 8 |