Condition Coverage

blib/lib/Locale/Maketext/Extract/Plugin/TT2.pm
Criterion Covered Total %
condition 31 36 86.1


and 3 conditions

line !l l&&!r l&&r condition
76 0 2 1 strip_quotes($first) and strip_quotes($second)
141 5 21 18 scalar @$ident <= 2 and not $$ident[1]
153 5 1 1 not strip_quotes($name) and $name =~ /\D/
155 4 0 22 $args && @$args
169 8 18 0 $first_literal and $$ident[0] eq q['l'] || $$ident[0] eq q['loc']
6 3 0 $$ident[0] eq q['c'] and $$ident[2] eq q['l'] || $$ident[2] eq q['loc']
270 8 11 62 $args and @$args

or 3 conditions

line l !l&&r !l&&!r condition
169 16 1 1 $$ident[0] eq q['l'] || $$ident[0] eq q['loc']
1 1 1 $$ident[2] eq q['l'] || $$ident[2] eq q['loc']
235 27 2 2 $name eq q['l'] or $name eq q['loc']
29 1 1 $name eq q['l'] or $name eq q['loc'] or $name eq q['c.l']
3 1 0 $name eq q['l'] or $name eq q['loc'] or $name eq q['c.l'] or $name eq q['c.loc']