Condition Coverage

blib/lib/Text/APL/Parser.pm
Criterion Covered Total %
condition 11 15 73.3


and 3 conditions

line !l l&&!r l&&r condition
71 0 12 7 defined $value and $value ne ''
87 4 9 3 defined $modifier and length $modifier == 2
97 8 6 5 defined $modifier and length $modifier == 2

or 2 conditions

line l !l condition
11 0 35 $$self{'start_token'} ||= '<%'
12 0 35 $$self{'end_token'} ||= '%>'
14 0 35 $$self{'line_token'} ||= '%'