Condition Coverage

blib/lib/Assert/Refute.pm
Criterion Covered Total %
condition 13 22 59.0


and 3 conditions

line !l l&&!r l&&r condition
189 0 33 0 not ref $_ and $_ eq '{}'
342 1 1 1 $name and ref $block eq 'CODE'
663 12 0 1 $NDEBUG and not $conf->{'skip_all'}
722 0 0 15 ref $sub and UNIVERSAL::isa($sub, 'CODE')

or 2 conditions

line l !l condition
646 11 3 $caller ||= scalar caller
713 0 2 $caller ||= scalar caller

or 3 conditions

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