| blib/lib/Plack/Middleware/Rewrite.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 11 | 15 | 73.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 38 | 1 | 3 | 5 | defined $res && $res =~ /\A[1-5][0-9][0-9]\z/ |
| 60 | 0 | 2 | 9 | 304 ne $res->[0] and not Plack::Util::content_length($res->[2]) || Plack::Util::header_exists($res->[1], 'Content-Length') |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 23 | 12 | 7 | 19 | $rules or $modify_cb |
| 60 | 0 | 2 | 9 | Plack::Util::content_length($res->[2]) || Plack::Util::header_exists($res->[1], 'Content-Length') |
| 71 | 0 | 21 | 0 | $app ||= $self->app |