Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–¾ |
lastIndexOfName: | QStringRef::lastIndexOf | Prototype: | int QStringRef::lastIndexOf(const QString &str, int from, Qt::CaseSensitivity cs) const | Coverage: | 100.000% (20/20) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 9761-9780 |
| | 15 | 6 |
lastIndexOfName: | QStringRef::lastIndexOf | Prototype: | int QStringRef::lastIndexOf(QLatin1String str, int from, Qt::CaseSensitivity cs) const | Coverage: | 0.000% (0/20) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 9811-9832 |
| | 16 | 6 |
lastIndexOfName: | QStringRef::lastIndexOf | Prototype: | int QStringRef::lastIndexOf(const QStringRef &str, int from, Qt::CaseSensitivity cs) const | Coverage: | 100.000% (20/20) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 9849-9869 |
| | 16 | 6 |
midName: | 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: | 9605-9620 |
| | 8 | 5 |
trimmedName: | QStringRef::trimmed | Prototype: | QStringRef QStringRef::trimmed() const | Coverage: | 100.000% (9/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 10386-10397 |
| | 9 | 3 |
toStringName: | QStringRef::toString | Prototype: | QString QStringRef::toString() const | Coverage: | 100.000% (11/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 9063-9069 |
| | 5 | 3 |
toUtf8Name: | QStringRef::toUtf8 | Prototype: | QByteArray QStringRef::toUtf8() const | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 10341-10347 |
| | 3 | 2 |
toLocal8BitName: | QStringRef::toLocal8Bit | Prototype: | QByteArray QStringRef::toLocal8Bit() const | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 10321-10329 |
| | 4 | 2 |
startsWithName: | QStringRef::startsWith | Prototype: | bool QStringRef::startsWith(QChar ch, Qt::CaseSensitivity cs) const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 9970-9980 |
| | 6 | 2 |
rightName: | QStringRef::right | Prototype: | QStringRef QStringRef::right(int n) const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 9561-9566 |
| | 3 | 2 |
leftName: | QStringRef::left | Prototype: | QStringRef QStringRef::left(int n) const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 9522-9527 |
| | 3 | 2 |
endsWithName: | QStringRef::endsWith | Prototype: | bool QStringRef::endsWith(QChar ch, Qt::CaseSensitivity cs) const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 10010-10021 |
| | 7 | 2 |
appendToName: | QStringRef::appendTo | Prototype: | QStringRef QStringRef::appendTo(QString *string) const | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 9333-9340 |
| | 5 | 2 |
toUcs4Name: | QStringRef::toUcs4 | Prototype: | QVector<uint> QStringRef::toUcs4() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 10363-10370 |
| | 5 | 1 |
toUShortName: | QStringRef::toUShort | Prototype: | ushort QStringRef::toUShort(bool *ok, int base) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 10599-10602 |
| | 1 | 1 |
toULongLongName: | QStringRef::toULongLong | Prototype: | quint64 QStringRef::toULongLong(bool *ok, int base) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 10444-10447 |
| | 1 | 1 |
toULongName: | QStringRef::toULong | Prototype: | ulong QStringRef::toULong(bool *ok, int base) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 10498-10501 |
| | 1 | 1 |
toUIntName: | QStringRef::toUInt | Prototype: | uint QStringRef::toUInt(bool *ok, int base) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 10549-10552 |
| | 1 | 1 |
toShortName: | QStringRef::toShort | Prototype: | short QStringRef::toShort(bool *ok, int base) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 10574-10577 |
| | 1 | 1 |
toLongLongName: | QStringRef::toLongLong | Prototype: | qint64 QStringRef::toLongLong(bool *ok, int base) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 10419-10422 |
| | 1 | 1 |
toLongName: | QStringRef::toLong | Prototype: | long QStringRef::toLong(bool *ok, int base) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 10471-10474 |
| | 1 | 1 |
toLatin1Name: | QStringRef::toLatin1 | Prototype: | QByteArray QStringRef::toLatin1() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 10284-10287 |
| | 1 | 1 |
toIntName: | QStringRef::toInt | Prototype: | int QStringRef::toInt(bool *ok, int base) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 10524-10527 |
| | 1 | 1 |
toFloatName: | QStringRef::toFloat | Prototype: | float QStringRef::toFloat(bool *ok) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 10644-10647 |
| | 1 | 1 |
toDoubleName: | QStringRef::toDouble | Prototype: | double QStringRef::toDouble(bool *ok) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 10625-10628 |
| | 1 | 1 |
startsWithName: | QStringRef::startsWith | Prototype: | bool QStringRef::startsWith(QLatin1String str, Qt::CaseSensitivity cs) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 9942-9945 |
| | 1 | 1 |
startsWithName: | QStringRef::startsWith | Prototype: | bool QStringRef::startsWith(const QStringRef &str, Qt::CaseSensitivity cs) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 9952-9956 |
| | 2 | 1 |
startsWithName: | QStringRef::startsWith | Prototype: | bool QStringRef::startsWith(const QString &str, Qt::CaseSensitivity cs) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 9931-9935 |
| | 2 | 1 |
splitName: | QStringRef::split | Prototype: | QVector<QStringRef> QStringRef::split(const QString &sep, QString::SplitBehavior behavior, Qt::CaseSensitivity cs) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 6919-6922 |
| | 1 | 1 |
splitName: | QStringRef::split | Prototype: | QVector<QStringRef> QStringRef::split(QChar sep, QString::SplitBehavior behavior, Qt::CaseSensitivity cs) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 6928-6931 |
| | 1 | 1 |
lastIndexOfName: | QStringRef::lastIndexOf | Prototype: | int QStringRef::lastIndexOf(QChar ch, int from, Qt::CaseSensitivity cs) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 9791-9794 |
| | 1 | 1 |
indexOfName: | QStringRef::indexOf | Prototype: | int QStringRef::indexOf(QLatin1String str, int from, Qt::CaseSensitivity cs) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 9723-9726 |
| | 1 | 1 |
indexOfName: | QStringRef::indexOf | Prototype: | int QStringRef::indexOf(const QString &str, int from, Qt::CaseSensitivity cs) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 9688-9691 |
| | 1 | 1 |
indexOfName: | QStringRef::indexOf | Prototype: | int QStringRef::indexOf(QChar ch, int from, Qt::CaseSensitivity cs) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 9703-9706 |
| | 1 | 1 |
indexOfName: | QStringRef::indexOf | Prototype: | int QStringRef::indexOf(const QStringRef &str, int from, Qt::CaseSensitivity cs) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 9742-9745 |
| | 1 | 1 |
endsWithName: | QStringRef::endsWith | Prototype: | bool QStringRef::endsWith(QLatin1String str, Qt::CaseSensitivity cs) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 10028-10031 |
| | 1 | 1 |
endsWithName: | QStringRef::endsWith | Prototype: | bool QStringRef::endsWith(const QStringRef &str, Qt::CaseSensitivity cs) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 10038-10042 |
| | 2 | 1 |
endsWithName: | QStringRef::endsWith | Prototype: | bool QStringRef::endsWith(const QString &str, Qt::CaseSensitivity cs) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 9992-9996 |
| | 2 | 1 |
countName: | QStringRef::count | Prototype: | int QStringRef::count(const QStringRef &str, Qt::CaseSensitivity cs) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 9915-9918 |
| | 1 | 1 |
countName: | QStringRef::count | Prototype: | int QStringRef::count(const QString &str, Qt::CaseSensitivity cs) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 9881-9884 |
| | 1 | 1 |
countName: | QStringRef::count | Prototype: | int QStringRef::count(QChar ch, Qt::CaseSensitivity cs) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 9898-9901 |
| | 1 | 1 |