Condition Coverage

blib/lib/Mojolicious/Plugin/EPRenderer.pm
Criterion Covered Total %
condition 11 15 73.3


and 3 conditions

line !l l&&!r l&&r condition
33 0 38 0 ++$self->{'helpers'} and _helpers($ns, $renderer->helpers)

or 2 conditions

line l !l condition
13 1 104 $conf->{'template'} // {}
17 1 104 $ep->{'prepend'} // ""
41 1 104 $conf->{'name'} || 'ep'

or 3 conditions

line l !l&&r !l&&!r condition
14 1 104 0 $ep->{'namespace'} //= "Mojo::Template::Sandbox::" . md5_sum("$self")
24 42 453 0 $options->{'inline'} // $renderer->template_name($options)