Condition Coverage

blib/lib/Devel/Trace/More.pm
Criterion Covered Total %
condition 4 11 36.3


and 3 conditions

line !l l&&!r l&&r condition
76 0 0 0 $OUT and &$IS_INTERESTING($p, $f, $l, $code_line)

or 2 conditions

line l !l condition
148 0 0 shift() || '>'

or 3 conditions

line l !l&&r !l&&!r condition
108 1 0 1 $file =~ /$filter/ || $code_line =~ /$filter/
114 1 0 1 index($file, $filter) > -1 || index($code_line, $filter) > -1