| Functionâ–´ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
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: | 9333-9340 |
| | 5 | 2 |
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: | 9881-9884 |
| | 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: | 9898-9901 |
| | 1 | 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: | 9915-9918 |
| | 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: | 9992-9996 |
| | 2 | 1 |
endsWith| Name: | 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 |
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: | 10028-10031 |
| | 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: | 10038-10042 |
| | 2 | 1 |
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: | 9688-9691 |
| | 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: | 9703-9706 |
| | 1 | 1 |
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: | 9723-9726 |
| | 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: | 9742-9745 |
| | 1 | 1 |
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: | 9761-9780 |
| | 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: | 9791-9794 |
| | 1 | 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: | 9811-9832 |
| | 16 | 6 |
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: | 9849-9869 |
| | 16 | 6 |
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: | 9522-9527 |
| | 3 | 2 |
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: | 9605-9620 |
| | 8 | 5 |
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: | 9561-9566 |
| | 3 | 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: | 6919-6922 |
| | 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: | 6928-6931 |
| | 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: | 9931-9935 |
| | 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: | 9942-9945 |
| | 1 | 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: | 9952-9956 |
| | 2 | 1 |
startsWith| Name: | 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 |
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: | 10625-10628 |
| | 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: | 10644-10647 |
| | 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: | 10524-10527 |
| | 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: | 10284-10287 |
| | 1 | 1 |
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: | 10321-10329 |
| | 4 | 2 |
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: | 10471-10474 |
| | 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: | 10419-10422 |
| | 1 | 1 |
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: | 10574-10577 |
| | 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: | 9063-9069 |
| | 5 | 3 |
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: | 10549-10552 |
| | 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: | 10498-10501 |
| | 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: | 10444-10447 |
| | 1 | 1 |
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: | 10599-10602 |
| | 1 | 1 |
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: | 10363-10370 |
| | 5 | 1 |
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: | 10341-10347 |
| | 3 | 2 |
trimmed| Name: | 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 |