blib/lib/Raisin/Routes/Endpoint.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 7 | 14 | 50.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
38 | 39 | 20 | 0 | $p->named and my $re = $p->regex |
77 | 0 | 50 | 0 | $char eq '/' and $switch eq '?' |
line | l | !l | condition |
---|---|---|---|
70 | 0 | 50 | $self->check->{$token} // '[^/]+?' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
69 | 50 | 0 | 0 | $_ eq ':' or $_ eq '?' |
98 | 0 | 321 | 142 | not $method or lc $method ne lc $self->method |