Condition Coverage

blib/lib/EJS/Template/Parser/Context.pm
Criterion Covered Total %
condition 12 15 80.0


and 3 conditions

line !l l&&!r l&&r condition
160 0 31 8 defined $opt->{'left'} and $opt->{'left'} ne ''
232 7 29 17 defined $right and $right ne ''

or 2 conditions

line l !l condition
50 6 76 $self->config('escape') || ''
78 3 0 $EJS::Template::Runtime::ESCAPES{$name} || ''
122 133 0 $self->{'stack'}[-1]{'opt'} || {}

or 3 conditions

line l !l&&r !l&&!r condition
52 76 1 5 $name eq '' or $name eq 'raw'