Function | Condition %▴ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
collectGrayItemsName: | 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 |
allocateName: | 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 |
BlockAllocatorName: | 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 |
allocatedMemName: | 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 |
binForSlotsName: | 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 |
freeAllName: | 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 |
resetBlackBitsName: | 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 |
sweepName: | QV4::BlockAllocator::sweep | Coverage: | 100.000% (5/5) |
| | 7 | 2 |
sweepName: | 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 |
totalSlotsName: | 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 |
usedMemName: | 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 |