Condition Coverage

blib/lib/Text/Template/Simple/Base/Parser.pm
Criterion Covered Total %
condition 26 34 76.4


or 2 conditions

line l !l condition
57 318 184 $$self[25] ||= '<ANON>'
169 54 354 $next ||= 0
170 42 366 $prev ||= 0
282 0 8 shift() || '<ANON TEMPLATE>'
283 8 0 $$self[27] || ''

or 3 conditions

line l !l&&r !l&&!r condition
22 280 0 0 shift() || fatal('tts.base.parser._internal.id')
23 280 0 0 $INTERNAL{$id} || fatal('tts.base.parser._internal.id')
90 22 4 2164 3 == $id or 4 == $id
172 6 4 398 $next & 64 || $next & 32
173 8 28 372 $next & 2 || $next & 8
175 6 6 396 $prev & 64 || $prev & 16
176 8 6 394 $prev & 2 || $prev & 4
287 0 0 8 $stack eq '1' || $stack eq 'yes' || $stack eq 'on'