Functionâ–ľ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
throwSyntaxErrorName: | RuntimeCodegen::throwSyntaxError | Prototype: | void RuntimeCodegen::throwSyntaxError(const AST::SourceLocation &loc, const QString &detail) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4runtimecodegen.cpp | Lines: | 68-74 |
| | 4 | 2 |
throwReferenceErrorName: | RuntimeCodegen::throwReferenceError | Prototype: | void RuntimeCodegen::throwReferenceError(const AST::SourceLocation &loc, const QString &detail) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4runtimecodegen.cpp | Lines: | 76-82 |
| | 4 | 2 |
generateFromFunctionExpressionName: | RuntimeCodegen::generateFromFunctionExpression | Prototype: | void RuntimeCodegen::generateFromFunctionExpression(const QString &fileName, const QString &sourceCode, AST::FunctionExpression *ast, Compiler::Module *module) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4runtimecodegen.cpp | Lines: | 45-66 |
| | 12 | 2 |