| Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/particles/qquickcumulativedirection.cpp |
| Switch to Source code | Preprocessed file |
| Line | Source | Count | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 | - | |||||||||||||||||||
| 2 | QQuickCumulativeDirection::QQuickCumulativeDirection(QObject *parent):QQuickDirection(parent) | - | ||||||||||||||||||
| 3 | { | - | ||||||||||||||||||
| 4 | } executed 10 times by 2 tests: end of blockExecuted by:
| 10 | ||||||||||||||||||
| 5 | - | |||||||||||||||||||
| 6 | QQmlListProperty<QQuickDirection> QQuickCumulativeDirection::directions() | - | ||||||||||||||||||
| 7 | { | - | ||||||||||||||||||
| 8 | return executed 10 times by 2 tests: QQmlListProperty<QQuickDirection>(this, m_directions);return QQmlListProperty<QQuickDirection>(this, m_directions);Executed by:
executed 10 times by 2 tests: return QQmlListProperty<QQuickDirection>(this, m_directions);Executed by:
| 10 | ||||||||||||||||||
| 9 | } | - | ||||||||||||||||||
| 10 | - | |||||||||||||||||||
| 11 | QPointF QQuickCumulativeDirection::sample(const QPointF &from) | - | ||||||||||||||||||
| 12 | { | - | ||||||||||||||||||
| 13 | QPointF ret; | - | ||||||||||||||||||
| 14 | for (auto _container_ = QtPrivate::qMakeForeachContainer(m_directions); _container_.control
| 0-7296 | ||||||||||||||||||
| 15 | ret += dir->sample(from); executed 4864 times by 1 test: ret += dir->sample(from);Executed by:
| 4864 | ||||||||||||||||||
| 16 | return executed 2432 times by 1 test: ret;return ret;Executed by:
executed 2432 times by 1 test: return ret;Executed by:
| 2432 | ||||||||||||||||||
| 17 | } | - | ||||||||||||||||||
| 18 | - | |||||||||||||||||||
| 19 | - | |||||||||||||||||||
| 20 | - | |||||||||||||||||||
| Switch to Source code | Preprocessed file |