blib/lib/Tapper/Reports/Web/Controller/Root.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 6 | 9 | 66.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
42 | 5 | 13 | 0 | not $or_c->response->body and $or_c->res->status < 300 || $or_c->res->status > 399 |
1 | 0 | 12 | not $or_c->response->body and $or_c->res->status < 300 || $or_c->res->status > 399 and $or_c->res->status != 204 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
42 | 12 | 0 | 1 | $or_c->res->status < 300 || $or_c->res->status > 399 |