Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–´ |
initName: | BooleanPrototype::init | Prototype: | void BooleanPrototype::init(ExecutionEngine *engine, Object *ctor) | Coverage: | 100.000% (2/2) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4booleanobject.cpp | Lines: | 65-74 |
| | 7 | 1 |
method_toStringName: | BooleanPrototype::method_toString | Prototype: | ReturnedValue BooleanPrototype::method_toString(const FunctionObject *b, const Value *thisObject, const Value *, int) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4booleanobject.cpp | Lines: | 90-99 |
| | 6 | 2 |
method_valueOfName: | BooleanPrototype::method_valueOf | Prototype: | ReturnedValue BooleanPrototype::method_valueOf(const FunctionObject *b, const Value *thisObject, const Value *, int) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4booleanobject.cpp | Lines: | 101-111 |
| | 6 | 2 |