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
93 30 0 13 ref $tmpl_params{$_} eq 'ARRAY' and $tmpl_params{$_} > 0
30 0 13 ref $tmpl_params{$_} eq 'ARRAY' and $tmpl_params{$_} > 0 and ref $tmpl_params{$_}[0] ne 'HASH'

or 2 conditions

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

or 3 conditions

line l !l&&r !l&&!r condition
22 1 1 4 $$conf{'tmpl_opts'}{'use_home_template'} or delete $tmpl_params{'use_home_template'}
39 1 0 5 $$conf{'tmpl_opts'}{'use_extension'} or delete $tmpl_params{'use_extension'}