Lines Matching full:coverage
1 //===- CoverageSummaryInfo.h - Coverage summary for function/file ---------===//
9 // These structures are used to represent code coverage metrics
17 #include "llvm/ProfileData/Coverage/CoverageMapping.h"
22 /// Provides information about region coverage for a function/file.
63 /// Provides information about line coverage for a function/file.
104 /// Provides information about branches coverage for a function/file.
145 /// Provides information about MC/DC coverage for a function/file.
186 /// Provides information about function coverage for a file.
226 /// A summary of function's code coverage.
247 /// Compute the code coverage summary for the given function coverage
249 static FunctionCoverageSummary get(const coverage::CoverageMapping &CM,
250 const coverage::FunctionRecord &Function);
252 /// Compute the code coverage summary for an instantiation group \p Group,
255 get(const coverage::InstantiationGroup &Group,
259 /// A summary of file's code coverage.