MCPcopy Create free account
hub / github.com/OpenCppCoverage/OpenCppCoverage / TEST

Function TEST

PluginTest/Exporter/CoverageDataTest.cpp:67–73  ·  view source on GitHub ↗

---------------------------------------------------------------------

Source from the content-addressed store, hash-verified

65
66 //---------------------------------------------------------------------
67 TEST(CoverageDataTest, CoverageData)
68 {
69 Plugin::CoverageData data{L"", 0};
70
71 FillCoverageData(data);
72 CheckCoverageData(data);
73 }
74
75 //---------------------------------------------------------------------
76 TEST(CoverageDataTest, MoveConstructor)

Callers

nothing calls this directly

Calls 2

FillCoverageDataFunction · 0.85
CheckCoverageDataFunction · 0.85

Tested by

no test coverage detected