| 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 | 6 | 18 | $rules or $modify_cb |
| 60 | 0 | 2 | 9 | Plack::Util::content_length($$res[2]) || Plack::Util::header_exists($$res[1], 'Content-Length') |
| 71 | 0 | 19 | 0 | $app ||= $self->app |