blib/lib/Nephia/Plugin/ErrorPage.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 6 | 9 | 66.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
25 | 2 | 0 | 2 | $template && $self->app->dsl('render') |
38 | 1 | 0 | 1 | $template && $self->app->dsl('render') |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
23 | 2 | 2 | 0 | $message ||= &HTTP::Status::status_message($code) |