Condition Coverage

blib/lib/Text/Template/Simple/Tokenizer.pm
Criterion Covered Total %
condition 20 31 64.5


and 3 conditions

line !l l&&!r l&&r condition
216 580 8 18 $copen > 0 && $cclose > 0
218 594 6 6 $c & 16 and $c & 32
219 592 6 8 $c & 4 and $c & 8

or 2 conditions

line l !l condition
39 8 494 shift() || 0
40 8 494 shift() || 0
221 54 552 $c || 0
226 302 304 $tree->[-2] || (return)
319 502 0 shift() || (return)

or 3 conditions

line l !l&&r !l&&!r condition
37 502 0 0 shift() || fatal('tts.tokenizer.new.ds')
38 502 0 0 shift() || fatal('tts.tokenizer.new.de')
242 0 0 0 shift() || fatal('tts.tokenizer._get_symbols.regex')
270 0 0 0 $ids[$id] || (defined $id ? $id : 'undef')