Condition Coverage

blib/lib/File/PerlMove.pm
Criterion Covered Total %
condition 9 19 47.3


and 3 conditions

line !l l&&!r l&&r condition
38 0 0 10 defined $transform and defined $filelist
90 0 8 2 not $options->{'overwrite'} and -e $new

or 2 conditions

line l !l condition
28 0 0 shift() || {}
35 6 4 shift() || {}

or 3 conditions

line l !l&&r !l&&!r condition
43 0 0 10 $options->{'showonly'} ||= delete $options->{'dry-run'}
44 1 0 9 $options->{'createdirs'} ||= delete $options->{'create-dirs'}
84 0 0 10 $options->{'verbose'} or $options->{'showonly'}