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 14 7 defined $value and $value ne ''
87 4 9 3 defined $modifier and length $modifier == 2
97 11 7 5 defined $modifier and length $modifier == 2

or 2 conditions

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