Condition Coverage

blib/lib/Text/Template/Base.pm
Criterion Covered Total %
condition 16 26 61.5


and 3 conditions

line !l l&&!r l&&r condition
103 0 0 0 $$self{'UNTAINT'} and _is_clean($$self{'SOURCE'})
182 209 36 0 not $delim_pats and $t eq '\\\\'
209 36 0 not $delim_pats and $t =~ /^\\([{}])$/
301 1 89 0 defined $fi_package and defined $fi_safe

or 2 conditions

line l !l condition
53 23 0 uc _param('type', %a) || 'FILE'
263 0 90 _param('broken', %fi_a) || $$fi_self{'BROKEN'} || \&_default_broken
265 0 90 _param('broken_arg', %fi_a) || []
270 73 17 _param('filename', %fi_a) || $$fi_self{'FILENAME'} || 'template'

or 3 conditions

line l !l&&r !l&&!r condition
158 0 20 3 shift() || $$self{'DELIM'}
271 53 11 26 _param('evalcache', %fi_a) || $$fi_self{'EVALCACHE'}