| Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–¾ |
resize| Name: | QQuickParticleGroupData::FreeList::resize | | Prototype: | void resize(int newSize) | | Coverage: | 60.000% (6/10) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/particles/qquickparticlesystem_p.h | | Lines: | 142-156 |
| | 15 | 4 |
alloc| Name: | QQuickParticleGroupData::FreeList::alloc | | Prototype: | int alloc() | | Coverage: | 71.429% (5/7) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/particles/qquickparticlesystem_p.h | | Lines: | 171-185 |
| | 13 | 3 |
hasUnusedEntries| Name: | QQuickParticleGroupData::FreeList::hasUnusedEntries | | Prototype: | bool hasUnusedEntries() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/particles/qquickparticlesystem_p.h | | Lines: | 168-169 |
| | 5 | 1 |
free| Name: | QQuickParticleGroupData::FreeList::free | | Prototype: | void free(int index) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/particles/qquickparticlesystem_p.h | | Lines: | 158-163 |
| | 3 | 1 |
count| Name: | QQuickParticleGroupData::FreeList::count | | Prototype: | int count() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/particles/qquickparticlesystem_p.h | | Lines: | 165-166 |
| | 1 | 1 |