Condition Coverage

blib/lib/Mojolicious/Plugin/TemplatePerlish.pm
Criterion Covered Total %
condition 8 12 66.6


and 3 conditions

line !l l&&!r l&&r condition
47 0 0 3 $cache_for and ref $cache_for ne 'HASH'

or 2 conditions

line l !l condition
43 0 3 delete $conf->{'read_binmode'} || ':encoding(UTF-8)'
49 1 2 $conf->{'name'} || 'tp'
51 1 2 $conf->{'template_perlish'} || {}

or 3 conditions

line l !l&&r !l&&!r condition
70 2 10 0 $cache_for->{$key} ||= $tp->compile_as_sub($template)