Condition Coverage

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


or 2 conditions

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

or 3 conditions

line l !l&&r !l&&!r condition
178 6 0 0 $C_subname ||= $XS_subname
316 7 0 0 $compat_version ||= $]
493 0 7 0 $ARGS{'C_SUBNAME'} ||= $ARGS{'XS_SUBNAME'}
553 0 0 0 close $c_fh or warn "Error closing $ARGS{'C_FILE'}: $!"
554 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
232 1 4 0 1 $params->{'IV'} xor $params->{'NV'}