| Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
toUShort| Name: | 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: | 10506-10509 |
| | 1 | 1 |
toULongLong| Name: | 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: | 10351-10354 |
| | 1 | 1 |
toULong| Name: | 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: | 10405-10408 |
| | 1 | 1 |
toUInt| Name: | 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: | 10456-10459 |
| | 1 | 1 |
toString| Name: | 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: | 8983-8989 |
| | 5 | 3 |
toShort| Name: | 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: | 10481-10484 |
| | 1 | 1 |
toLongLong| Name: | 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: | 10326-10329 |
| | 1 | 1 |
toLong| Name: | 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: | 10378-10381 |
| | 1 | 1 |
toLatin1| Name: | 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: | 10191-10194 |
| | 1 | 1 |
toInt| Name: | 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: | 10431-10434 |
| | 1 | 1 |
toFloat| Name: | 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: | 10551-10554 |
| | 1 | 1 |
toDouble| Name: | 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: | 10532-10535 |
| | 1 | 1 |
startsWith| Name: | 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: | 9838-9842 |
| | 2 | 1 |
startsWith| Name: | 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: | 9849-9852 |
| | 1 | 1 |
startsWith| Name: | QStringRef::startsWith | | Prototype: | bool QStringRef::startsWith(QChar ch, Qt::CaseSensitivity cs) const | | Coverage: | 100.000% (6/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 9877-9887 |
| | 6 | 2 |
split| Name: | 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: | 6899-6902 |
| | 1 | 1 |
split| Name: | 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: | 6908-6911 |
| | 1 | 1 |
right| Name: | 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: | 9468-9473 |
| | 3 | 2 |
left| Name: | 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: | 9429-9434 |
| | 3 | 2 |
lastIndexOf| Name: | 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: | 9668-9687 |
| | 15 | 6 |
lastIndexOf| Name: | 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: | 9698-9701 |
| | 1 | 1 |
lastIndexOf| Name: | 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: | 9756-9776 |
| | 16 | 6 |
indexOf| Name: | 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: | 9595-9598 |
| | 1 | 1 |
indexOf| Name: | 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: | 9610-9613 |
| | 1 | 1 |
indexOf| Name: | 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: | 9649-9652 |
| | 1 | 1 |
endsWith| Name: | 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: | 9899-9903 |
| | 2 | 1 |
endsWith| Name: | QStringRef::endsWith | | Prototype: | bool QStringRef::endsWith(QChar ch, Qt::CaseSensitivity cs) const | | Coverage: | 100.000% (6/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 9917-9928 |
| | 7 | 2 |
endsWith| Name: | 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: | 9935-9938 |
| | 1 | 1 |
count| Name: | 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: | 9788-9791 |
| | 1 | 1 |
count| Name: | 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: | 9805-9808 |
| | 1 | 1 |
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 |
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 |
toUtf8| Name: | 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: | 10248-10254 |
| | 3 | 2 |
toLocal8Bit| Name: | 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: | 10228-10236 |
| | 4 | 2 |
appendTo| Name: | 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: | 9240-9247 |
| | 5 | 2 |
toUcs4| Name: | 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: | 10270-10277 |
| | 5 | 1 |
startsWith| Name: | 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: | 9859-9863 |
| | 2 | 1 |
lastIndexOf| Name: | 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: | 9718-9739 |
| | 16 | 6 |
indexOf| Name: | 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: | 9630-9633 |
| | 1 | 1 |
endsWith| Name: | 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: | 9945-9949 |
| | 2 | 1 |
count| Name: | 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: | 9822-9825 |
| | 1 | 1 |