Condition Coverage

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


and 3 conditions

line !l l&&!r l&&r condition
209 1 0 1 @src > 1 and not -d $dst
239 2 0 1 @src > 1 and not -d $dst
269 7 0 0 $Is_VMS_mode and $Is_VMS_noefs

or 3 conditions

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