Functionâ–ľ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
virtualDestroyName: | QV4::FunctionObject::virtualDestroy | Prototype: | static void virtualDestroy(QV4::Heap::Base *b) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4functionobject_p.h | Lines: | 158-158 |
| | 1 | 1 |
varCountName: | QV4::FunctionObject::varCount | Prototype: | unsigned int varCount() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4functionobject_p.h | Lines: | 166-166 |
| | 1 | 1 |
strictModeName: | QV4::FunctionObject::strictMode | Prototype: | bool strictMode() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4functionobject_p.h | Lines: | 189-189 |
| | 1 | 1 |
staticVTableName: | QV4::FunctionObject::staticVTable | Prototype: | static inline const QV4::VTable *staticVTable() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4functionobject_p.h | Lines: | 154-154 |
| | 1 | 1 |
setNameName: | QV4::FunctionObject::setName | Prototype: | void setName(String *name) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4functionobject_p.h | Lines: | 168-170 |
| | 1 | 1 |
scopeName: | QV4::FunctionObject::scope | Prototype: | Heap::ExecutionContext *scope() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4functionobject_p.h | Lines: | 161-161 |
| | 1 | 1 |
qt_check_for_QMANAGED_macroName: | QV4::FunctionObject::qt_check_for_QMANAGED_macro | Prototype: | template <typename Type> inline void qt_check_for_QMANAGED_macro(const Type *_q_argument) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4functionobject_p.h | Lines: | 154-154 |
| | 1 | 1 |
functionName: | QV4::FunctionObject::function | Prototype: | Function *function() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4functionobject_p.h | Lines: | 162-162 |
| | 1 | 1 |
formalParameterCountName: | QV4::FunctionObject::formalParameterCount | Prototype: | unsigned int formalParameterCount() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4functionobject_p.h | Lines: | 165-165 |
| | 1 | 1 |
defaultPrototypeName: | QV4::FunctionObject::defaultPrototype | Prototype: | static QV4::Object *defaultPrototype(QV4::ExecutionEngine *e) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4functionobject_p.h | Lines: | 157-157 |
| | 1 | 1 |
defaultInternalClassName: | QV4::FunctionObject::defaultInternalClass | Prototype: | static Heap::InternalClass *defaultInternalClass(QV4::EngineBase *e) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4functionobject_p.h | Lines: | 156-156 |
| | 1 | 1 |
d_uncheckedName: | QV4::FunctionObject::d_unchecked | Prototype: | QV4::Heap::FunctionObject *d_unchecked() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4functionobject_p.h | Lines: | 154-154 |
| | 1 | 1 |
dName: | QV4::FunctionObject::d | Prototype: | QV4::Heap::FunctionObject *d() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4functionobject_p.h | Lines: | 154-154 |
| | 1 | 1 |
callAsConstructorName: | QV4::FunctionObject::callAsConstructor | Prototype: | ReturnedValue callAsConstructor(const Value *argv, int argc, const Value *newTarget = nullptr) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4functionobject_p.h | Lines: | 174-176 |
| | 1 | 1 |
callAsConstructorName: | QV4::FunctionObject::callAsConstructor | Prototype: | inline ReturnedValue FunctionObject::callAsConstructor(const JSCallData &data) const | Coverage: | 40.000% (2/5) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4jscall_p.h | Lines: | 102-108 |
| | 3 | 2 |
callName: | QV4::FunctionObject::call | Prototype: | ReturnedValue call(const Value *thisObject, const Value *argv, int argc) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4functionobject_p.h | Lines: | 178-180 |
| | 1 | 1 |
callName: | QV4::FunctionObject::call | Prototype: | inline ReturnedValue FunctionObject::call(const JSCallData &data) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4jscall_p.h | Lines: | 110-114 |
| | 1 | 1 |
__dataTestName: | QV4::FunctionObject::__dataTest | Prototype: | void __dataTest() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4functionobject_p.h | Lines: | 154-154 |
| | 1 | 1 |