Lines Matching refs:Totals
307 FunctionCoverageSummary Totals("TOTAL"); in renderFunctionReports() local
310 ++Totals.ExecutionCount; in renderFunctionReports()
311 Totals.RegionCoverage += Function.RegionCoverage; in renderFunctionReports()
312 Totals.LineCoverage += Function.LineCoverage; in renderFunctionReports()
315 if (Totals.ExecutionCount) { in renderFunctionReports()
318 render(Totals, DC, OS); in renderFunctionReports()
351 const coverage::CoverageMapping &Coverage, FileCoverageSummary &Totals, in prepareFileReports() argument
376 Totals += FileReport; in prepareFileReports()
400 FileCoverageSummary Totals("TOTAL"); in renderFileReports() local
402 prepareFileReports(Coverage, Totals, Files, Options, Filters); in renderFileReports()
446 render(Totals, OS); in renderFileReports()