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/MRMFeature_test.cpp:28–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
MRMFeature* nullPointer = nullptr;
27
28
START_SECTION(MRMFeature())
29
{
30
ptr = new MRMFeature();
31
TEST_NOT_EQUAL(ptr, nullPointer)
32
}
33
END_SECTION
34
35
START_SECTION(~MRMFeature())
Callers
nothing calls this directly
Calls
14
TEST_EQUAL
Function · 0.85
getMetaValue
Method · 0.80
setScores
Method · 0.80
getFeatures
Method · 0.80
getFeatureIDs
Method · 0.80
getPrecursorFeatureIDs
Method · 0.80
addPrecursorFeature
Method · 0.80
addScore
Method · 0.45
getIntensity
Method · 0.45
setMetaValue
Method · 0.45
addFeature
Method · 0.45
getFeature
Method · 0.45
Tested by
no test coverage detected