Function | Condition % | eLOC - Effective Lines of Codeā“ | McCabe - Cyclomatic Complexity |
virtualCallName: | 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 |
createName: | 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 |
createName: | 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 |
extractQtMethodName: | 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_destroyName: | 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_toStringName: | 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 |
callInternalName: | 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 |