| 27 | CVMappings* ptr = nullptr; |
| 28 | CVMappings* nullPointer = nullptr; |
| 29 | START_SECTION(CVMappings()) |
| 30 | { |
| 31 | ptr = new CVMappings(); |
| 32 | TEST_NOT_EQUAL(ptr, nullPointer) |
| 33 | } |
| 34 | END_SECTION |
| 35 | |
| 36 | START_SECTION(virtual ~CVMappings()) |
nothing calls this directly
no test coverage detected