Function | Condition % | eLOC - Effective Lines of Codeā“ | McCabe - Cyclomatic Complexity |
sourceLocationName: | Function::sourceLocation | Prototype: | QQmlSourceLocation Function::sourceLocation() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4function.cpp | Lines: | 148-151 |
| | 1 | 1 |
~FunctionName: | Function::~Function | Prototype: | Function::~Function() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4function.cpp | Lines: | 99-102 |
| | 1 | 1 |
FunctionName: | Function::Function | Prototype: | Function::Function(ExecutionEngine *engine, CompiledData::CompilationUnit *unit, const CompiledData::Function *function) | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4function.cpp | Lines: | 75-97 |
| | 10 | 3 |
callName: | Function::call | Prototype: | ReturnedValue Function::call(const Value *thisObject, const Value *argv, int argc, const ExecutionContext *context) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4function.cpp | Lines: | 57-73 |
| | 11 | 1 |
updateInternalClassName: | Function::updateInternalClass | Prototype: | void Function::updateInternalClass(ExecutionEngine *engine, const QList<QByteArray> ¶meters) | Coverage: | 64.706% (11/17) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4function.cpp | Lines: | 104-146 |
| | 25 | 7 |