| Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4string.cpp |
| Switch to Source code | Preprocessed file |
| Line | Source | Count |
|---|---|---|
| 1 | - | |
| 2 | - | |
| 3 | - | |
| 4 | - | |
| 5 | - | |
| 6 | - | |
| 7 | - | |
| 8 | - | |
| 9 | using namespace QV4; | - |
| 10 | uint String::toArrayIndex(const QString &str) | - |
| 11 | { | - |
| 12 | return executed 79529 times by 33 tests: QV4::String::toArrayIndex(str.constData(), str.constData() + str.length());return QV4::String::toArrayIndex(str.constData(), str.constData() + str.length());Executed by:
executed 79529 times by 33 tests: return QV4::String::toArrayIndex(str.constData(), str.constData() + str.length());Executed by:
| 79529 |
| 13 | } | - |
| Switch to Source code | Preprocessed file |