| blib/lib/HTML/Mason/CGIHandler.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 5 | 20 | 25.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 84 | 0 | 0 | 0 | not $sent_headers and 'HTML::Mason::Request'->instance->auto_send_headers |
| 121 | 0 | 0 | 0 | $retval and grep {$retval eq $_;} 200, 301, 302 |
| 191 | 0 | 0 | 6 | not $self->is_subrequest and $self->auto_send_headers |
| 0 | 0 | 6 | not $self->is_subrequest and $self->auto_send_headers and not $r->http_header_sent | |
| 0 | 6 | 0 | not $self->is_subrequest and $self->auto_send_headers and not $r->http_header_sent and !$retval || $retval == 200 |
| line | l | !l | condition |
|---|---|---|---|
| 204 | 0 | 1 | shift() || 302 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 191 | 6 | 0 | 0 | !$retval || $retval == 200 |