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

Method IsLineSelected

FileFilter/LineFilter.cpp:40–45  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

38
39 //-------------------------------------------------------------------------
40 bool LineFilter::IsLineSelected(
41 const FileInfo& fileInfo,
42 const LineInfo& lineInfo)
43 {
44 return IsLineSelected(fileInfo.filePath_, lineInfo.lineNumber_);
45 }
46
47 //-------------------------------------------------------------------------
48 LineFilter::~LineFilter() = default;

Callers

nothing calls this directly

Calls 2

GetLinesFunction · 0.85
IsLineSelectedFunction · 0.70

Tested by

no test coverage detected