Home | History | Annotate | Download | only in Scripts

Lines Matching refs:excluded

1291     my ($excluded) = $leaksOutput =~ /(\d+) leaks? excluded/;
1294 $adjustedCount -= $excluded if $excluded;
1305 if ($excluded) {
1306 print " + $adjustedCount leaks ($bytes bytes including $excluded excluded leaks) were found, details in $leaksFilePath\n";