| Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–´ |
StringTableGenerator| Name: | QV4::Compiler::StringTableGenerator::StringTableGenerator | | Prototype: | QV4::Compiler::StringTableGenerator::StringTableGenerator() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/compiler/qv4compiler.cpp | | Lines: | 54-57 |
| | 1 | 1 |
clear| Name: | QV4::Compiler::StringTableGenerator::clear | | Prototype: | void QV4::Compiler::StringTableGenerator::clear() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/compiler/qv4compiler.cpp | | Lines: | 76-81 |
| | 3 | 1 |
getStringId| Name: | QV4::Compiler::StringTableGenerator::getStringId | | Prototype: | int QV4::Compiler::StringTableGenerator::getStringId(const QString &string) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/compiler/qv4compiler.cpp | | Lines: | 70-74 |
| | 2 | 1 |
sizeOfTableAndData| Name: | QV4::Compiler::StringTableGenerator::sizeOfTableAndData | | Prototype: | uint sizeOfTableAndData() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/compiler/qv4compiler_p.h | | Lines: | 85-85 |
| | 1 | 1 |
stringCount| Name: | QV4::Compiler::StringTableGenerator::stringCount | | Prototype: | uint stringCount() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/compiler/qv4compiler_p.h | | Lines: | 83-83 |
| | 1 | 1 |
stringForIndex| Name: | QV4::Compiler::StringTableGenerator::stringForIndex | | Prototype: | QString stringForIndex(int index) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/compiler/qv4compiler_p.h | | Lines: | 82-82 |
| | 1 | 1 |
registerString| Name: | QV4::Compiler::StringTableGenerator::registerString | | Prototype: | int QV4::Compiler::StringTableGenerator::registerString(const QString &str) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/compiler/qv4compiler.cpp | | Lines: | 59-68 |
| | 7 | 2 |
serialize| Name: | QV4::Compiler::StringTableGenerator::serialize | | Prototype: | void QV4::Compiler::StringTableGenerator::serialize(CompiledData::Unit *unit) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/compiler/qv4compiler.cpp | | Lines: | 83-109 |
| | 15 | 2 |