Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–´ |
initName: | SymbolPrototype::init | Prototype: | void SymbolPrototype::init(ExecutionEngine *engine, Object *ctor) | Coverage: | 100.000% (18/18) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4symbol.cpp | Lines: | 107-136 |
| | 23 | 1 |
method_symbolToPrimitiveName: | SymbolPrototype::method_symbolToPrimitive | Prototype: | ReturnedValue SymbolPrototype::method_symbolToPrimitive(const FunctionObject *f, const Value *thisObject, const Value *, int) | Coverage: | 71.429% (5/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4symbol.cpp | Lines: | 164-171 |
| | 5 | 3 |
method_toStringName: | SymbolPrototype::method_toString | Prototype: | ReturnedValue SymbolPrototype::method_toString(const FunctionObject *f, const Value *thisObject, const Value *, int) | Coverage: | 71.429% (5/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4symbol.cpp | Lines: | 138-149 |
| | 7 | 3 |
method_valueOfName: | SymbolPrototype::method_valueOf | Prototype: | ReturnedValue SymbolPrototype::method_valueOf(const FunctionObject *f, const Value *thisObject, const Value *, int) | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4symbol.cpp | Lines: | 151-162 |
| | 7 | 3 |