Condition Coverage

blib/lib/File/chmod/Recursive.pm
Criterion Covered Total %
condition 0 27 0.0


and 3 conditions

line !l l&&!r l&&r condition
165 0 0 0 not $file_isa_match and $$mode{'files'}
0 0 0 not $file_isa_match and $$mode{'files'} and chmod $$mode{'files'}, $path
231 0 0 0 not $dir_isa_match and $$mode{'dirs'}
0 0 0 not $dir_isa_match and $$mode{'dirs'} and chmod $$mode{'dirs'}, $path

or 2 conditions

line l !l condition
61 0 0 $in[0]{'files'} || ''
62 0 0 $in[0]{'dirs'} || ''
63 0 0 $in[0]{'match_files'} || {}
64 0 0 $in[0]{'match_dirs'} || {}
65 0 0 $in[0]{'match'} || {}
77 0 0 $in[0]{'verbose'} || 0

or 3 conditions

line l !l&&r !l&&!r condition
91 0 0 0 $in[1] || croak('Directory not provided')