| Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
thresholdChanged| Name: | QQuickFrictionAffector::thresholdChanged | | Prototype: | void QQuickFrictionAffector::thresholdChanged(qreal _t1) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/particles/.moc/moc_qquickfriction_p.cpp | | Lines: | 205-209 |
| | 2 | 1 |
factorChanged| Name: | QQuickFrictionAffector::factorChanged | | Prototype: | void QQuickFrictionAffector::factorChanged(qreal _t1) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/particles/.moc/moc_qquickfriction_p.cpp | | Lines: | 198-202 |
| | 2 | 1 |
QQuickFrictionAffector| Name: | QQuickFrictionAffector::QQuickFrictionAffector | | Prototype: | QQuickFrictionAffector::QQuickFrictionAffector(QQuickItem *parent) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/particles/qquickfriction.cpp | | Lines: | 74-77 |
| | 2 | 1 |
setThreshold| Name: | QQuickFrictionAffector::setThreshold | | Prototype: | void setThreshold(qreal arg) | | Coverage: | 75.000% (3/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/particles/qquickfriction_p.h | | Lines: | 93-99 |
| | 3 | 2 |
setFactor| Name: | QQuickFrictionAffector::setFactor | | Prototype: | void setFactor(qreal arg) | | Coverage: | 75.000% (3/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/particles/qquickfriction_p.h | | Lines: | 85-91 |
| | 3 | 2 |
affectParticle| Name: | QQuickFrictionAffector::affectParticle | | Prototype: | bool QQuickFrictionAffector::affectParticle(QQuickParticleData *d, qreal dt) | | Coverage: | 68.966% (20/29) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/particles/qquickfriction.cpp | | Lines: | 79-112 |
| | 26 | 8 |
threshold| Name: | QQuickFrictionAffector::threshold | | Prototype: | qreal threshold() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/particles/qquickfriction_p.h | | Lines: | 70-73 |
| | 1 | 1 |
factor| Name: | QQuickFrictionAffector::factor | | Prototype: | qreal factor() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/particles/qquickfriction_p.h | | Lines: | 65-68 |
| | 1 | 1 |