Condition Coverage

blib/lib/HTML/Template/Convert/TT.pm
Criterion Covered Total %
condition 14 19 73.6


and 3 conditions

line !l l&&!r l&&r condition
107 64 53 30 defined $1 and uc $1 ne 'NAME'
125 111 0 10 exists $ctx_vars{lc $name} and $$opts{'loop_context_vars'}
164 0 0 4 @stack and $stack[$#stack] =~ /IF|UNLESS/

or 2 conditions

line l !l condition
148 17 0 $name or die q[Empty 'NAME' parameter]
155 11 0 $name or die q[Empty 'NAME' parameter]

or 3 conditions

line l !l&&r !l&&!r condition
128 9 3 4 $tag eq 'IF' or $tag eq 'UNLESS'
133 6 4 67 exists $escape{'html'} or exists $escape{1}