Home | History | Annotate | Download | only in Scripts

Lines Matching refs:adjustedCount

1293     my $adjustedCount = $count;
1294 $adjustedCount -= $excluded if $excluded;
1296 if (!$adjustedCount) {
1306 print " + $adjustedCount leaks ($bytes bytes including $excluded excluded leaks) were found, details in $leaksFilePath\n";
1316 return $adjustedCount;