Condition Coverage

blib/lib/ExtUtils/Command.pm
Criterion Covered Total %
condition 7 15 46.6


and 3 conditions

line !l l&&!r l&&r condition
207 1 0 1 @src > 1 and not -d $dst
233 2 0 1 @src > 1 and not -d $dst
259 7 0 0 $Is_VMS_mode and $Is_VMS_noefs

or 3 conditions

line l !l&&r !l&&!r condition
211 0 0 1 $nok ||= !move($src, $dst)
237 0 0 2 $nok ||= !copy($src, $dst)