| blib/lib/File/PerlMove.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 9 | 17 | 52.9 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 28 | 0 | 0 | 10 | defined $transform and defined $filelist |
| 73 | 0 | 8 | 2 | not $options->{'overwrite'} and -e $new |
| line | l | !l | condition |
|---|---|---|---|
| 25 | 6 | 4 | shift() || {} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 33 | 0 | 0 | 10 | $options->{'showonly'} ||= delete $options->{'dry-run'} |
| 34 | 1 | 0 | 9 | $options->{'createdirs'} ||= delete $options->{'create-dirs'} |
| 67 | 0 | 0 | 10 | $options->{'verbose'} or $options->{'showonly'} |