Condition Coverage

lib/LEOCHARRE/DEBUG.pm
Criterion Covered Total %
condition 9 22 40.9


and 3 conditions

line !l l&&!r l&&r condition
191 43 2 0 ref $msg and ref $msg eq 'ARRAY' || ref $msg eq 'HASH'

or 2 conditions

line l !l condition
45 0 0 $debug_label ||= 1
63 0 0 $sub ||= 'main'

or 3 conditions

line l !l&&r !l&&!r condition
81 0 0 0 ${"${pkg}::_DEBUG_SHOW_NAMESPACE";} or $caller_changed
132 0 9 0 $sub ||= $pkg
145 4 0 30 $LEOCHARRE::DEBUG::USE_COLOR or $debug_level > 2
178 0 9 25 $LEOCHARRE::DEBUG::DEBUG_SHOW_WHOLE_NAMESPACE or ${"${pkg}::DEBUG";} > 1
191 0 1 1 ref $msg eq 'ARRAY' || ref $msg eq 'HASH'