Lines Matching refs:TotalFunctions
466 my $TotalFunctions = scalar(@$Stats);
486 my $PercentAborted = sprintf("%.2f", $Aborted / $TotalFunctions * 100);
487 my $PercentBlockAborted = sprintf("%.2f", $BlockAborted / $TotalFunctions
490 $TotalFunctions * 100);
494 my $StatsString = "Analyzed $TotalBlocks blocks in $TotalFunctions functions"