Searched refs:Totals (Results 1 – 3 of 3) sorted by relevance
177 FunctionCoverageSummary Totals("TOTAL"); in renderFunctionReports() local180 ++Totals.ExecutionCount; in renderFunctionReports()181 Totals.RegionCoverage += Function.RegionCoverage; in renderFunctionReports()182 Totals.LineCoverage += Function.LineCoverage; in renderFunctionReports()185 if (Totals.ExecutionCount) { in renderFunctionReports()188 render(Totals, OS); in renderFunctionReports()203 FileCoverageSummary Totals("TOTAL"); in renderFileReports() local209 Totals.addFunction(Function); in renderFileReports()215 render(Totals, OS); in renderFileReports()
659 my %Totals;666 if (!defined $Totals{$key}) { $Totals{$key} = [1,$bug_category,$bug_type]; }667 else { $Totals{$key}->[0]++; }687 my $x = $Totals{$a};688 my $y = $Totals{$b};692 } keys %Totals )694 my $val = $Totals{$key};
87 table.Totals93 table.Totals td