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 |
76 | 0 | 50 | 0 | $char eq "/" and $switch eq "?" |
line | l | !l | condition |
---|---|---|---|
69 | 0 | 50 | $self->check->{$token} // "[^/]+?" |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
68 | 50 | 0 | 0 | $_ eq ":" or $_ eq "?" |
97 | 0 | 321 | 146 | not $method or lc $method ne lc $self->method |