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
204 1 0 1 @src > 1 and not -d $dst
234 2 0 1 @src > 1 and not -d $dst
264 7 0 0 $Is_VMS_mode and $Is_VMS_noefs

or 3 conditions

line l !l&&r !l&&!r condition
212 0 0 1 $nok ||= !File::Copy::move($src, $dst)
242 0 0 2 $nok ||= !File::Copy::copy($src, $dst)