Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QUtf16::convertFromUnicodeName: | QUtf16::convertFromUnicode | Prototype: | QByteArray QUtf16::convertFromUnicode(const QChar *uc, int len, QTextCodec::ConverterState *state, DataEndianness e) | Coverage: | 96.970% (32/33) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qutfcodec.cpp | Lines: | 440-482 |
| | 28 | 9 |
QString::replace_helperName: | QString::replace_helper | Prototype: | void QString::replace_helper(uint *indices, int nIndices, int blen, const QChar *after, int alen) | Coverage: | 96.970% (32/33) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 2432-2493 |
| | 43 | 12 |
QDirPrivate::sortFileListName: | QDirPrivate::sortFileList | Prototype: | inline void QDirPrivate::sortFileList(QDir::SortFlags sort, QFileInfoList &l, QStringList *names, QFileInfoList *infos) | Coverage: | 96.970% (32/33) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | Lines: | 294-323 |
| | 18 | 11 |
QUrlPrivate::parseName: | QUrlPrivate::parse | Prototype: | inline void QUrlPrivate::parse(const QString &url, QUrl::ParsingMode parsingMode) | Coverage: | 96.923% (63/65) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | Lines: | 1369-1470 |
| | 56 | 17 |
QFileSystemEngine::fillMetaDataName: | QFileSystemEngine::fillMetaData | Prototype: | bool QFileSystemEngine::fillMetaData(const QFileSystemEntry &entry, QFileSystemMetaData &data, QFileSystemMetaData::MetaDataFlags what) | Coverage: | 96.875% (62/64) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfilesystemengine_unix.cpp | Lines: | 429-556 |
| | 58 | 20 |
QDBusDemarshaller::currentTypeName: | QDBusDemarshaller::currentType | Prototype: | QDBusArgument::ElementType QDBusDemarshaller::currentType() | Coverage: | 96.875% (31/32) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusdemarshaller.cpp | Lines: | 190-240 |
| | 13 | 23 |
qt_normalizePathSegmentsName: | qt_normalizePathSegments | Prototype: | QString qt_normalizePathSegments(const QString &name, bool allowUncPaths) | Coverage: | 96.809% (91/94) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | Lines: | 2052-2167 |
| | 61 | 21 |
QHostAddress::parseSubnetName: | QHostAddress::parseSubnet | Prototype: | QPair<QHostAddress, int> QHostAddress::parseSubnet(const QString &subnet) | Coverage: | 96.721% (59/61) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostaddress.cpp | Lines: | 979-1075 |
| | 53 | 19 |
buildMetaObjectName: | buildMetaObject | Prototype: | static int buildMetaObject(QMetaObjectBuilderPrivate *d, char *buf, int expectedSize, bool relocatable) | Coverage: | 96.689% (146/151) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobjectbuilder.cpp | Lines: | 1172-1476 |
| | 226 | 54 |
QTemporaryFileEngine::openName: | QTemporaryFileEngine::open | Prototype: | bool QTemporaryFileEngine::open(QIODevice::OpenMode openMode) | Coverage: | 96.667% (29/30) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtemporaryfile.cpp | Lines: | 274-363 |
| | 47 | 10 |
QXmlSimpleReaderPrivate::parseAttlistDeclName: | QXmlSimpleReaderPrivate::parseAttlistDecl | Prototype: | bool QXmlSimpleReaderPrivate::parseAttlistDecl() | Coverage: | 96.460% (109/113) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | Lines: | 5346-5542 |
| | 120 | 45 |
QSequentialAnimationGroup::updateCurrentTimeName: | QSequentialAnimationGroup::updateCurrentTime | Prototype: | void QSequentialAnimationGroup::updateCurrentTime(int currentTime) | Coverage: | 96.429% (27/28) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qsequentialanimationgroup.cpp | Lines: | 335-378 |
| | 23 | 7 |
QVariant::compareName: | QVariant::compare | Prototype: | int QVariant::compare(const QVariant &v) const | Coverage: | 96.296% (52/54) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | Lines: | 3512-3572 |
| | 35 | 18 |
QTextCodec::codecForHtmlName: | QTextCodec::codecForHtml | Prototype: | QTextCodec *QTextCodec::codecForHtml(const QByteArray &ba, QTextCodec *defaultCodec) | Coverage: | 96.296% (26/27) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qtextcodec.cpp | Lines: | 1048-1080 |
| | 19 | 9 |
QStateMachinePrivate::exitStatesName: | QStateMachinePrivate::exitStates | Prototype: | void QStateMachinePrivate::exitStates(QEvent *event, const QList<QAbstractState*> &statesToExit_sorted, const QHash<QAbstractState*, QVector<QPropertyAssignment> > &assignmentsForEnteredStates) | Coverage: | 96.296% (26/27) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | Lines: | 799-842 |
| | 21 | 9 |
QRegularExpression::escapeName: | QRegularExpression::escape | Prototype: | QString QRegularExpression::escape(const QString &str) | Coverage: | 96.296% (26/27) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregularexpression.cpp | Lines: | 1884-1917 |
| | 19 | 5 |
QMapDataBase::freeNodeAndRebalanceName: | QMapDataBase::freeNodeAndRebalance | Prototype: | void QMapDataBase::freeNodeAndRebalance(QMapNodeBase *z) | Coverage: | 96.226% (102/106) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qmap.cpp | Lines: | 170-295 |
| | 98 | 28 |
validateSingleTypeName: | validateSingleType | Prototype: | static const char *validateSingleType(const char *signature) | Coverage: | 96.154% (25/26) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusutil.cpp | Lines: | 259-302 |
| | 22 | 10 |
lastIndexOfHelperName: | lastIndexOfHelper | Prototype: | static int lastIndexOfHelper(const char *haystack, int l, const char *needle, int ol, int from) | Coverage: | 96.154% (25/26) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | Lines: | 2604-2635 |
| | 25 | 8 |
recodeName: | recode | Prototype: | static int recode(QString &result, const ushort *begin, const ushort *end, QUrl::ComponentFormattingOptions encoding, const uchar *actionTable, bool retryBadEncoding) | Coverage: | 96.053% (73/76) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurlrecode.cpp | Lines: | 374-475 |
| | 63 | 21 |
QIODevice::readName: | QIODevice::read | Prototype: | qint64 QIODevice::read(char *data, qint64 maxSize) | Coverage: | 96.040% (97/101) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | Lines: | 988-1141 |
| | 80 | 27 |
QDBusConnectionPrivate::handleSignalName: | QDBusConnectionPrivate::handleSignal | Prototype: | void QDBusConnectionPrivate::handleSignal(const QString &key, const QDBusMessage& msg) | Coverage: | 95.745% (45/47) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusintegrator.cpp | Lines: | 1615-1655 |
| | 30 | 13 |
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: | 10096-10121 |
| | 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: | 1278-1367 |
| | 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: | 3505-3608 |
| | 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: | 1562-1623 |
| | 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: | 308-380 |
| | 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: | 107-155 |
| | 22 | 8 |
QResourcePrivate::ensureInitializedName: | QResourcePrivate::ensureInitialized | Prototype: | void QResourcePrivate::ensureInitialized() const | Coverage: | 95.455% (21/22) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qresource.cpp | Lines: | 294-324 |
| | 21 | 8 |
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: | 2488-2582 |
| | 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: | 537-557 |
| | 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: | 740-773 |
| | 23 | 7 |
QRingBuffer::indexOfName: | QRingBuffer::indexOf | Prototype: | qint64 QRingBuffer::indexOf(char c, qint64 maxLength, qint64 pos) const | Coverage: | 95.238% (20/21) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qringbuffer.cpp | Lines: | 218-246 |
| | 19 | 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: | 805-826 |
| | 15 | 7 |
QAbstractSocket::readDataName: | QAbstractSocket::readData | Prototype: | qint64 QAbstractSocket::readData(char *data, qint64 maxSize) | Coverage: | 95.238% (20/21) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qabstractsocket.cpp | Lines: | 2452-2481 |
| | 14 | 5 |
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: | 4568-4606 |
| | 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: | 3169-3234 |
| | 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: | 1858-1874 |
| | 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: | 3808-3839 |
| | 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: | 446-507 |
| | 26 | 8 |
QItemSelectionModelPrivate::_q_columnsAboutToBeRemovedName: | QItemSelectionModelPrivate::_q_columnsAboutToBeRemoved | Prototype: | void QItemSelectionModelPrivate::_q_columnsAboutToBeRemoved(const QModelIndex &parent, int start, int end) | Coverage: | 95.000% (19/20) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | Lines: | 763-789 |
| | 17 | 5 |
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: | 862-891 |
| | 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: | 786-851 |
| | 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: | 1083-1118 |
| | 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: | 2642-2661 |
| | 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: | 143-169 |
| | 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: | 356-384 |
| | 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: | 2341-2372 |
| | 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: | 369-382 |
| | 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: | 328-372 |
| | 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: | 1115-1154 |
| | 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: | 484-557 |
| | 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: | 91-162 |
| | 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: | 399-427 |
| | 18 | 10 |
QStateMachinePrivate::initializeAnimationName: | QStateMachinePrivate::initializeAnimation | Prototype: | QStateMachinePrivate::InitializeAnimationResult 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: | 1521-1549 |
| | 17 | 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: | 476-492 |
| | 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: | 558-599 |
| | 33 | 6 |
QAbstractSocketPrivate::writeToSocketName: | QAbstractSocketPrivate::writeToSocket | Prototype: | bool QAbstractSocketPrivate::writeToSocket() | Coverage: | 94.444% (34/36) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qabstractsocket.cpp | Lines: | 829-886 |
| | 26 | 8 |
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: | 657-713 |
| | 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: | 85-127 |
| | 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: | 141-246 |
| | 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: | 5914-6144 |
| | 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: | 4847-5020 |
| | 104 | 36 |
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: | 5802-5906 |
| | 58 | 21 |
QThreadPoolPrivate::waitForDoneName: | QThreadPoolPrivate::waitForDone | Prototype: | bool QThreadPoolPrivate::waitForDone(int msecs) | Coverage: | 94.118% (16/17) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthreadpool.cpp | Lines: | 288-303 |
| | 11 | 4 |
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: | 56-77 |
| | 10 | 9 |
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: | 941-960 |
| | 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: | 3311-3351 |
| | 26 | 12 |
QHostInfoRunnable::runName: | QHostInfoRunnable::run | Prototype: | void QHostInfoRunnable::run() | Coverage: | 94.118% (16/17) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostinfo.cpp | Lines: | 496-553 |
| | 28 | 6 |
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: | 499-515 |
| | 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: | 222-292 |
| | 43 | 13 |
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: | 149-179 |
| | 14 | 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: | 94.000% (94/100) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | Lines: | 2751-2862 |
| | 71 | 23 |
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: | 454-509 |
| | 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: | 726-893 |
| | 98 | 37 |
parse_flag_charactersName: | parse_flag_characters | Prototype: | static uint parse_flag_characters(const char * &c) noexcept | Coverage: | 93.750% (15/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 5991-6006 |
| | 10 | 9 |
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: | 110-131 |
| | 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: | 424-449 |
| | 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: | 3366-3398 |
| | 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: | 468-481 |
| | 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: | 114-143 |
| | 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: | 368-392 |
| | 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: | 871-928 |
| | 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: | 583-655 |
| | 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: | 2823-2837 |
| | 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: | 1877-1963 |
| | 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: | 409-425 |
| | 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: | 1234-1250 |
| | 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: | 52-80 |
| | 13 | 5 |
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: | 2449-2483 |
| | 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: | 1296-1321 |
| | 17 | 3 |
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: | 612-640 |
| | 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: | 1074-1107 |
| | 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: | 176-207 |
| | 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: | 1075-1111 |
| | 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: | 1486-1504 |
| | 10 | 5 |
QSizeF::scaledName: | QSizeF::scaled | Prototype: | QSizeF QSizeF::scaled(const QSizeF &s, Qt::AspectRatioMode mode) const noexcept | Coverage: | 93.333% (14/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qsize.cpp | Lines: | 656-676 |
| | 10 | 4 |
QSize::scaledName: | QSize::scaled | Prototype: | QSize QSize::scaled(const QSize &s, Qt::AspectRatioMode mode) const noexcept | Coverage: | 93.333% (14/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qsize.cpp | Lines: | 225-246 |
| | 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: | 372-392 |
| | 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: | 4317-4335 |
| | 13 | 5 |