| Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/particles/qquickparticleextruder.cpp |
| Switch to Source code | Preprocessed file |
| Line | Source | Count |
|---|---|---|
| 1 | - | |
| 2 | - | |
| 3 | QQuickParticleExtruder::QQuickParticleExtruder(QObject *parent) : | - |
| 4 | QObject(parent) | - |
| 5 | { | - |
| 6 | } executed 218 times by 24 tests: end of blockExecuted by:
| 218 |
| 7 | - | |
| 8 | QPointF QQuickParticleExtruder::extrude(const QRectF &rect) | - |
| 9 | { | - |
| 10 | return executed 43150 times by 19 tests: QPointF(QRandomGenerator::global()->generateDouble() * rect.width() + rect.x(),return QPointF(QRandomGenerator::global()->generateDouble() * rect.width() + rect.x(), QRandomGenerator::global()->generateDouble() * rect.height() + rect.y());Executed by:
executed 43150 times by 19 tests: return QPointF(QRandomGenerator::global()->generateDouble() * rect.width() + rect.x(), QRandomGenerator::global()->generateDouble() * rect.height() + rect.y());Executed by:
| 43150 |
| 11 | QRandomGenerator::global()->generateDouble() * rect.height() + rect.y()); executed 43150 times by 19 tests: return QPointF(QRandomGenerator::global()->generateDouble() * rect.width() + rect.x(), QRandomGenerator::global()->generateDouble() * rect.height() + rect.y());Executed by:
| 43150 |
| 12 | } | - |
| 13 | - | |
| 14 | bool QQuickParticleExtruder::contains(const QRectF &bounds, const QPointF &point) | - |
| 15 | { | - |
| 16 | return executed 23844 times by 1 test: bounds.contains(point);return bounds.contains(point);Executed by:
executed 23844 times by 1 test: return bounds.contains(point);Executed by:
| 23844 |
| 17 | } | - |
| 18 | - | |
| 19 | - | |
| 20 | - | |
| Switch to Source code | Preprocessed file |