Condition Coverage

blib/lib/Localizer/Style/Maketext.pm
Criterion Covered Total %
condition 11 21 52.3


and 3 conditions

line !l l&&!r l&&r condition
242 0 9 0 @c and length $c[-1]
277 0 1 0 $pos > 2 and -1 == $first_tab || $first_tab > pos $_[0]

or 3 conditions

line l !l&&r !l&&!r condition
32 10 0 0 ref $_[0] || $_[0]
59 13 9 38 $1 eq '[' or $1 eq ''
106 0 0 13 not length $c[-1] or $c[-1] =~ /^\s+$/s
121 2 7 4 $m eq '_*' or $m =~ /^_(-?\d+)$/s
277 1 0 0 -1 == $first_tab || $first_tab > pos $_[0]