| Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
stringForIndex| Name: | QV4::Compiler::JSUnitGenerator::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: | 107-107 |
| | 1 | 1 |
registerString| Name: | QV4::Compiler::JSUnitGenerator::registerString | | Prototype: | int registerString(const QString &str) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/compiler/qv4compiler_p.h | | Lines: | 105-105 |
| | 1 | 1 |
registerSetterLookup| Name: | QV4::Compiler::JSUnitGenerator::registerSetterLookup | | Prototype: | int QV4::Compiler::JSUnitGenerator::registerSetterLookup(int nameIndex) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/compiler/qv4compiler.cpp | | Lines: | 137-144 |
| | 5 | 1 |
registerRegExp| Name: | QV4::Compiler::JSUnitGenerator::registerRegExp | | Prototype: | int QV4::Compiler::JSUnitGenerator::registerRegExp(QQmlJS::AST::RegExpLiteral *regexp) | | Coverage: | 100.000% (10/10) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/compiler/qv4compiler.cpp | | Lines: | 160-175 |
| | 11 | 4 |
registerJSClass| Name: | QV4::Compiler::JSUnitGenerator::registerJSClass | | Prototype: | int QV4::Compiler::JSUnitGenerator::registerJSClass(const QStringList &members) | | Coverage: | 100.000% (2/2) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/compiler/qv4compiler.cpp | | Lines: | 191-212 |
| | 13 | 2 |
registerGlobalGetterLookup| Name: | QV4::Compiler::JSUnitGenerator::registerGlobalGetterLookup | | Prototype: | int QV4::Compiler::JSUnitGenerator::registerGlobalGetterLookup(int nameIndex) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/compiler/qv4compiler.cpp | | Lines: | 151-158 |
| | 5 | 1 |
registerGetterLookup| Name: | QV4::Compiler::JSUnitGenerator::registerGetterLookup | | Prototype: | int QV4::Compiler::JSUnitGenerator::registerGetterLookup(int nameIndex) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/compiler/qv4compiler.cpp | | Lines: | 123-130 |
| | 5 | 1 |
registerConstant| Name: | QV4::Compiler::JSUnitGenerator::registerConstant | | Prototype: | int QV4::Compiler::JSUnitGenerator::registerConstant(QV4::ReturnedValue v) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/compiler/qv4compiler.cpp | | Lines: | 177-184 |
| | 5 | 2 |
getStringId| Name: | QV4::Compiler::JSUnitGenerator::getStringId | | Prototype: | int 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_p.h | | Lines: | 106-106 |
| | 1 | 1 |
generateUnit| Name: | QV4::Compiler::JSUnitGenerator::generateUnit | | Prototype: | QV4::CompiledData::Unit *QV4::Compiler::JSUnitGenerator::generateUnit(GeneratorOption option) | | Coverage: | 100.000% (31/31) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/compiler/qv4compiler.cpp | | Lines: | 214-299 |
| | 57 | 13 |
generateHeader| Name: | QV4::Compiler::JSUnitGenerator::generateHeader | | Prototype: | QV4::CompiledData::Unit QV4::Compiler::JSUnitGenerator::generateHeader(QV4::Compiler::JSUnitGenerator::GeneratorOption option, quint32_le *blockAndFunctionOffsets, uint *jsClassDataOffset) | | Coverage: | 100.000% (16/16) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/compiler/qv4compiler.cpp | | Lines: | 476-573 |
| | 69 | 5 |
JSUnitGenerator| Name: | QV4::Compiler::JSUnitGenerator::JSUnitGenerator | | Prototype: | QV4::Compiler::JSUnitGenerator::JSUnitGenerator(QV4::Compiler::Module *module) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/compiler/qv4compiler.cpp | | Lines: | 111-116 |
| | 1 | 1 |
writeFunction| Name: | QV4::Compiler::JSUnitGenerator::writeFunction | | Prototype: | void QV4::Compiler::JSUnitGenerator::writeFunction(char *f, QV4::Compiler::Context *irFunction) const | | Coverage: | 81.250% (26/32) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/compiler/qv4compiler.cpp | | Lines: | 301-397 |
| | 64 | 12 |
writeBlock| Name: | QV4::Compiler::JSUnitGenerator::writeBlock | | Prototype: | void QV4::Compiler::JSUnitGenerator::writeBlock(char *b, QV4::Compiler::Context *irBlock) const | | Coverage: | 50.000% (5/10) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/compiler/qv4compiler.cpp | | Lines: | 451-474 |
| | 14 | 4 |
writeClass| Name: | QV4::Compiler::JSUnitGenerator::writeClass | | Prototype: | void QV4::Compiler::JSUnitGenerator::writeClass(char *b, const QV4::Compiler::Class &c) | | Coverage: | 26.316% (5/19) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/compiler/qv4compiler.cpp | | Lines: | 403-449 |
| | 29 | 8 |
registerSetterLookup| Name: | QV4::Compiler::JSUnitGenerator::registerSetterLookup | | Prototype: | int QV4::Compiler::JSUnitGenerator::registerSetterLookup(const QString &name) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/compiler/qv4compiler.cpp | | Lines: | 132-135 |
| | 1 | 1 |
registerGlobalGetterLookup| Name: | QV4::Compiler::JSUnitGenerator::registerGlobalGetterLookup | | Prototype: | int QV4::Compiler::JSUnitGenerator::registerGlobalGetterLookup(const QString &name) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/compiler/qv4compiler.cpp | | Lines: | 146-149 |
| | 1 | 1 |
registerGetterLookup| Name: | QV4::Compiler::JSUnitGenerator::registerGetterLookup | | Prototype: | int QV4::Compiler::JSUnitGenerator::registerGetterLookup(const QString &name) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/compiler/qv4compiler.cpp | | Lines: | 118-121 |
| | 1 | 1 |
constant| Name: | QV4::Compiler::JSUnitGenerator::constant | | Prototype: | QV4::ReturnedValue QV4::Compiler::JSUnitGenerator::constant(int idx) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/compiler/qv4compiler.cpp | | Lines: | 186-189 |
| | 1 | 1 |