| blib/lib/HTTP/Session/State/Mixin/ResponseFilter.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 5 | 5 | 100.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 12 | 1 | 1 | 2 | $res->content and ($res->header('Content-Type') || 'text/html') =~ /html/ |
| line | l | !l | condition |
|---|---|---|---|
| 12 | 1 | 2 | $res->header('Content-Type') || 'text/html' |