blib/lib/Test/Dirs.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 12 | 20 | 60.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
65 | 0 | 0 | 11 | -d $dir1 && -d $dir2 |
94 | 1 | 1 | 0 | -f $a and -d $b |
1 | 0 | 1 | -d $a and -f $b |
line | l | !l | condition |
---|---|---|---|
48 | 5 | 6 | shift() || [] |
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 |
128 | 2 | 0 | 0 | $message ||= 'cleaning up ' . $filename . ' folder and all empty folders up' |