blib/lib/App/mvr.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 8 | 12 | 66.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
33 | 0 | 9 | 8 | $dest->exists && $dest->is_dir |
35 | 15 | 1 | 1 | @{$args{'source'};} > 1 and not $dest_is_dir |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
29 | 17 | 0 | 0 | $args{'dest'} //= delete $args{'destination'} |
71 | 2 | 7 | 0 | $prefix // $to->basename |