Condition Coverage

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


and 3 conditions

line !l l&&!r l&&r condition
208 1 0 1 @src > 1 and not -d $dst
238 2 0 1 @src > 1 and not -d $dst
268 7 0 0 $Is_VMS_mode and $Is_VMS_noefs

or 3 conditions

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