| Function | Condition %▴ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
makeExecutable| Name: | 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 |
makeWritable| Name: | 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 |
ExecutableAllocator| Name: | 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 |
allocate| Name: | 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 |