blib/lib/Mojolicious/Plugin/EPRenderer.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 11 | 15 | 73.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
33 | 0 | 38 | 0 | ++$self->{'helpers'} and _helpers($ns, $renderer->helpers) |
line | l | !l | condition |
---|---|---|---|
13 | 1 | 104 | $conf->{'template'} // {} |
17 | 1 | 104 | $ep->{'prepend'} // "" |
41 | 1 | 104 | $conf->{'name'} || 'ep' |
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) |