blib/lib/Dancer/Route.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 14 | 20 | 70.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
181 | 9 | 5 | 12 | $request->$option and $request->$option =~ /$value/ |
207 | 0 | 510 | 15 | $response and $response->is_forwarded |
221 | 0 | 432 | 78 | $response and $response->has_passed |
237 | 0 | 396 | 36 | defined $response && defined $response->content_type |
line | l | !l | condition |
---|---|---|---|
141 | 9 | 0 | $values[$i] || '' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
170 | 3 | 8 | 1 | grep {/^$opt$/;} @{$_supported_options[0];} or grep {/^$opt$/;} keys %_options_aliases |
266 | 0 | 3 | 0 | $warning ||= $_[0] |