| Functionâ–´ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
callInternal| Name: | QObjectMethod::callInternal | | Prototype: | ReturnedValue QObjectMethod::callInternal(const Value *thisObject, const Value *argv, int argc) const | | Coverage: | 77.143% (27/35) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4qobjectwrapper.cpp | | Lines: | 1942-2006 |
| | 42 | 12 |
create| Name: | QObjectMethod::create | | Prototype: | ReturnedValue QObjectMethod::create(ExecutionContext *scope, QObject *object, int index) | | Coverage: | 75.000% (3/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4qobjectwrapper.cpp | | Lines: | 1860-1871 |
| | 7 | 2 |
create| Name: | QObjectMethod::create | | Prototype: | ReturnedValue QObjectMethod::create(ExecutionContext *scope, const QQmlValueTypeWrapper *valueType, int index) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4qobjectwrapper.cpp | | Lines: | 1873-1881 |
| | 6 | 1 |
extractQtMethod| Name: | QObjectMethod::extractQtMethod | | Prototype: | QPair<QObject *, int> QObjectMethod::extractQtMethod(const QV4::FunctionObject *function) | | Coverage: | 85.714% (6/7) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4qobjectwrapper.cpp | | Lines: | 96-107 |
| | 7 | 3 |
method_destroy| Name: | QObjectMethod::method_destroy | | Prototype: | QV4::ReturnedValue QObjectMethod::method_destroy(QV4::ExecutionEngine *engine, const Value *args, int argc) const | | Coverage: | 86.667% (13/15) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4qobjectwrapper.cpp | | Lines: | 1917-1934 |
| | 11 | 5 |
method_toString| Name: | QObjectMethod::method_toString | | Prototype: | QV4::ReturnedValue QObjectMethod::method_toString(QV4::ExecutionEngine *engine) const | | Coverage: | 72.727% (8/11) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4qobjectwrapper.cpp | | Lines: | 1895-1915 |
| | 11 | 4 |
virtualCall| Name: | QObjectMethod::virtualCall | | Prototype: | ReturnedValue QObjectMethod::virtualCall(const FunctionObject *m, const Value *thisObject, const Value *argv, int argc) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4qobjectwrapper.cpp | | Lines: | 1936-1940 |
| | 2 | 1 |