Condition Coverage

blib/lib/Test/Dirs.pm
Criterion Covered Total %
condition 11 17 64.7


and 3 conditions

line !l l&&!r l&&r condition
84 1 1 0 -f $a and -d $b
1 0 1 -d $a and -f $b

or 2 conditions

line l !l condition
48 5 6 shift() || []

or 3 conditions

line l !l&&r !l&&!r condition
29 1 2 0 shift() || 'copy of ' . $src_dir
47 8 3 0 shift() || 'cmp ' . $dir1 . ' with ' . $dir2
118 2 0 0 $message ||= 'cleaning up ' . $filename . ' folder and all empty folders up'