blib/lib/Mojolicious/Plugin/EPLRenderer.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 15 | 16 | 93.7 |
line | true | false | branch |
---|---|---|---|
16 | 166 | 418 | if ($mt->compiled) { } |
24 | 24 | 394 | defined $inline ? : |
25 | 0 | 418 | unless defined($name //= $renderer->template_name($options)) |
28 | 24 | 394 | if (defined $inline) { } |
35 | 389 | 5 | if (my $encoding = $renderer->encoding) |
38 | 52 | 342 | if (defined(my $path = $renderer->template_path($options))) { } |
154 | 188 | elsif (defined(my $d = $renderer->get_data_template($options))) { } | |
55 | 17 | 567 | if ref $$output |