| Functionâ–ľ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
virtualPut| Name: | throwLowercaseEnumError::QQmlTypeWrapper::virtualPut | | Prototype: | bool QQmlTypeWrapper::virtualPut(Managed *m, PropertyKey id, const Value &value, Value *receiver) | | Coverage: | 51.852% (14/27) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/qqmltypewrapper.cpp | | Lines: | 307-351 |
| | 32 | 9 |
virtualIsEqualTo| Name: | throwLowercaseEnumError::QQmlTypeWrapper::virtualIsEqualTo | | Prototype: | bool QQmlTypeWrapper::virtualIsEqualTo(Managed *a, Managed *b) | | Coverage: | 71.429% (5/7) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/qqmltypewrapper.cpp | | Lines: | 367-377 |
| | 7 | 3 |
virtualInstanceOf| Name: | throwLowercaseEnumError::QQmlTypeWrapper::virtualInstanceOf | | Prototype: | ReturnedValue QQmlTypeWrapper::virtualInstanceOf(const Object *typeObject, const Value &var) | | Coverage: | 35.714% (5/14) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/qqmltypewrapper.cpp | | Lines: | 379-417 |
| | 23 | 5 |
virtualGetOwnProperty| Name: | throwLowercaseEnumError::QQmlTypeWrapper::virtualGetOwnProperty | | Prototype: | PropertyAttributes QQmlTypeWrapper::virtualGetOwnProperty(Managed *m, PropertyKey id, Property *p) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/qqmltypewrapper.cpp | | Lines: | 353-365 |
| | 7 | 2 |
virtualGet| Name: | throwLowercaseEnumError::QQmlTypeWrapper::virtualGet | | Prototype: | ReturnedValue QQmlTypeWrapper::virtualGet(const Managed *m, PropertyKey id, const Value *receiver, bool *hasProperty) | | Coverage: | 74.157% (66/89) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/qqmltypewrapper.cpp | | Lines: | 170-304 |
| | 77 | 26 |