| blib/lib/Dancer2/Core/Route.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 7 | 8 | 87.5 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 174 | 481 | 0 | 1 | $RESPONSE->has_content and not ref $content |
| 307 | 8 | 1 | 5 | $request->$option and $request->$option =~ /$self->options->{$option}/ |
| line | l | !l | condition |
|---|---|---|---|
| 216 | 3 | 724 | $type_library ||= "Dancer2::Core::Types" |