| Function | Condition %▴ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity | 
|---|
|  method_isSealed | Name: | 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_getOwnPropertySymbols | Name: | 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_getOwnPropertyNames | Name: | 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_isExtensible | Name: | 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_preventExtensions | Name: | 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_toString | Name: | ObjectPrototype::method_toString |  | Coverage: | 77.368% (147/190) | 
 |  | 192 | 63 | 
|  method_isFrozen | Name: | 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_assign | Name: | 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_keys | Name: | 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_getOwnPropertyDescriptor | Name: | 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_create | Name: | 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_defineProperty | Name: | 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_seal | Name: | 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_setPrototypeOf | Name: | 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_freeze | Name: | 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_defineProperties | Name: | 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 | 
|  init | Name: | 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_getPrototypeOf | Name: | 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_is | Name: | 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 |