Function | Condition % | eLOC - Effective Lines of Codeā¾ | McCabe - Cyclomatic Complexity |
operator==Name: | QQmlListProperty::operator== | Prototype: | bool operator==(const QQmlListProperty &o) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/qqmllist.h | Lines: | 91-98 |
| | 6 | 1 |
qlist_countName: | QQmlListProperty::qlist_count | Prototype: | static int qlist_count(QQmlListProperty *p) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/qqmllist.h | Lines: | 117-119 |
| | 1 | 1 |
qlist_clearName: | QQmlListProperty::qlist_clear | Prototype: | static void qlist_clear(QQmlListProperty *p) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/qqmllist.h | Lines: | 123-125 |
| | 1 | 1 |
qlist_atName: | QQmlListProperty::qlist_at | Prototype: | static T *qlist_at(QQmlListProperty *p, int idx) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/qqmllist.h | Lines: | 120-122 |
| | 1 | 1 |
qlist_appendName: | QQmlListProperty::qlist_append | Prototype: | static void qlist_append(QQmlListProperty *p, T *v) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/qqmllist.h | Lines: | 114-116 |
| | 1 | 1 |
QQmlListPropertyName: | QQmlListProperty::QQmlListProperty | Prototype: | QQmlListProperty() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/qqmllist.h | Lines: | 63-68 |
| | 1 | 1 |
QQmlListPropertyName: | QQmlListProperty::QQmlListProperty | Prototype: | QQmlListProperty(QObject *o, QList<T *> &list) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/qqmllist.h | Lines: | 69-73 |
| | 1 | 1 |
QQmlListPropertyName: | QQmlListProperty::QQmlListProperty | Prototype: | QQmlListProperty(QObject *o, void *d, AppendFunction a, CountFunction c, AtFunction t, ClearFunction r ) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/qqmllist.h | Lines: | 74-83 |
| | 1 | 1 |
QQmlListPropertyName: | QQmlListProperty::QQmlListProperty | Prototype: | QQmlListProperty(QObject *o, void *d, CountFunction c, AtFunction t) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/qqmllist.h | Lines: | 84-90 |
| | 1 | 1 |