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

Function FilterByDiff

TestCoverageConsole/TestDiff.cpp:22–30  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

20{
21 //-----------------------------------------------------------------------------
22 void FilterByDiff()
23 {
24 int value1 = 0;
25 if (true) // In Diff
26 int value2 = 0; // In Diff
27 if (false) // In Diff
28 int value3 = 0; // In Diff
29 int value4 = 0;
30 }
31}

Callers 1

_tmainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected