| Functionâ–´ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QPauseAnimationJob| Name: | QPauseAnimationJob::QPauseAnimationJob | | Prototype: | QPauseAnimationJob::QPauseAnimationJob(int duration) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/animations/qpauseanimationjob.cpp | | Lines: | 44-48 |
| | 1 | 1 |
debugAnimation| Name: | QPauseAnimationJob::debugAnimation | | Prototype: | void QPauseAnimationJob::debugAnimation(QDebug d) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/animations/qpauseanimationjob.cpp | | Lines: | 68-71 |
| | 1 | 1 |
duration| Name: | QPauseAnimationJob::duration | | Prototype: | int QPauseAnimationJob::duration() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/animations/qpauseanimationjob.cpp | | Lines: | 54-57 |
| | 1 | 1 |
setDuration| Name: | QPauseAnimationJob::setDuration | | Prototype: | void QPauseAnimationJob::setDuration(int msecs) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/animations/qpauseanimationjob.cpp | | Lines: | 59-62 |
| | 1 | 1 |