Condition Coverage

blib/lib/App/ZofCMS/Template.pm
Criterion Covered Total %
condition 0 27 0.0


and 3 conditions

line !l l&&!r l&&r condition
169 0 0 0 defined $template->{'conf'}{$conf_key} and length $template->{'conf'}{$conf_key}
230 0 0 0 ref $_ eq 'HASH' and 1 == keys %$_

or 2 conditions

line l !l condition
51 0 0 $conf->{'dir_defaults'}{$query->{'dir'}} || {}
90 0 0 $conf->{'template_defaults'}{"plugins$_"} || []
0 0 $$dir_defaults{"plugins$_"} || []
0 0 $$template{"plugins$_"} || []
107 0 0 $template->{'conf'}{'die_on_bad_params'} || 0
130 0 0 $template->{'conf'}{'die_on_bad_params'} || 0

or 3 conditions

line l !l&&r !l&&!r condition
118 0 0 0 $key eq 'conf' or $key eq 't'
0 0 0 $key eq 'conf' or $key eq 't' or $key eq 'plugins'
0 0 0 $key eq 'conf' or $key eq 't' or $key eq 'plugins' or $key eq 'd'