MCPcopy Create free account
hub / github.com/OpenMS/OpenMS / START_SECTION

Function START_SECTION

src/tests/class_tests/openms/source/PScore_test.cpp:30–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28PScore* ptr = nullptr;
29PScore* null_ptr = nullptr;
30START_SECTION(PScore())
31{
32 ptr = new PScore();
33 TEST_NOT_EQUAL(ptr, null_ptr)
34}
35END_SECTION
36
37START_SECTION(~PScore())

Callers

nothing calls this directly

Calls 12

TEST_EQUALFunction · 0.85
setParametersMethod · 0.80
loadMethod · 0.45
sizeMethod · 0.45
push_backMethod · 0.45
getMZMethod · 0.45
getIntensityMethod · 0.45
setMZMethod · 0.45
getParametersMethod · 0.45
setValueMethod · 0.45
clearMethod · 0.45
getSpectrumMethod · 0.45

Tested by

no test coverage detected