| Functionâ–´ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
method_apply| Name: | FunctionPrototype::method_toString::FunctionPrototype::method_apply | | Prototype: | ReturnedValue FunctionPrototype::method_apply(const QV4::FunctionObject *b, const Value *thisObject, const Value *argv, int argc) | | Coverage: | 72.727% (32/44) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4functionobject.cpp | | Lines: | 352-393 |
| | 32 | 12 |
method_bind| Name: | FunctionPrototype::method_toString::FunctionPrototype::method_bind | | Prototype: | ReturnedValue FunctionPrototype::method_bind(const FunctionObject *b, const Value *thisObject, const Value *argv, int argc) | | Coverage: | 96.429% (27/28) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4functionobject.cpp | | Lines: | 410-446 |
| | 29 | 8 |
method_call| Name: | FunctionPrototype::method_toString::FunctionPrototype::method_call | | Prototype: | ReturnedValue FunctionPrototype::method_call(const QV4::FunctionObject *b, const Value *thisObject, const Value *argv, int argc) | | Coverage: | 100.000% (9/9) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4functionobject.cpp | | Lines: | 395-408 |
| | 8 | 3 |
method_hasInstance| Name: | FunctionPrototype::method_toString::FunctionPrototype::method_hasInstance | | Prototype: | ReturnedValue FunctionPrototype::method_hasInstance(const FunctionObject *f, const Value *thisObject, const Value *argv, int argc) | | Coverage: | 71.429% (5/7) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4functionobject.cpp | | Lines: | 448-457 |
| | 6 | 3 |
method_toString| Name: | FunctionPrototype::method_toString::FunctionPrototype::method_toString | | Prototype: | ReturnedValue FunctionPrototype::method_toString(const FunctionObject *b, const Value *thisObject, const Value *, int) | | Coverage: | 100.000% (8/8) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4functionobject.cpp | | Lines: | 330-350 |
| | 8 | 3 |