| blib/lib/PlackX/Framework/Request.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 6 | 12 | 50.0 |
| line | true | false | branch |
|---|---|---|---|
| 9 | 0 | 0 | unless eval { do { $self->app_namespace->uri_prefix } } |
| 24 | 2 | 0 | substr($uri, 0, 1) eq '/' ? : |
| 30 | 0 | 7 | if $dest =~ /^http/u |
| 32 | 0 | 7 | if substr($dest, 0, 1) ne "/" |
| 39 | 0 | 7 | if @{$self->{'reroutes'}} > $self->max_reroutes |
| 54 | 1 | 43 | if $content and substr($content, 0, length $prefix) eq $prefix |