| Function | Condition % | eLOC - Effective Lines of Codeā“ | McCabe - Cyclomatic Complexity |
BlockAllocator| Name: | QV4::BlockAllocator::BlockAllocator | | Prototype: | BlockAllocator(ChunkAllocator *chunkAllocator, ExecutionEngine *engine) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/memory/qv4mm_p.h | | Lines: | 75-79 |
| | 1 | 1 |
allocatedMem| Name: | QV4::BlockAllocator::allocatedMem | | Prototype: | size_t allocatedMem() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/memory/qv4mm_p.h | | Lines: | 93-95 |
| | 1 | 1 |
binForSlots| Name: | QV4::BlockAllocator::binForSlots | | Prototype: | static inline size_t binForSlots(size_t nSlots) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/memory/qv4mm_p.h | | Lines: | 83-85 |
| | 1 | 1 |
totalSlots| Name: | QV4::BlockAllocator::totalSlots | | Prototype: | size_t totalSlots() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/memory/qv4mm_p.h | | Lines: | 89-91 |
| | 1 | 1 |
collectGrayItems| Name: | QV4::BlockAllocator::collectGrayItems | | Prototype: | void BlockAllocator::collectGrayItems(MarkStack *markStack) | | Coverage: | 0.000% (0/2) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/memory/qv4mm.cpp | | Lines: | 653-658 |
| | 2 | 2 |
resetBlackBits| Name: | QV4::BlockAllocator::resetBlackBits | | Prototype: | void BlockAllocator::resetBlackBits() | | Coverage: | 100.000% (2/2) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/memory/qv4mm.cpp | | Lines: | 647-651 |
| | 2 | 2 |
usedMem| Name: | QV4::BlockAllocator::usedMem | | Prototype: | size_t usedMem() const | | Coverage: | 100.000% (2/2) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/memory/qv4mm_p.h | | Lines: | 96-101 |
| | 4 | 2 |
freeAll| Name: | QV4::BlockAllocator::freeAll | | Prototype: | void BlockAllocator::freeAll() | | Coverage: | 100.000% (3/3) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/memory/qv4mm.cpp | | Lines: | 637-645 |
| | 5 | 3 |
sweep| Name: | QV4::BlockAllocator::sweep | | Coverage: | 100.000% (5/5) |
| | 7 | 2 |
sweep| Name: | QV4::BlockAllocator::sweep | | Prototype: | void BlockAllocator::sweep() | | Coverage: | 100.000% (6/6) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/memory/qv4mm.cpp | | Lines: | 611-635 |
| | 13 | 3 |
allocate| Name: | QV4::BlockAllocator::allocate | | Prototype: | HeapItem *BlockAllocator::allocate(size_t size, bool forceAllocation) | | Coverage: | 97.778% (44/45) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/memory/qv4mm.cpp | | Lines: | 509-609 |
| | 65 | 16 |