Function | Condition % | eLOC - Effective Lines of Codeā¾ | McCabe - Cyclomatic Complexity |
operator=Name: | QHashedStringRef::operator= | Prototype: | QHashedStringRef &QHashedStringRef::operator=(const QHashedStringRef &o) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h | Lines: | 1120-1126 |
| | 4 | 1 |
toStringName: | QHashedStringRef::toString | Prototype: | QString QHashedStringRef::toString() const | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring.cpp | Lines: | 213-218 |
| | 3 | 2 |
operator==Name: | QHashedStringRef::operator== | Prototype: | bool QHashedStringRef::operator==(const QHashedStringRef &string) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h | Lines: | 1141-1146 |
| | 3 | 1 |
operator==Name: | QHashedStringRef::operator== | Prototype: | bool QHashedStringRef::operator==(const QHashedCStringRef &string) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h | Lines: | 1148-1153 |
| | 3 | 1 |
operator==Name: | QHashedStringRef::operator== | Prototype: | bool QHashedStringRef::operator==(const QHashedString &string) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h | Lines: | 1134-1139 |
| | 3 | 1 |
operator!=Name: | QHashedStringRef::operator!= | Prototype: | bool QHashedStringRef::operator!=(const QHashedString &string) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h | Lines: | 1161-1166 |
| | 3 | 1 |
operator!=Name: | QHashedStringRef::operator!= | Prototype: | bool QHashedStringRef::operator!=(const QHashedStringRef &string) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h | Lines: | 1168-1173 |
| | 3 | 1 |
operator!=Name: | QHashedStringRef::operator!= | Prototype: | bool QHashedStringRef::operator!=(const QHashedCStringRef &string) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h | Lines: | 1175-1180 |
| | 3 | 1 |
midName: | QHashedStringRef::mid | Prototype: | QHashedStringRef QHashedStringRef::mid(int offset, int length) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring.cpp | Lines: | 173-178 |
| | 3 | 1 |
isLatin1Name: | QHashedStringRef::isLatin1 | Prototype: | bool QHashedStringRef::isLatin1() const | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h | Lines: | 1208-1213 |
| | 3 | 3 |
startsWithUpperName: | QHashedStringRef::startsWithUpper | Prototype: | bool QHashedStringRef::startsWithUpper() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h | Lines: | 1220-1224 |
| | 2 | 2 |
startsWithName: | QHashedStringRef::startsWith | Prototype: | bool QHashedStringRef::startsWith(const QString &s) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring.cpp | Lines: | 186-190 |
| | 2 | 1 |
operator==Name: | QHashedStringRef::operator== | Prototype: | bool QHashedStringRef::operator==(const QString &string) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h | Lines: | 1128-1132 |
| | 2 | 1 |
operator!=Name: | QHashedStringRef::operator!= | Prototype: | bool QHashedStringRef::operator!=(const QString &string) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h | Lines: | 1155-1159 |
| | 2 | 1 |
hashName: | QHashedStringRef::hash | Prototype: | quint32 QHashedStringRef::hash() const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h | Lines: | 1226-1230 |
| | 2 | 2 |
endsWithName: | QHashedStringRef::endsWith | Prototype: | bool QHashedStringRef::endsWith(const QString &s) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring.cpp | Lines: | 180-184 |
| | 2 | 1 |
atName: | QHashedStringRef::at | Prototype: | const QChar &QHashedStringRef::at(int index) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h | Lines: | 1187-1191 |
| | 2 | 1 |
QHashedStringRefName: | QHashedStringRef::QHashedStringRef | Prototype: | QHashedStringRef::QHashedStringRef(const QChar *data, int length, quint32 hash) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h | Lines: | 1105-1108 |
| | 2 | 1 |
QHashedStringRefName: | QHashedStringRef::QHashedStringRef | Prototype: | QHashedStringRef::QHashedStringRef(const QString &str) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h | Lines: | 1090-1093 |
| | 2 | 1 |
QHashedStringRefName: | QHashedStringRef::QHashedStringRef | Prototype: | QHashedStringRef::QHashedStringRef(const QStringRef &str) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h | Lines: | 1095-1098 |
| | 2 | 1 |
QHashedStringRefName: | QHashedStringRef::QHashedStringRef | Prototype: | QHashedStringRef::QHashedStringRef(const QChar *data, int length) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h | Lines: | 1100-1103 |
| | 2 | 1 |
QHashedStringRefName: | QHashedStringRef::QHashedStringRef | Prototype: | QHashedStringRef::QHashedStringRef(const QHashedString &string) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h | Lines: | 1110-1113 |
| | 2 | 1 |
QHashedStringRefName: | QHashedStringRef::QHashedStringRef | Prototype: | QHashedStringRef::QHashedStringRef(const QHashedStringRef &string) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h | Lines: | 1115-1118 |
| | 2 | 1 |
lengthName: | QHashedStringRef::length | Prototype: | int QHashedStringRef::length() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h | Lines: | 1203-1206 |
| | 1 | 1 |
isEmptyName: | QHashedStringRef::isEmpty | Prototype: | bool QHashedStringRef::isEmpty() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h | Lines: | 1198-1201 |
| | 1 | 1 |
indexOfName: | QHashedStringRef::indexOf | Prototype: | int QHashedStringRef::indexOf(const QChar &c, int from) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring.cpp | Lines: | 208-211 |
| | 1 | 1 |
dataName: | QHashedStringRef::data | Prototype: | QChar *QHashedStringRef::data() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h | Lines: | 1182-1185 |
| | 1 | 1 |
constDataName: | QHashedStringRef::constData | Prototype: | const QChar *QHashedStringRef::constData() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h | Lines: | 1193-1196 |
| | 1 | 1 |
computeHashName: | QHashedStringRef::computeHash | Prototype: | void QHashedStringRef::computeHash() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h | Lines: | 1215-1218 |
| | 1 | 1 |