Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
28
PScore* ptr = nullptr;
29
PScore* null_ptr = nullptr;
30
START_SECTION(PScore())
31
{
32
ptr = new PScore();
33
TEST_NOT_EQUAL(ptr, null_ptr)
34
}
35
END_SECTION
36
37
START_SECTION(~PScore())
Callers
nothing calls this directly
Calls
12
TEST_EQUAL
Function · 0.85
setParameters
Method · 0.80
load
Method · 0.45
size
Method · 0.45
push_back
Method · 0.45
getMZ
Method · 0.45
getIntensity
Method · 0.45
setMZ
Method · 0.45
getParameters
Method · 0.45
setValue
Method · 0.45
clear
Method · 0.45
getSpectrum
Method · 0.45
Tested by
no test coverage detected