blib/lib/MojoX/Renderer/Haml.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 9 | 14 | 64.2 |
line | true | false | branch |
---|---|---|---|
34 | 0 | 11 | unless defined $name |
38 | 11 | 0 | unless ($path = $c->stash->{'template_path'}) |
56 | 0 | 11 | if ($c->app->mode ne 'development' and $haml and $haml->compiled) { } |
71 | 0 | 11 | if ($path and -r $path) { } |
9 | 2 | elsif (my $d = $r->get_data_template($options, $t)) { } | |
90 | 1 | 8 | unless (defined $$output) |
97 | 0 | 8 | ref $$output ? : |