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

Function TEST

CppCoverageTest/OptionsParserPatternTest.cpp:59–64  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

57
58 //-------------------------------------------------------------------------
59 TEST(OptionsParserPatternTest, SelectedModulePatterns)
60 {
61 CheckPatternOption(cov::ProgramOptions::SelectedModulesOption, L"module",
62 [](const cov::Options& options) { return options.GetModulePatterns().GetSelectedPatterns().front(); }
63 );
64 }
65
66 //-------------------------------------------------------------------------
67 TEST(OptionsParserPatternTest, ExcludedModulePatterns)

Callers

nothing calls this directly

Calls 2

CheckPatternOptionFunction · 0.85
ParseFunction · 0.70

Tested by

no test coverage detected