Searched refs:Totals (Results 1 – 3 of 3) sorted by relevance
194 FunctionCoverageSummary Totals("TOTAL"); in renderFunctionReports() local197 ++Totals.ExecutionCount; in renderFunctionReports()198 Totals.RegionCoverage += Function.RegionCoverage; in renderFunctionReports()199 Totals.LineCoverage += Function.LineCoverage; in renderFunctionReports()202 if (Totals.ExecutionCount) { in renderFunctionReports()205 render(Totals, OS); in renderFunctionReports()222 FileCoverageSummary Totals("TOTAL"); in renderFileReports() local228 Totals.addFunction(Function); in renderFileReports()234 render(Totals, OS); in renderFileReports()
684 my %Totals;691 if (!defined $Totals{$key}) { $Totals{$key} = [1,$bug_category,$bug_type]; }692 else { $Totals{$key}->[0]++; }712 my $x = $Totals{$a};713 my $y = $Totals{$b};717 } keys %Totals )719 my $val = $Totals{$key};
87 table.Totals93 table.Totals td