| blib/lib/Tapper/Reports/Web/Controller/Root.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 7 | 9 | 77.7 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 42 | 8 | 1 | 12 | 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 |