| 82 | delete ptr; |
| 83 | } |
| 84 | END_SECTION |
| 85 | |
| 86 | START_SECTION(const PeakFileOptions& getOptions() const) |
| 87 | { |
| 88 | MzXMLFile file; |
| 89 | TEST_EQUAL(file.getOptions().hasMSLevels(),false) |
| 90 | } |
| 91 | END_SECTION |
| 92 | |
| 93 | START_SECTION(PeakFileOptions& getOptions()) |
nothing calls this directly
no test coverage detected