Home
last modified time | relevance | path

Searched defs:FunctionCoverageInfo (Results 1 – 1 of 1) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/tools/llvm-cov/
H A DCoverageSummaryInfo.h71 struct FunctionCoverageInfo { struct
78 FunctionCoverageInfo(size_t Executed, size_t NumFunctions) in FunctionCoverageInfo() function
81 bool isFullyCovered() const { return Executed == NumFunctions; } in isFullyCovered()
83 double getPercentCovered() const { in getPercentCovered()