Condition Coverage

blib/lib/File/Next.pm
Criterion Covered Total %
condition 22 39 56.4


and 3 conditions

line !l l&&!r l&&r condition
261 0 0 19 @_ and defined $_[0]
0 17 2 @_ and defined $_[0] and $_[0] eq 'File::Next'
289 0 0 5 @_ and defined $_[0]
0 3 2 @_ and defined $_[0] and $_[0] eq 'File::Next'
308 0 0 5 @_ and defined $_[0]
0 3 2 @_ and defined $_[0] and $_[0] eq 'File::Next'
333 1 0 7 @_ and defined $_[0]
1 7 0 @_ and defined $_[0] and $_[0] eq 'File::Next'
442 26 3 1 $parms->{'sort_files'} and ref $parms->{'sort_files'} ne 'CODE'

or 3 conditions

line l !l&&r !l&&!r condition
269 205 0 44 $is_file or $is_fifo
363 80 0 3 -f $fullpath or -p _
451 0 0 31 -p _ || $start =~ m[^/dev/fd]
494 0 0 377 -p _ || $fullpath =~ m[^/dev/fd]