| blib/lib/Dancer/Handler.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 16 | 23 | 69.5 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 153 | 22 | 0 | 3 | $charset and $ctype |
| 22 | 0 | 3 | $charset and $ctype and _is_text($ctype) | |
| 172 | 7 | 18 | 0 | defined "Dancer::SharedData"->request and "Dancer::SharedData"->request->is_head |
| 188 | 25 | 0 | 0 | ref $response->streamed and ref $response->streamed eq "CODE" |
| line | l | !l | condition |
|---|---|---|---|
| 54 | 0 | 18 | $request->remote_address || '-' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 84 | 5 | 451 | 61 | "Dancer::Renderer"->render_file or "Dancer::Renderer"->render_action |
| 453 | 7 | 12 | "Dancer::Renderer"->render_file or "Dancer::Renderer"->render_action or "Dancer::Renderer"->render_autopage | |
| 91 | 11 | 2 | 0 | $continuation->isa("Dancer::Continuation::Halted") or $continuation->isa("Dancer::Continuation::Route") |