Condition Coverage

blib/lib/Text/ZTemplate.pm
Criterion Covered Total %
condition 12 22 54.5


and 3 conditions

line !l l&&!r l&&r condition
20 3 8 0 defined $string and defined $file
28 1 10 0 $escape ne "html" and $escape ne "raw"
117 0 0 5 defined $current and defined $current->{'expr'}

or 2 conditions

line l !l condition
40 11 0 $string // ""
66 15 0 $args{'seen_files'} || {}

or 3 conditions

line l !l&&r !l&&!r condition
23 8 3 0 defined $string or defined $file
238 1 1 0 $rhs eq "html" or $rhs eq "raw"
271 0 0 194 $ch eq "\"" or $ch eq "'"