Branch Coverage

blib/lib/File/Find/Closures.pm
Criterion Covered Total %
branch 43 66 65.1


line true false branch
131 156 2 unless exists $contains{$_}
138 2 2 wantarray ? :
151 0 0 if -x $_
152 0 0 wantarray ? :
173 47 96 if /\.(?:$pattern)\z/
175 5 5 wantarray ? :
187 0 0 unless defined $id
189 0 0 unless ($id =~ /\d+/)
207 62 30 if -s $_ <= $min
208 1 1 wantarray ? :
222 32 64 if -s $_ >= $min
223 1 1 wantarray ? :
267 2 198 if exists $hash{$_}
268 2 2 wantarray ? :
280 0 0 unless defined $id
282 0 0 unless ($id =~ /\d+/)
305 1 1 unless (UNIVERSAL::isa($regex, ref qr//))
311 2 106 if /$regex/
313 1 1 wantarray ? :
325 17 4 if -f $_
326 2 2 wantarray ? :
341 0 0 if ((stat $_)[2] & $mask) == 0
343 0 0 wantarray ? :
357 32 84 if -s $_ == 0
358 1 1 wantarray ? :
371 0 0 if -w $_
373 0 0 wantarray ? :
381 2 110 if (stat $_)[$stat_part] == $value
383 0 2 wantarray ? :
391 13 323 if (stat $_)[$stat_part] < $value
393 0 6 wantarray ? :
401 10 326 if (stat $_)[$stat_part] > $value
403 0 6 wantarray ? :