Lines Matching refs:excluded
1132 my ($excluded) = $leaksOutput =~ /(\d+) leaks? excluded/;1135 $adjustedCount -= $excluded if $excluded;1146 if ($excluded) {1147 print " + $adjustedCount leaks ($bytes bytes including $excluded excluded leaks) were found, details in $leaksFilePath\n";