Function | Condition % | eLOC - Effective Lines of Codeā“ | McCabe - Cyclomatic Complexity |
method_isName: | ObjectPrototype::method_is | Prototype: | ReturnedValue ObjectPrototype::method_is(const FunctionObject *, const Value *, const Value *argv, int argc) | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4objectproto.cpp | Lines: | 144-151 |
| | 5 | 3 |
method_getOwnPropertyNamesName: | ObjectPrototype::method_getOwnPropertyNames | Prototype: | ReturnedValue ObjectPrototype::method_getOwnPropertyNames(const FunctionObject *b, const Value *, const Value *argv, int argc) | Coverage: | 71.429% (5/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4objectproto.cpp | Lines: | 176-187 |
| | 7 | 3 |
method_isExtensibleName: | ObjectPrototype::method_isExtensible | Prototype: | ReturnedValue ObjectPrototype::method_isExtensible(const FunctionObject *b, const Value *, const Value *argv, int argc) | Coverage: | 71.429% (5/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4objectproto.cpp | Lines: | 473-484 |
| | 7 | 3 |
method_getPrototypeOfName: | ObjectPrototype::method_getPrototypeOf | Prototype: | ReturnedValue ObjectPrototype::method_getPrototypeOf(const FunctionObject *b, const Value *, const Value *argv, int argc) | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4objectproto.cpp | Lines: | 130-142 |
| | 8 | 3 |
method_preventExtensionsName: | ObjectPrototype::method_preventExtensions | Prototype: | ReturnedValue ObjectPrototype::method_preventExtensions(const FunctionObject *b, const Value *, const Value *argv, int argc) | Coverage: | 71.429% (5/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4objectproto.cpp | Lines: | 395-407 |
| | 8 | 3 |
method_setPrototypeOfName: | ObjectPrototype::method_setPrototypeOf | Prototype: | ReturnedValue ObjectPrototype::method_setPrototypeOf(const FunctionObject *f, const Value *, const Value *argv, int argc) | Coverage: | 94.737% (18/19) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4objectproto.cpp | Lines: | 510-525 |
| | 11 | 4 |
method_createName: | ObjectPrototype::method_create | Prototype: | ReturnedValue ObjectPrototype::method_create(const FunctionObject *builtin, const Value *thisObject, const Value *argv, int argc) | Coverage: | 92.308% (12/13) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4objectproto.cpp | Lines: | 259-279 |
| | 12 | 3 |
method_sealName: | ObjectPrototype::method_seal | Prototype: | ReturnedValue ObjectPrototype::method_seal(const FunctionObject *b, const Value *, const Value *argv, int argc) | Coverage: | 93.333% (14/15) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4objectproto.cpp | Lines: | 346-366 |
| | 12 | 5 |
method_keysName: | ObjectPrototype::method_keys | Prototype: | ReturnedValue ObjectPrototype::method_keys(const FunctionObject *b, const Value *, const Value *argv, int argc) | Coverage: | 81.818% (9/11) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4objectproto.cpp | Lines: | 486-508 |
| | 14 | 5 |
method_getOwnPropertyDescriptorName: | ObjectPrototype::method_getOwnPropertyDescriptor | Prototype: | ReturnedValue ObjectPrototype::method_getOwnPropertyDescriptor(const FunctionObject *b, const Value *, const Value *argv, int argc) | Coverage: | 84.615% (11/13) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4objectproto.cpp | Lines: | 153-174 |
| | 15 | 5 |
method_definePropertyName: | ObjectPrototype::method_defineProperty | Prototype: | ReturnedValue ObjectPrototype::method_defineProperty(const FunctionObject *b, const Value *, const Value *argv, int argc) | Coverage: | 93.333% (14/15) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4objectproto.cpp | Lines: | 281-303 |
| | 16 | 5 |
method_freezeName: | ObjectPrototype::method_freeze | Prototype: | ReturnedValue ObjectPrototype::method_freeze(const FunctionObject *b, const Value *, const Value *argv, int argc) | Coverage: | 95.238% (20/21) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4objectproto.cpp | Lines: | 368-393 |
| | 16 | 7 |
method_getOwnPropertySymbolsName: | ObjectPrototype::method_getOwnPropertySymbols | Prototype: | ReturnedValue ObjectPrototype::method_getOwnPropertySymbols(const FunctionObject *f, const Value *, const Value *argv, int argc) | Coverage: | 66.667% (10/15) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4objectproto.cpp | Lines: | 189-209 |
| | 16 | 5 |
method_isFrozenName: | ObjectPrototype::method_isFrozen | Prototype: | ReturnedValue ObjectPrototype::method_isFrozen(const FunctionObject *b, const Value *, const Value *argv, int argc) | Coverage: | 77.419% (24/31) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4objectproto.cpp | Lines: | 441-471 |
| | 20 | 10 |
method_isSealedName: | ObjectPrototype::method_isSealed | Prototype: | ReturnedValue ObjectPrototype::method_isSealed(const FunctionObject *b, const Value *, const Value *argv, int argc) | Coverage: | 65.517% (19/29) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4objectproto.cpp | Lines: | 409-439 |
| | 20 | 10 |
method_definePropertiesName: | ObjectPrototype::method_defineProperties | Prototype: | ReturnedValue ObjectPrototype::method_defineProperties(const FunctionObject *b, const Value *, const Value *argv, int argc) | Coverage: | 95.652% (22/23) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4objectproto.cpp | Lines: | 305-344 |
| | 29 | 8 |
initName: | ObjectPrototype::init | Prototype: | void ObjectPrototype::init(ExecutionEngine *v4, Object *ctor) | Coverage: | 100.000% (25/25) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4objectproto.cpp | Lines: | 92-128 |
| | 31 | 1 |
method_assignName: | ObjectPrototype::method_assign | Prototype: | ReturnedValue ObjectPrototype::method_assign(const FunctionObject *b, const Value *, const Value *argv, int argc) | Coverage: | 81.818% (27/33) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4objectproto.cpp | Lines: | 212-257 |
| | 31 | 11 |
method_toStringName: | ObjectPrototype::method_toString | Coverage: | 77.368% (147/190) |
| | 192 | 63 |