Lines Matching refs:cat
1090 my $cat = $tdata->{'cat'};
1091 ++$numIndex->{$cat};
1106 $sum->{$cat} += log($ratio) if ($ratio > 0.000001);
1107 ++$indexed->{$cat};
1420 my $cat = $params->{'cat'};
1421 my $maxCopies = $testCats->{$cat}{'maxCopies'};
1505 my ( $results, $cat, $outFd ) = @_;
1507 my $total = $results->{'numIndex'}{$cat};
1508 my $indexed = $results->{'indexed'}{$cat};
1509 my $iscore = $results->{'index'}{$cat};
1515 $testCats->{$cat}{'name'};
1521 my $head = $testCats->{$cat}{'name'} .
1529 next if $bresult->{'cat'} ne $cat;
1543 my $title = $testCats->{$cat}{'name'} . " Index Score";
1559 foreach my $cat (keys(%$count)) {
1560 logIndexCat($results, $cat, $outFd);
1749 my ( $results, $cat, $fd ) = @_;
1751 my $numIndex = $results->{'numIndex'}{$cat};
1752 my $indexed = $results->{'indexed'}{$cat};
1753 my $iscore = $results->{'index'}{$cat};
1757 if (!defined($results->{'numCat'}{$cat}) ||
1758 $results->{'numCat'}{$cat} == 0) {
1770 printf $fd "<h4>%s%s</h4>\n", $testCats->{$cat}{'name'}, $warn;
1787 next if $bresult->{'cat'} ne $cat;
1811 my $title = $testCats->{$cat}{'name'} . " Index Score";
1829 foreach my $cat (keys(%$testCats)) {
1830 logCatResultsHtml($results, $cat, $fd);