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

Function GenerateValues

CppCoverageTest/BreakPointTest.cpp:41–49  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

39
40 //---------------------------------------------------------------------
41 std::vector<unsigned char> GenerateValues(int valueCount,
42 int moduloValue)
43 {
44 std::vector<unsigned char> values;
45
46 for (auto i = 0; i < valueCount; ++i)
47 values.push_back(i % moduloValue);
48 return values;
49 }
50
51 //---------------------------------------------------------------------
52 std::map<DWORD64, unsigned char> BuildOldInstructionsMap(

Callers 1

TESTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected