Condition Coverage

blib/lib/File/PerlMove.pm
Criterion Covered Total %
condition 9 17 52.9


and 3 conditions

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

or 2 conditions

line l !l condition
25 6 4 shift() || {}

or 3 conditions

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'}