Condition Coverage

blib/lib/Carp/Datum.pm
Criterion Covered Total %
condition 12 30 40.0


and 3 conditions

line !l l&&!r l&&r condition
139 9 0 5 $Carp::Datum::DBG and $Carp::Datum::CFG->check_debug(1)
224 3 0 2 $Carp::Datum::DBG and $Carp::Datum::CFG->check_debug(2)
231 6 0 3 $Carp::Datum::DBG and $Carp::Datum::CFG->check_debug(2)
245 0 0 0 $Carp::Datum::DBG and $Carp::Datum::CFG->check_debug(2)
274 2 2 0 $Carp::Datum::DBG and not $Carp::Datum::CFG->check_debug(32)
536 4 0 0 $max_arg >= 0 and $#DB::args >= $max_arg

or 3 conditions

line l !l&&r !l&&!r condition
397 0 0 0 !$_[0] || $_[1]
508 0 5 0 ref $this || $this
588 0 6 0 ref $_[0] or $_[0] =~ /^-?[1-9]\d{0,8}$/
6 0 0 ref $_[0] or $_[0] =~ /^-?[1-9]\d{0,8}$/ or $_[0] + 0 eq $_[0]