Lines Matching refs:report
88 sub report() {
113 my $report = sprintf "%s%s%s", &ButtonName($button),
116 printf "OOPS %s ->%s versus %s\n", $code, $report,
120 printf "OOPS %s ->%s\n", $code, $report;
122 $encoded{$code} = $report;
123 $reports{$report} = $result;
128 foreach my $report ( sort keys %reports ) {
129 printf "%s = %s\n", $report, $reports{$report};
145 -i invert the report to show code for each combination
157 &report;