| Function | Condition %▴ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
operator<| Name: | WTF::PageAllocation::operator< | | Prototype: | bool operator<(const PageAllocation &b) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/PageAllocation.h | | Lines: | 89-89 |
| | 1 | 1 |
PageAllocation| Name: | WTF::PageAllocation::PageAllocation | | Prototype: | PageAllocation(void* base, size_t size, bool includesGuardPages = false) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/PageAllocation.h | | Lines: | 116-119 |
| | 2 | 1 |
allocate| Name: | WTF::PageAllocation::allocate | | Prototype: | static PageAllocation allocate(size_t size, OSAllocator::Usage usage = OSAllocator::UnknownUsage, bool writable = true, bool executable = false, bool includesGuardPages = false) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/PageAllocation.h | | Lines: | 91-100 |
| | 4 | 1 |
deallocate| Name: | WTF::PageAllocation::deallocate | | Prototype: | void deallocate() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/PageAllocation.h | | Lines: | 102-113 |
| | 5 | 1 |