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