Function | Condition % | eLOC - Effective Lines of Codeā“ | McCabe - Cyclomatic Complexity |
ExecutableAllocatorName: | JSC::ExecutableAllocator::ExecutableAllocator | Prototype: | ExecutableAllocator(QV4::ExecutableAllocator *alloc) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/stubs/ExecutableAllocator.h | Lines: | 97-99 |
| | 1 | 1 |
allocateName: | JSC::ExecutableAllocator::allocate | Prototype: | PassRefPtr<ExecutableMemoryHandle> allocate(JSGlobalData&, size_t size, void*, int) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/stubs/ExecutableAllocator.h | Lines: | 101-104 |
| | 1 | 1 |
makeExecutableName: | JSC::ExecutableAllocator::makeExecutable | Prototype: | static void makeExecutable(void* addr, size_t size) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/stubs/ExecutableAllocator.h | Lines: | 141-177 |
| | 17 | 2 |
makeWritableName: | JSC::ExecutableAllocator::makeWritable | Prototype: | static void makeWritable(void* addr, size_t size) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/stubs/ExecutableAllocator.h | Lines: | 106-139 |
| | 17 | 2 |