| Function | Condition %▴ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
endpoint| Name: | QQuickPath::endpoint | | Prototype: | void QQuickPath::endpoint(const QString &name) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpath.cpp | | Lines: | 357-372 |
| | 10 | 4 |
AttributePoint| Name: | QQuickPath::AttributePoint | | Coverage: | 50.000% (1/2) |
| | 2 | 2 |
createPath| Name: | QQuickPath::createPath | | Coverage: | 75.425% (399/529) |
| | 605 | 242 |
endpoint| Name: | QQuickPath::endpoint | | Prototype: | void QQuickPath::endpoint(QList<AttributePoint> &attributePoints, const QString &name) | | Coverage: | 80.000% (8/10) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpath.cpp | | Lines: | 374-388 |
| | 9 | 4 |
pathElements_append| Name: | QQuickPath::pathElements_append | | Prototype: | void QQuickPath::pathElements_append(QQmlListProperty<QQuickPathElement> *property, QQuickPathElement *pathElement) | | Coverage: | 92.308% (12/13) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpath.cpp | | Lines: | 280-301 |
| | 12 | 4 |
QQuickPath| Name: | QQuickPath::QQuickPath | | Prototype: | QQuickPath::QQuickPath(QObject *parent) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpath.cpp | | Lines: | 161-164 |
| | 2 | 1 |
QQuickPath| Name: | QQuickPath::QQuickPath | | Prototype: | QQuickPath::QQuickPath(QQuickPathPrivate &dd, QObject *parent) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpath.cpp | | Lines: | 166-169 |
| | 2 | 1 |
d_func| Name: | QQuickPath::d_func | | Prototype: | inline QQuickPathPrivate* d_func() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpath_p.h | | Lines: | 520-520 |
| | 1 | 1 |
d_func| Name: | QQuickPath::d_func | | Prototype: | inline const QQuickPathPrivate* d_func() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpath_p.h | | Lines: | 520-520 |
| | 1 | 1 |
hasStartX| Name: | QQuickPath::hasStartX | | Prototype: | bool QQuickPath::hasStartX() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpath.cpp | | Lines: | 196-200 |
| | 2 | 1 |
hasStartY| Name: | QQuickPath::hasStartY | | Prototype: | bool QQuickPath::hasStartY() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpath.cpp | | Lines: | 218-222 |
| | 2 | 1 |
interpolate| Name: | QQuickPath::interpolate | | Prototype: | void QQuickPath::interpolate(int idx, const QString &name, qreal value) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpath.cpp | | Lines: | 321-325 |
| | 2 | 1 |
interpolate| Name: | QQuickPath::interpolate | | Prototype: | void QQuickPath::interpolate(QList<AttributePoint> &attributePoints, int idx, const QString &name, qreal value) | | Coverage: | 100.000% (13/13) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpath.cpp | | Lines: | 327-355 |
| | 18 | 5 |
isClosed| Name: | QQuickPath::isClosed | | Prototype: | bool QQuickPath::isClosed() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpath.cpp | | Lines: | 228-232 |
| | 2 | 1 |
pathElements| Name: | QQuickPath::pathElements | | Prototype: | QQmlListProperty<QQuickPathElement> QQuickPath::pathElements() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpath.cpp | | Lines: | 256-264 |
| | 6 | 1 |
pathElements_at| Name: | QQuickPath::pathElements_at | | Prototype: | QQuickPathElement *QQuickPath::pathElements_at(QQmlListProperty<QQuickPathElement> *property, int index) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpath.cpp | | Lines: | 273-278 |
| | 2 | 1 |
pathElements_clear| Name: | QQuickPath::pathElements_clear | | Prototype: | void QQuickPath::pathElements_clear(QQmlListProperty<QQuickPathElement> *property) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpath.cpp | | Lines: | 310-319 |
| | 6 | 1 |
pathElements_count| Name: | QQuickPath::pathElements_count | | Prototype: | int QQuickPath::pathElements_count(QQmlListProperty<QQuickPathElement> *property) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpath.cpp | | Lines: | 303-308 |
| | 2 | 1 |
processPath| Name: | QQuickPath::processPath | | Prototype: | void QQuickPath::processPath() | | Coverage: | 100.000% (8/8) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpath.cpp | | Lines: | 390-408 |
| | 9 | 3 |
setStartX| Name: | QQuickPath::setStartX | | Prototype: | void QQuickPath::setStartX(qreal x) | | Coverage: | 100.000% (6/6) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpath.cpp | | Lines: | 186-194 |
| | 6 | 2 |
setStartY| Name: | QQuickPath::setStartY | | Prototype: | void QQuickPath::setStartY(qreal y) | | Coverage: | 100.000% (6/6) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpath.cpp | | Lines: | 208-216 |
| | 6 | 2 |
startX| Name: | QQuickPath::startX | | Prototype: | qreal QQuickPath::startX() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpath.cpp | | Lines: | 180-184 |
| | 2 | 1 |
startY| Name: | QQuickPath::startY | | Prototype: | qreal QQuickPath::startY() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpath.cpp | | Lines: | 202-206 |
| | 2 | 1 |