blib/lib/Plack/Middleware/DiePretty.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 3 | 4 | 75.0 |
line | true | false | branch |
---|---|---|---|
24 | 2 | 1 | if ($caught or ref $res eq 'ARRAY' and $$res[0] == 500) |
25 | 0 | 2 | unless 'Template'->new({'INCLUDE_PATH', $template->dir->absolute})->process($template->basename, {'caught', $caught}, \my($html)) |