Condition Coverage

blib/lib/ExtUtils/Constant.pm
Criterion Covered Total %
condition 7 23 30.4


or 2 conditions

line l !l condition
197 6 0 $XS_subname ||= 'constant'
414 0 0 $args{'INDENT'} || 2

or 3 conditions

line l !l&&r !l&&!r condition
198 6 0 0 $C_subname ||= $XS_subname
341 11 0 0 $compat_version ||= $]
526 0 13 0 $ARGS{'C_SUBNAME'} ||= $ARGS{'XS_SUBNAME'}
588 0 0 0 close $c_fh or warn "Error closing $ARGS{'C_FILE'}: $!"
589 0 0 0 close $xs_fh or warn "Error closing $ARGS{'XS_FILE'}: $!"

xor 4 conditions

line l&&r l&&!r !l&&r !l&&!r condition
252 1 4 0 1 $params->{'IV'} xor $params->{'NV'}