| blib/lib/Dancer/Route.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 14 | 20 | 70.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 180 | 9 | 5 | 12 | $request->$option and $request->$option =~ /$value/ |
| 206 | 0 | 507 | 15 | $response and $response->is_forwarded |
| 220 | 0 | 429 | 78 | $response and $response->has_passed |
| 236 | 0 | 393 | 36 | defined $response && defined $response->content_type |
| line | l | !l | condition |
|---|---|---|---|
| 140 | 9 | 0 | $values[$i] || '' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 169 | 3 | 8 | 1 | grep {/^$opt$/;} @{$_supported_options[0];} or grep {/^$opt$/;} keys %_options_aliases |
| 265 | 0 | 3 | 0 | $warning ||= $_[0] |