| Functionâ–ľ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
setFunction| Name: | Heap::FunctionObject::setFunction | | Prototype: | void Heap::FunctionObject::setFunction(Function *f) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4functionobject.cpp | | Lines: | 141-147 |
| | 3 | 2 |
init| Name: | Heap::FunctionObject::init | | Prototype: | void Heap::FunctionObject::init(QV4::ExecutionContext *scope, QV4::String *name, ReturnedValue (*code)(const QV4::FunctionObject *, const Value *thisObject, const Value *argv, int argc)) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4functionobject.cpp | | Lines: | 73-85 |
| | 8 | 2 |
init| Name: | Heap::FunctionObject::init | | Prototype: | void Heap::FunctionObject::init(QV4::ExecutionContext *scope, QV4::String *name, bool createProto) | | Coverage: | 71.429% (5/7) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4functionobject.cpp | | Lines: | 87-101 |
| | 10 | 3 |
init| Name: | Heap::FunctionObject::init | | Prototype: | void Heap::FunctionObject::init(QV4::ExecutionContext *scope, Function *function, bool createProto) | | Coverage: | 57.143% (4/7) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4functionobject.cpp | | Lines: | 105-121 |
| | 12 | 3 |
init| Name: | Heap::FunctionObject::init | | Prototype: | void Heap::FunctionObject::init(QV4::ExecutionContext *scope, const QString &name, bool createProto) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4functionobject.cpp | | Lines: | 123-128 |
| | 3 | 1 |
init| Name: | Heap::FunctionObject::init | | Prototype: | void Heap::FunctionObject::init() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4functionobject.cpp | | Lines: | 130-139 |
| | 6 | 1 |
destroy| Name: | Heap::FunctionObject::destroy | | Prototype: | void Heap::FunctionObject::destroy() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4functionobject.cpp | | Lines: | 148-153 |
| | 3 | 2 |