| blib/lib/Dancer2/Core/Route.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 7 | 8 | 87.5 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 168 | 447 | 0 | 1 | $RESPONSE->has_content and not ref $content |
| 301 | 2 | 1 | 3 | $request->$option and $request->$option =~ /$self->options->{$option}/ |
| line | l | !l | condition |
|---|---|---|---|
| 210 | 3 | 655 | $type_library ||= "Dancer2::Core::Types" |