blib/lib/Dancer2/Handler/AutoPage.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 8 | 10 | 80.0 |
line | true | false | branch |
---|---|---|---|
16 | 201 | 2 | unless $app->config->{'auto_page'} |
31 | 0 | 10 | unless (defined $template) |
38 | 3 | 7 | if ($page =~ m[^/\Q$layout_dir\E/]) |
47 | 3 | 4 | unless ($template->pathname_exists($view_path)) |
53 | 4 | 0 | $app->request->method eq 'GET' ? : |