blib/lib/Mojolicious/Plugin/EPLRenderer.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 15 | 16 | 93.7 |
line | true | false | branch |
---|---|---|---|
16 | 163 | 407 | if ($mt->compiled) { } |
24 | 24 | 383 | defined $inline ? : |
25 | 0 | 407 | unless defined($name //= $renderer->template_name($options)) |
28 | 24 | 383 | if (defined $inline) { } |
35 | 378 | 5 | if (my $encoding = $renderer->encoding) |
38 | 51 | 332 | if (defined(my $path = $renderer->template_path($options))) { } |
152 | 180 | elsif (defined(my $d = $renderer->get_data_template($options))) { } | |
55 | 17 | 553 | if ref $$output |