Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
qt_last_index_ofName: | qt_last_index_of | Prototype: | static inline int qt_last_index_of(const QChar *haystack, int haystackLen, QChar needle, int from, Qt::CaseSensitivity cs) | Coverage: | 95.652% (22/23) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 10003-10028 |
| | 17 | 9 |
QUrlPrivate::setHostName: | QUrlPrivate::setHost | Prototype: | inline bool QUrlPrivate::setHost(const QString &value, int from, int iend, QUrl::ParsingMode mode) | Coverage: | 95.652% (44/46) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | Lines: | 1272-1361 |
| | 44 | 14 |
QRegExpEngine::parseName: | QRegExpEngine::parse | Prototype: | int QRegExpEngine::parse(const QChar *pattern, int len) | Coverage: | 95.652% (44/46) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | Lines: | 3499-3602 |
| | 55 | 15 |
QConfFileSettingsPrivate::readIniLineName: | QConfFileSettingsPrivate::readIniLine | Prototype: | bool QConfFileSettingsPrivate::readIniLine(const QByteArray &data, int &dataPos, int &lineStart, int &lineLen, int &equalsPos) | Coverage: | 95.652% (66/69) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | Lines: | 1586-1647 |
| | 42 | 19 |
QDBusMetaType::signatureToTypeName: | QDBusMetaType::signatureToType | Prototype: | int QDBusMetaType::signatureToType(const char *signature) | Coverage: | 95.556% (43/45) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusmetatype.cpp | Lines: | 294-366 |
| | 25 | 23 |
qt_qdnsservicerecord_sortName: | qt_qdnsservicerecord_sort | Prototype: | static void qt_qdnsservicerecord_sort(QList<QDnsServiceRecord> &records) | Coverage: | 95.455% (21/22) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qdnslookup.cpp | Lines: | 101-149 |
| | 22 | 8 |
QIODevice::readName: | QIODevice::read | Prototype: | qint64 QIODevice::read(char *data, qint64 maxSize) | Coverage: | 95.349% (82/86) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | Lines: | 770-916 |
| | 73 | 26 |
localMSecsToEpochMSecsName: | localMSecsToEpochMSecs | Prototype: | static qint64 localMSecsToEpochMSecs(qint64 localMsecs, QDateTimePrivate::DaylightStatus *daylightStatus, QDate *localDate = 0, QTime *localTime = 0, QString *abbreviation = 0) | Coverage: | 95.312% (61/64) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | Lines: | 2465-2559 |
| | 56 | 19 |
checkStaticArrayName: | checkStaticArray | Prototype: | static bool checkStaticArray(int &val, const QByteArray &dateString, int at, const char *array, int size) | Coverage: | 95.238% (20/21) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkcookie.cpp | Lines: | 531-551 |
| | 15 | 5 |
QSocks5SocketEnginePrivate::parseAuthenticationMethodReplyName: | QSocks5SocketEnginePrivate::parseAuthenticationMethodReply | Prototype: | void QSocks5SocketEnginePrivate::parseAuthenticationMethodReply() | Coverage: | 95.238% (20/21) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | Lines: | 732-765 |
| | 23 | 7 |
QResourceRoot::mappingRootSubdirName: | QResourceRoot::mappingRootSubdir | Prototype: | bool QResourceRoot::mappingRootSubdir(const QString &path, QString *match) const | Coverage: | 95.238% (20/21) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qresource.cpp | Lines: | 799-820 |
| | 15 | 7 |
q_toPercentEncodingName: | q_toPercentEncoding | Prototype: | static void q_toPercentEncoding(QByteArray *ba, const char *dontEncode, const char *alsoEncode, char percent) | Coverage: | 95.122% (39/41) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | Lines: | 4417-4455 |
| | 29 | 7 |
QUrl::resolvedName: | QUrl::resolved | Prototype: | QUrl QUrl::resolved(const QUrl &relative) const | Coverage: | 95.122% (39/41) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | Lines: | 3164-3229 |
| | 40 | 11 |
qt_qFindChildren_helperName: | qt_qFindChildren_helper | Prototype: | void qt_qFindChildren_helper(const QObject *parent, const QString &name, const QMetaObject &mo, QList<void*> *list, Qt::FindChildOptions options) | Coverage: | 95.000% (19/20) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | Lines: | 1851-1867 |
| | 11 | 6 |
QUrl::fromLocalFileName: | QUrl::fromLocalFile | Prototype: | QUrl QUrl::fromLocalFile(const QString &localFile) | Coverage: | 95.000% (19/20) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | Lines: | 3803-3834 |
| | 20 | 6 |
QTimerInfoList::registerTimerName: | QTimerInfoList::registerTimer | Prototype: | void QTimerInfoList::registerTimer(int timerId, int interval, Qt::TimerType timerType, QObject *object) | Coverage: | 95.000% (19/20) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qtimerinfo_unix.cpp | Lines: | 439-500 |
| | 26 | 8 |
QHostInfoRunnable::runName: | QHostInfoRunnable::run | Prototype: | void QHostInfoRunnable::run() | Coverage: | 95.000% (19/20) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostinfo.cpp | Lines: | 452-509 |
| | 27 | 7 |
QAbstractItemModelPrivate::columnsAboutToBeRemovedName: | QAbstractItemModelPrivate::columnsAboutToBeRemoved | Prototype: | void QAbstractItemModelPrivate::columnsAboutToBeRemoved(const QModelIndex &parent, int first, int last) | Coverage: | 95.000% (19/20) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | Lines: | 825-854 |
| | 19 | 6 |
QXcbWindow::showName: | QXcbWindow::show | Prototype: | void QXcbWindow::show() | Coverage: | 94.872% (37/39) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | Lines: | 810-875 |
| | 38 | 12 |
QSqlTableModel::removeRowsName: | QSqlTableModel::removeRows | Prototype: | bool QSqlTableModel::removeRows(int row, int count, const QModelIndex &parent) | Coverage: | 94.872% (37/39) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/models/qsqltablemodel.cpp | Lines: | 1081-1116 |
| | 23 | 11 |
qNumVariantToHelperName: | qNumVariantToHelper | Prototype: | template <typename T> inline T qNumVariantToHelper(const QVariant::Private &d, const HandlersManager &handlerManager, bool *ok, const T& val) | Coverage: | 94.737% (18/19) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | Lines: | 2643-2662 |
| | 11 | 5 |
qMetaTypeNumberName: | qMetaTypeNumber | Prototype: | static qlonglong qMetaTypeNumber(const QVariant::Private *d) | Coverage: | 94.737% (18/19) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | Lines: | 147-173 |
| | 12 | 10 |
loadQtCodecName: | loadQtCodec | Prototype: | static QTextCodec *loadQtCodec(const char *name) | Coverage: | 94.737% (36/38) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qicucodec.cpp | Lines: | 350-378 |
| | 23 | 12 |
QUrl::setHostName: | QUrl::setHost | Prototype: | void QUrl::setHost(const QString &host, ParsingMode mode) | Coverage: | 94.737% (18/19) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | Lines: | 2335-2366 |
| | 17 | 7 |
QSqlQueryModel::headerDataName: | QSqlQueryModel::headerData | Prototype: | QVariant QSqlQueryModel::headerData(int section, Qt::Orientation orientation, int role) const | Coverage: | 94.737% (18/19) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/models/qsqlquerymodel.cpp | Lines: | 363-376 |
| | 10 | 5 |
QSortFilterProxyModelPrivate::create_mappingName: | QSortFilterProxyModelPrivate::create_mapping | Prototype: | IndexMap::const_iterator QSortFilterProxyModelPrivate::create_mapping( const QModelIndex &source_parent) const | Coverage: | 94.737% (18/19) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp | Lines: | 322-366 |
| | 30 | 7 |
QConfFileSettingsPrivate::QConfFileSettingsPrivateName: | QConfFileSettingsPrivate::QConfFileSettingsPrivate | Prototype: | QConfFileSettingsPrivate::QConfFileSettingsPrivate(QSettings::Format format, QSettings::Scope scope, const QString &organization, const QString &application) | Coverage: | 94.737% (18/19) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | Lines: | 1131-1178 |
| | 22 | 7 |
QUtf16::convertToUnicodeName: | QUtf16::convertToUnicode | Prototype: | QString QUtf16::convertToUnicode(const char *chars, int len, QTextCodec::ConverterState *state, DataEndianness e) | Coverage: | 94.643% (53/56) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qutfcodec.cpp | Lines: | 455-528 |
| | 52 | 17 |
QTimeLinePrivate::setCurrentTimeName: | QTimeLinePrivate::setCurrentTime | Prototype: | void QTimeLinePrivate::setCurrentTime(int msecs) | Coverage: | 94.444% (34/36) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimeline.cpp | Lines: | 85-156 |
| | 27 | 8 |
QTextBoundaryFinder::toPreviousBoundaryName: | QTextBoundaryFinder::toPreviousBoundary | Prototype: | int QTextBoundaryFinder::toPreviousBoundary() | Coverage: | 94.444% (34/36) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtextboundaryfinder.cpp | Lines: | 393-421 |
| | 18 | 10 |
QStateMachinePrivate::initializeAnimationName: | QStateMachinePrivate::initializeAnimation | Prototype: | QPair<QList<QAbstractAnimation*>, QList<QAbstractAnimation*> > QStateMachinePrivate::initializeAnimation(QAbstractAnimation *abstractAnimation, const QPropertyAssignment &prop) | Coverage: | 94.444% (17/18) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | Lines: | 1514-1544 |
| | 19 | 5 |
QMetaCallEvent::~QMetaCallEventName: | QMetaCallEvent::~QMetaCallEvent | Prototype: | QMetaCallEvent::~QMetaCallEvent() | Coverage: | 94.444% (17/18) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | Lines: | 469-485 |
| | 10 | 6 |
QItemSelection::splitName: | QItemSelection::split | Prototype: | void QItemSelection::split(const QItemSelectionRange &range, const QItemSelectionRange &other, QItemSelection *result) | Coverage: | 94.444% (17/18) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | Lines: | 556-597 |
| | 33 | 6 |
QDate::isValidName: | QDate::isValid | Prototype: | bool QDate::isValid(int year, int month, int day) | Coverage: | 94.444% (17/18) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | Lines: | 1339-1347 |
| | 4 | 2 |
QAbstractItemModelPrivate::itemsAboutToBeMovedName: | QAbstractItemModelPrivate::itemsAboutToBeMoved | Prototype: | void QAbstractItemModelPrivate::itemsAboutToBeMoved(const QModelIndex &srcParent, int srcFirst, int srcLast, const QModelIndex &destinationParent, int destinationChild, Qt::Orientation orientation) | Coverage: | 94.444% (51/54) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | Lines: | 620-676 |
| | 38 | 11 |
QIPAddressUtils::parseIp4InternalName: | QIPAddressUtils::parseIp4Internal | Prototype: | static bool parseIp4Internal(IPv4Address &address, const char *ptr, bool acceptLeadingZero) | Coverage: | 94.340% (50/53) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qipaddress.cpp | Lines: | 79-121 |
| | 34 | 13 |
QUnicodeTools::getWordBreaksName: | QUnicodeTools::getWordBreaks | Prototype: | static void getWordBreaks(const ushort *string, quint32 len, QCharAttributes *attributes) | Coverage: | 94.286% (66/70) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qunicodetools.cpp | Lines: | 135-240 |
| | 60 | 27 |
QXmlSimpleReaderPrivate::parseElementDeclName: | QXmlSimpleReaderPrivate::parseElementDecl | Prototype: | bool QXmlSimpleReaderPrivate::parseElementDecl() | Coverage: | 94.245% (131/139) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | Lines: | 5895-6125 |
| | 150 | 53 |
QXmlSimpleReaderPrivate::parseExternalIDName: | QXmlSimpleReaderPrivate::parseExternalID | Prototype: | bool QXmlSimpleReaderPrivate::parseExternalID() | Coverage: | 94.186% (81/86) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | Lines: | 4828-5001 |
| | 104 | 36 |
isValidCharacterName: | isValidCharacter | Prototype: | static inline bool isValidCharacter(QChar c) | Coverage: | 94.118% (16/17) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusutil.cpp | Lines: | 56-63 |
| | 5 | 1 |
QXmlSimpleReaderPrivate::parseAttValueName: | QXmlSimpleReaderPrivate::parseAttValue | Prototype: | bool QXmlSimpleReaderPrivate::parseAttValue() | Coverage: | 94.118% (48/51) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | Lines: | 5783-5887 |
| | 58 | 21 |
QTest::xmlMessageType2StringName: | QTest::xmlMessageType2String | Prototype: | static const char* xmlMessageType2String(QAbstractTestLogger::MessageTypes type) | Coverage: | 94.118% (16/17) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qxmltestlogger.cpp | Lines: | 50-71 |
| | 10 | 9 |
QTest::messageType2StringName: | QTest::messageType2String | Prototype: | static const char *messageType2String(QAbstractTestLogger::MessageTypes type) | Coverage: | 94.118% (16/17) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qplaintestlogger.cpp | Lines: | 97-118 |
| | 10 | 9 |
QMimeMagicRule::matchesName: | QMimeMagicRule::matches | Prototype: | bool QMimeMagicRule::matches(const QByteArray &data) const | Coverage: | 94.118% (16/17) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/mimetypes/qmimemagicrule.cpp | Lines: | 401-423 |
| | 10 | 5 |
QMetaType::unregisterTypeName: | QMetaType::unregisterType | Prototype: | bool QMetaType::unregisterType(int type) | Coverage: | 94.118% (16/17) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetatype.cpp | Lines: | 924-943 |
| | 10 | 5 |
QLocaleData::bytearrayToLongLongName: | QLocaleData::bytearrayToLongLong | Prototype: | qlonglong QLocaleData::bytearrayToLongLong(const char *num, int base, bool *ok, bool *overflow) | Coverage: | 94.118% (32/34) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | Lines: | 3334-3374 |
| | 26 | 12 |
QFSFileEnginePrivate::doStatName: | QFSFileEnginePrivate::doStat | Prototype: | bool QFSFileEnginePrivate::doStat(QFileSystemMetaData::MetaDataFlags flags) const | Coverage: | 94.118% (16/17) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfsfileengine_unix.cpp | Lines: | 493-509 |
| | 10 | 5 |
QDirSortItemComparator::operator()Name: | QDirSortItemComparator::operator() | Prototype: | bool QDirSortItemComparator::operator()(const QDirSortItem &n1, const QDirSortItem &n2) const | Coverage: | 94.118% (48/51) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | Lines: | 216-286 |
| | 43 | 13 |
QDBusDemarshaller::currentTypeName: | QDBusDemarshaller::currentType | Prototype: | QDBusArgument::ElementType QDBusDemarshaller::currentType() | Coverage: | 94.118% (32/34) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusdemarshaller.cpp | Lines: | 184-234 |
| | 13 | 23 |
QBenchmarkTestMethodData::setResultName: | QBenchmarkTestMethodData::setResult | Prototype: | void QBenchmarkTestMethodData::setResult( qreal value, QTest::QBenchmarkMetric metric, bool setByMacro) | Coverage: | 94.118% (16/17) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmark.cpp | Lines: | 143-173 |
| | 14 | 5 |
QVariant::compareName: | QVariant::compare | Prototype: | int QVariant::compare(const QVariant &v) const | Coverage: | 93.939% (62/66) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | Lines: | 3514-3574 |
| | 35 | 18 |
QTextBoundaryFinder::boundaryReasonsName: | QTextBoundaryFinder::boundaryReasons | Prototype: | QTextBoundaryFinder::BoundaryReasons QTextBoundaryFinder::boundaryReasons() const | Coverage: | 93.939% (62/66) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtextboundaryfinder.cpp | Lines: | 448-503 |
| | 39 | 21 |
QSettingsPrivate::iniUnescapedStringListName: | QSettingsPrivate::iniUnescapedStringList | Prototype: | bool QSettingsPrivate::iniUnescapedStringList(const QByteArray &str, int from, int to, QString &stringResult, QStringList &stringListResult, QTextCodec *codec) | Coverage: | 93.846% (122/130) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | Lines: | 740-907 |
| | 98 | 37 |
openModeToOpenFlagsName: | openModeToOpenFlags | Prototype: | static inline int openModeToOpenFlags(QIODevice::OpenMode mode) | Coverage: | 93.750% (15/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfsfileengine_unix.cpp | Lines: | 104-125 |
| | 12 | 6 |
QVersionNumber::fromStringName: | QVersionNumber::fromString | Prototype: | QVersionNumber QVersionNumber::fromString(const QString &string, int *suffixIndex) | Coverage: | 93.750% (15/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qversionnumber.cpp | Lines: | 417-442 |
| | 17 | 4 |
QUrl::adjustedName: | QUrl::adjusted | Prototype: | QUrl QUrl::adjusted(QUrl::FormattingOptions options) const | Coverage: | 93.750% (30/32) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | Lines: | 3361-3393 |
| | 25 | 11 |
QSqlRelationalTableModel::setDataName: | QSqlRelationalTableModel::setData | Prototype: | bool QSqlRelationalTableModel::setData(const QModelIndex &index, const QVariant &value, int role) | Coverage: | 93.750% (15/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/models/qsqlrelationaltablemodel.cpp | Lines: | 462-475 |
| | 9 | 4 |
QJsonValue::QJsonValueName: | QJsonValue::QJsonValue | Prototype: | QJsonValue::QJsonValue(QJsonPrivate::Data *data, QJsonPrivate::Base *base, const QJsonPrivate::Value &v) | Coverage: | 93.750% (15/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonvalue.cpp | Lines: | 108-137 |
| | 17 | 9 |
QFileSystemWatcher::removePathsName: | QFileSystemWatcher::removePaths | Prototype: | QStringList QFileSystemWatcher::removePaths(const QStringList &paths) | Coverage: | 93.750% (15/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfilesystemwatcher.cpp | Lines: | 361-385 |
| | 15 | 6 |
QDir::cdName: | QDir::cd | Prototype: | bool QDir::cd(const QString &dirName) | Coverage: | 93.750% (30/32) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | Lines: | 865-922 |
| | 24 | 8 |
QDBusMetaObject::createMetaObjectName: | QDBusMetaObject::createMetaObject | Prototype: | QDBusMetaObject *QDBusMetaObject::createMetaObject(const QString &interface, const QString &xml, QHash<QString, QDBusMetaObject *> &cache, QDBusError &error) | Coverage: | 93.750% (30/32) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusmetaobject.cpp | Lines: | 576-648 |
| | 45 | 10 |
QAbstractSocket::setReadBufferSizeName: | QAbstractSocket::setReadBufferSize | Prototype: | void QAbstractSocket::setReadBufferSize(qint64 size) | Coverage: | 93.750% (15/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qabstractsocket.cpp | Lines: | 2807-2821 |
| | 7 | 4 |
canonicalOrderHelperName: | canonicalOrderHelper | Prototype: | static void canonicalOrderHelper(QString *str, QChar::UnicodeVersion version, int from) | Coverage: | 93.548% (58/62) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | Lines: | 1871-1957 |
| | 59 | 20 |
qstrtollName: | qstrtoll | Prototype: | long long qstrtoll(const char * nptr, const char **endptr, int base, bool *ok) | Coverage: | 93.333% (14/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale_tools.cpp | Lines: | 99-115 |
| | 12 | 3 |
qRemoveWhitespaceName: | qRemoveWhitespace | Prototype: | static void qRemoveWhitespace(const char *s, char *d) | Coverage: | 93.333% (28/30) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobject.cpp | Lines: | 1223-1239 |
| | 12 | 6 |
postProcessName: | postProcess | Prototype: | static QList<QNetworkInterfacePrivate *> postProcess(QList<QNetworkInterfacePrivate *> list) | Coverage: | 93.333% (14/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qnetworkinterface.cpp | Lines: | 45-73 |
| | 13 | 5 |
multName: | mult | Prototype: | static Bigint *mult(Bigint *a, Bigint *b) | Coverage: | 93.333% (28/30) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale_tools.cpp | Lines: | 715-795 |
| | 50 | 10 |
isValidCharacterNoDashName: | isValidCharacterNoDash | Prototype: | static inline bool isValidCharacterNoDash(QChar c) | Coverage: | 93.333% (14/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusutil.cpp | Lines: | 47-54 |
| | 5 | 1 |
epochMSecsToLocalTimeName: | epochMSecsToLocalTime | Prototype: | static bool epochMSecsToLocalTime(qint64 msecs, QDate *localDate, QTime *localTime, QDateTimePrivate::DaylightStatus *daylightStatus = 0) | Coverage: | 93.333% (14/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | Lines: | 2426-2460 |
| | 20 | 5 |
decompositionHelperName: | decompositionHelper | Prototype: | static const unsigned short * decompositionHelper (uint ucs4, int *length, int *tag, unsigned short *buffer) | Coverage: | 93.333% (14/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | Lines: | 1290-1315 |
| | 17 | 3 |
b2dName: | b2d | Prototype: | static double b2d(Bigint *a, int *e) | Coverage: | 93.333% (14/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale_tools.cpp | Lines: | 1035-1084 |
| | 21 | 4 |
QXmlNamespaceSupport::processNameName: | QXmlNamespaceSupport::processName | Prototype: | void QXmlNamespaceSupport::processName(const QString& qname, bool isAttribute, QString& nsuri, QString& localname) const | Coverage: | 93.333% (14/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | Lines: | 598-626 |
| | 13 | 5 |
QTranslatorPrivate::clearName: | QTranslatorPrivate::clear | Prototype: | void QTranslatorPrivate::clear() | Coverage: | 93.333% (14/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qtranslator.cpp | Lines: | 1052-1085 |
| | 24 | 5 |
QTestXunitStreamer::outputElementsName: | QTestXunitStreamer::outputElements | Prototype: | void QTestXunitStreamer::outputElements(QTestElement *element, bool) const | Coverage: | 93.333% (14/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtestxunitstreamer.cpp | Lines: | 170-201 |
| | 17 | 5 |
QSortFilterProxyModelPrivate::filter_changedName: | QSortFilterProxyModelPrivate::filter_changed | Prototype: | void QSortFilterProxyModelPrivate::filter_changed(const QModelIndex &source_parent) | Coverage: | 93.333% (14/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp | Lines: | 1069-1105 |
| | 19 | 5 |
QSortFilterProxyModelPrivate::_q_sourceColumnsInsertedName: | QSortFilterProxyModelPrivate::_q_sourceColumnsInserted | Prototype: | void QSortFilterProxyModelPrivate::_q_sourceColumnsInserted( const QModelIndex &source_parent, int start, int end) | Coverage: | 93.333% (14/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp | Lines: | 1480-1498 |
| | 10 | 5 |
QSizeF::scaledName: | QSizeF::scaled | Prototype: | QSizeF QSizeF::scaled(const QSizeF &s, Qt::AspectRatioMode mode) const | Coverage: | 93.333% (14/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qsize.cpp | Lines: | 654-674 |
| | 10 | 4 |
QSize::scaledName: | QSize::scaled | Prototype: | QSize QSize::scaled(const QSize &s, Qt::AspectRatioMode mode) const | Coverage: | 93.333% (14/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qsize.cpp | Lines: | 221-242 |
| | 11 | 4 |
QSettingsPrivate::stringListToVariantListName: | QSettingsPrivate::stringListToVariantList | Prototype: | QVariant QSettingsPrivate::stringListToVariantList(const QStringList &l) | Coverage: | 93.333% (14/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | Lines: | 368-388 |
| | 13 | 5 |
QRegExp::lastIndexInName: | QRegExp::lastIndexIn | Prototype: | int QRegExp::lastIndexIn(const QString &str, int offset, CaretMode caretMode) const | Coverage: | 93.333% (14/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | Lines: | 4311-4329 |
| | 13 | 5 |
QPollingFileSystemWatcherEngine::removePathsName: | QPollingFileSystemWatcherEngine::removePaths | Prototype: | QStringList QPollingFileSystemWatcherEngine::removePaths(const QStringList &paths, QStringList *files, QStringList *directories) | Coverage: | 93.333% (14/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfilesystemwatcher_polling.cpp | Lines: | 84-107 |
| | 14 | 5 |
QMetaMethod::parameterTypeName: | QMetaMethod::parameterType | Prototype: | int QMetaMethod::parameterType(int index) const | Coverage: | 93.333% (14/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobject.cpp | Lines: | 1824-1840 |
| | 12 | 5 |
QLocaleData::doubleToStringName: | QLocaleData::doubleToString | Prototype: | QString QLocaleData::doubleToString(const QChar _zero, const QChar plus, const QChar minus, const QChar exponential, const QChar group, const QChar decimal, double d, int precision, DoubleForm form, int width, unsigned flags) | Coverage: | 93.333% (84/90) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | Lines: | 2749-2872 |
| | 76 | 24 |
QHttpSocketEngine::setReadNotificationEnabledName: | QHttpSocketEngine::setReadNotificationEnabled | Prototype: | void QHttpSocketEngine::setReadNotificationEnabled(bool enable) | Coverage: | 93.333% (14/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | Lines: | 433-448 |
| | 9 | 5 |
QFileSystemEngine::createDirectoryName: | QFileSystemEngine::createDirectory | Prototype: | bool QFileSystemEngine::createDirectory(const QFileSystemEntry &entry, bool createParents) | Coverage: | 93.333% (14/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfilesystemengine_unix.cpp | Lines: | 589-623 |
| | 16 | 5 |
QDirPrivate::resolveAbsoluteEntryName: | QDirPrivate::resolveAbsoluteEntry | Prototype: | inline void QDirPrivate::resolveAbsoluteEntry() const | Coverage: | 93.333% (14/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | Lines: | 179-197 |
| | 10 | 4 |
QUnicodeTools::getLineBreaksName: | QUnicodeTools::getLineBreaks | Prototype: | static void getLineBreaks(const ushort *string, quint32 len, QCharAttributes *attributes) | Coverage: | 93.258% (83/89) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qunicodetools.cpp | Lines: | 478-591 |
| | 64 | 34 |
QLocalePrivate::dateTimeToStringName: | QLocalePrivate::dateTimeToString | Prototype: | QString QLocalePrivate::dateTimeToString(const QString &format, const QDateTime &datetime, const QDate &dateOnly, const QTime &timeOnly, const QLocale *q) const | Coverage: | 93.130% (122/131) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | Lines: | 2515-2740 |
| | 142 | 52 |
integralCompareName: | integralCompare | Prototype: | static int integralCompare(uint promotedType, const QVariant::Private *d1, const QVariant::Private *d2) | Coverage: | 93.103% (27/29) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | Lines: | 3441-3462 |
| | 15 | 5 |
QNetworkCookieJar::cookiesForUrlName: | QNetworkCookieJar::cookiesForUrl | Prototype: | QList<QNetworkCookie> QNetworkCookieJar::cookiesForUrl(const QUrl &url) const | Coverage: | 93.103% (27/29) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkcookiejar.cpp | Lines: | 211-254 |
| | 24 | 9 |
QMetaObjectBuilder::serializeName: | QMetaObjectBuilder::serialize | Prototype: | void QMetaObjectBuilder::serialize(QDataStream& stream) const | Coverage: | 93.103% (27/29) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobjectbuilder.cpp | Lines: | 1602-1679 |
| | 48 | 10 |
QItemSelectionModel::isSelectedName: | QItemSelectionModel::isSelected | Prototype: | bool QItemSelectionModel::isSelected(const QModelIndex &index) const | Coverage: | 93.103% (27/29) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | Lines: | 1393-1425 |
| | 20 | 9 |
QXmlSimpleReaderPrivate::parsePIName: | QXmlSimpleReaderPrivate::parsePI | Prototype: | bool QXmlSimpleReaderPrivate::parsePI() | Coverage: | 93.023% (120/129) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | Lines: | 4390-4609 |
| | 127 | 49 |
QXmlSimpleReaderPrivate::parseAttributeName: | QXmlSimpleReaderPrivate::parseAttribute | Prototype: | bool QXmlSimpleReaderPrivate::parseAttribute() | Coverage: | 92.982% (53/57) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | Lines: | 7019-7122 |
| | 59 | 21 |
qt_string_normalizeName: | qt_string_normalize | Prototype: | void qt_string_normalize(QString *data, QString::NormalizationForm mode, QChar::UnicodeVersion version, int from) | Coverage: | 92.857% (52/56) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 7134-7198 |
| | 45 | 18 |
lo0bitsName: | lo0bits | Prototype: | static int lo0bits(quint32 *y) | Coverage: | 92.857% (26/28) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale_tools.cpp | Lines: | 663-703 |
| | 30 | 10 |
QXcbEventReader::runName: | QXcbEventReader::run | Prototype: | void QXcbEventReader::run() | Coverage: | 92.857% (13/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbconnection.cpp | Lines: | 1331-1348 |
| | 13 | 4 |
QUrlPrivate::appendHostName: | QUrlPrivate::appendHost | Prototype: | inline void QUrlPrivate::appendHost(QString &appendTo, QUrl::FormattingOptions options) const | Coverage: | 92.857% (13/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | Lines: | 1166-1186 |
| | 10 | 5 |
QSqlQuery::nextName: | QSqlQuery::next | Prototype: | bool QSqlQuery::next() | Coverage: | 92.857% (13/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlquery.cpp | Lines: | 642-660 |
| | 11 | 6 |
QSortFilterProxyModelPrivate::handle_filter_changedName: | QSortFilterProxyModelPrivate::handle_filter_changed | Prototype: | QSet<int> QSortFilterProxyModelPrivate::handle_filter_changed( QVector<int> &source_to_proxy, QVector<int> &proxy_to_source, const QModelIndex &source_parent, Qt::Orientation orient) | Coverage: | 92.857% (26/28) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp | Lines: | 1111-1150 |
| | 24 | 8 |