Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenCppCoverage/OpenCppCoverage
/ CoverageType
Enum
CoverageType
ExporterTest/HtmlFileCoverageExporterTest.cpp:30–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
namespace
29
{
30
enum class CoverageType
31
{
32
Cover,
33
UnCover,
34
NotExecutable
35
};
36
37
using SourceLines = std::vector<std::pair<std::wstring, CoverageType>>;
38
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected