Condition Coverage

blib/lib/Devel/SimpleTrace.pm
Criterion Covered Total %
condition 14 17 82.3


and 2 conditions

line l !l condition
115 12 2 $context[1] =~ /(eval \d+)/ and $context[1] = '<eval>'
116 8 6 $context[3] eq '(eval)' and $context[3] = '<eval>'

and 3 conditions

line !l l&&!r l&&r condition
76 3 1 1 ref $_[0] and not $options{'showrefs'}

or 2 conditions

line l !l condition
107 2 1 $file ||= ''
2 1 $line ||= ''
114 14 0 $context[1] ||= ''
14 0 $context[2] ||= ''
120 3 0 (caller $level - 2)[0] . '::' || 'main::'