Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–¾ |
createPathName: | QQuickPath::createPath::QQuickPath::createPath | Prototype: | QPainterPath QQuickPath::createPath(const QPointF &startPoint, const QPointF &endPoint, const QStringList &attributes, qreal &pathLength, QList<AttributePoint> &attributePoints, bool *closed) | Coverage: | 92.000% (46/50) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpath.cpp | Lines: | 410-499 |
| | 57 | 14 |
pointAtName: | QQuickPath::createPath::QQuickPath::pointAt | Prototype: | QPointF QQuickPath::pointAt(qreal p) const | Coverage: | 63.636% (14/22) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpath.cpp | Lines: | 855-888 |
| | 24 | 8 |
createPointCacheName: | QQuickPath::createPath::QQuickPath::createPointCache | Prototype: | void QQuickPath::createPointCache() const | Coverage: | 76.923% (20/26) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpath.cpp | Lines: | 669-718 |
| | 36 | 8 |
forwardsPointAtName: | QQuickPath::createPath::QQuickPath::forwardsPointAt | Prototype: | QPointF QQuickPath::forwardsPointAt(const QPainterPath &path, const qreal &pathLength, const QList<AttributePoint> &attributePoints, QQuickCachedBezier &prevBez, qreal p, qreal *angle) | Coverage: | 89.286% (25/28) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpath.cpp | Lines: | 744-797 |
| | 38 | 6 |
backwardsPointAtName: | QQuickPath::createPath::QQuickPath::backwardsPointAt | Prototype: | QPointF QQuickPath::backwardsPointAt(const QPainterPath &path, const qreal &pathLength, const QList<AttributePoint> &attributePoints, QQuickCachedBezier &prevBez, qreal p, qreal *angle) | Coverage: | 83.333% (25/30) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpath.cpp | Lines: | 800-853 |
| | 37 | 6 |
attributeAtName: | QQuickPath::createPath::QQuickPath::attributeAt | Prototype: | qreal QQuickPath::attributeAt(const QString &name, qreal percent) const | Coverage: | 84.211% (16/19) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpath.cpp | Lines: | 890-914 |
| | 16 | 5 |
gatherAttributesName: | QQuickPath::createPath::QQuickPath::gatherAttributes | Prototype: | void QQuickPath::gatherAttributes() | Coverage: | 100.000% (8/8) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpath.cpp | Lines: | 559-574 |
| | 8 | 4 |
createShapePathName: | QQuickPath::createPath::QQuickPath::createShapePath | Prototype: | QPainterPath QQuickPath::createShapePath(const QPointF &startPoint, const QPointF &endPoint, qreal &pathLength, bool *closed) | Coverage: | 81.250% (13/16) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpath.cpp | Lines: | 501-535 |
| | 20 | 4 |
attributesName: | QQuickPath::createPath::QQuickPath::attributes | Prototype: | QStringList QQuickPath::attributes() const | Coverage: | 25.000% (2/8) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpath.cpp | Lines: | 594-609 |
| | 9 | 4 |
sequentialPointAtName: | QQuickPath::createPath::QQuickPath::sequentialPointAt | Prototype: | QPointF QQuickPath::sequentialPointAt(const QPainterPath &path, const qreal &pathLength, const QList<AttributePoint> &attributePoints, QQuickCachedBezier &prevBez, qreal p, qreal *angle) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpath.cpp | Lines: | 732-742 |
| | 6 | 2 |
disconnectPathElementsName: | QQuickPath::createPath::QQuickPath::disconnectPathElements | Prototype: | void QQuickPath::disconnectPathElements() | Coverage: | 100.000% (2/2) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpath.cpp | Lines: | 543-549 |
| | 3 | 2 |
connectPathElementsName: | QQuickPath::createPath::QQuickPath::connectPathElements | Prototype: | void QQuickPath::connectPathElements() | Coverage: | 100.000% (2/2) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpath.cpp | Lines: | 551-557 |
| | 3 | 2 |
startYChangedName: | QQuickPath::createPath::QQuickPath::startYChanged | Prototype: | void QQuickPath::startYChanged() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/.moc/moc_qquickpath_p.cpp | Lines: | 2314-2317 |
| | 1 | 1 |
startXChangedName: | QQuickPath::createPath::QQuickPath::startXChanged | Prototype: | void QQuickPath::startXChanged() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/.moc/moc_qquickpath_p.cpp | Lines: | 2308-2311 |
| | 1 | 1 |
sequentialPointAtName: | QQuickPath::createPath::QQuickPath::sequentialPointAt | Prototype: | QPointF QQuickPath::sequentialPointAt(qreal p, qreal *angle) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpath.cpp | Lines: | 726-730 |
| | 2 | 1 |
pathName: | QQuickPath::createPath::QQuickPath::path | Prototype: | QPainterPath QQuickPath::path() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpath.cpp | Lines: | 588-592 |
| | 2 | 1 |
invalidateSequentialHistoryName: | QQuickPath::createPath::QQuickPath::invalidateSequentialHistory | Prototype: | void QQuickPath::invalidateSequentialHistory() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpath.cpp | Lines: | 720-724 |
| | 2 | 1 |
componentCompleteName: | QQuickPath::createPath::QQuickPath::componentComplete | Prototype: | void QQuickPath::componentComplete() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpath.cpp | Lines: | 576-586 |
| | 5 | 1 |
classBeginName: | QQuickPath::createPath::QQuickPath::classBegin | Prototype: | void QQuickPath::classBegin() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpath.cpp | Lines: | 537-541 |
| | 2 | 1 |
changedName: | QQuickPath::createPath::QQuickPath::changed | Prototype: | void QQuickPath::changed() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/.moc/moc_qquickpath_p.cpp | Lines: | 2302-2305 |
| | 1 | 1 |