File: | lib/Mojolicious/Plugin/ToolkitRenderer.pm |
Coverage: | 30.0% |
line | % | coverage | branch | |
---|---|---|---|---|
21 | 50 | T | F | if $settings->{'context'} |
35 | 50 | T | F | $options->{$inline} ? : |
50 | T | F | unless ($template->process($options->{$inline} ? \$options->{$inline} : $renderer->template_name($options), {'content', $controller->content, %{$controller->stash;}, $settings->{'settings'}{'controller'} || 'c', $controller}, $output)) | |
38 | 0 | T | F | if ($app->mode ne 'development' and ref $settings->{'settings'}{'error_handler'} eq 'CODE') { } |
54 | 0 | T | F | $template->error && $template->error =~ /not found/ ? : |