lib/HTTP/Router.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 11 | 16 | 68.7 |
line | true | false | branch |
---|---|---|---|
26 | 8 | 191 | unless (&Scalar::Util::blessed($route)) |
68 | 4 | 2 | unless my $match = $route->match($req) |
74 | 2 | 4 | unless my $match = $route->match($req) |
85 | 0 | 0 | unless $_[1] |
87 | 85 | 0 | &Scalar::Util::blessed($_[0]) ? : |
89 | 6 | 79 | if ($self->is_frozen) { } |
94 | 782 | 73 | unless my $match = $route->match($req) |
105 | 0 | 0 | if (my $match = $self->match(@_)) |