Condition Coverage

blib/lib/Mojolicious/Plugin/ToolkitRenderer.pm
Criterion Covered Total %
condition 5 20 25.0


and 3 conditions

line !l l&&!r l&&r condition
47 0 0 0 $template->error and $template->error eq 'file error - exception.html.tt: not found' || $template->error eq 'file error - exception.' . $app->mode . '.html.tt: not found'
57 0 0 0 $template->error && $template->error =~ /not found/u

or 2 conditions

line l !l condition
22 1 0 $settings->{'config'}{'RELATIVE'} //= 1
23 1 0 $settings->{'config'}{'EVAL_PERL'} //= 0
32 1 0 $settings->{'settings'}{'inline_template'} || 'inline'
42 1 0 $settings->{'settings'}{'controller'} || 'c'

or 3 conditions

line l !l&&r !l&&!r condition
24 0 1 0 $settings->{'config'}{'INCLUDE_PATH'} //= $app->renderer->paths
47 0 0 0 $template->error eq 'file error - exception.html.tt: not found' || $template->error eq 'file error - exception.' . $app->mode . '.html.tt: not found'