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

Method GetLines

Plugin/Exporter/FileCoverage.cpp:72–80  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

70
71 //-------------------------------------------------------------------------
72 std::vector<LineCoverage> FileCoverage::GetLines() const
73 {
74 std::vector<LineCoverage> lines;
75
76 for (const auto& pair : lines_)
77 lines.push_back(pair.second);
78
79 return lines;
80 }
81}

Callers 1

TESTFunction · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36