Condition Coverage

blib/lib/Assert/Refute.pm
Criterion Covered Total %
condition 7 19 36.8


and 3 conditions

line !l l&&!r l&&r condition
185 0 27 0 not ref $_ and $_ eq '{}'
622 8 0 1 $NDEBUG and not $conf->{'skip_all'}
656 0 0 8 ref $sub and UNIVERSAL::isa($sub, 'CODE')

or 2 conditions

line l !l condition
605 8 2 $caller ||= scalar caller
647 0 0 $caller ||= scalar caller

or 3 conditions

line l !l&&r !l&&!r condition
263 1 0 0 $@ || Carp::shortmess('Contract execution interrupted')
648 0 0 0 $CALLER_CONF{$caller} ||= $class->configure({}, $caller)