Condition Coverage

blib/lib/Mojolicious/Plugin/HTMLTemplateProRenderer.pm
Criterion Covered Total %
condition 10 14 71.4


and 3 conditions

line !l l&&!r l&&r condition
102 34 0 9 ref $tmpl_params{$_} eq 'ARRAY' and $tmpl_params{$_} > 0
34 1 8 ref $tmpl_params{$_} eq 'ARRAY' and $tmpl_params{$_} > 0 and ref $tmpl_params{$_}[0] ne 'HASH'

or 2 conditions

line l !l condition
61 0 1 $conf->{'tmpl_opts'}{'plugins'} || []

or 3 conditions

line l !l&&r !l&&!r condition
30 1 0 6 $conf->{'tmpl_opts'}{'use_home_template'} or delete $tmpl_params{'use_home_template'}
45 1 0 6 $conf->{'tmpl_opts'}{'use_extension'} or delete $tmpl_params{'use_extension'}