| blib/lib/Plack/Middleware/FixIEXDomainRequestBug.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 8 | 14 | 57.1 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 22 | 1 | 1 | 0 | $v && ($v eq '8' || $v eq '9') |
| 27 | 0 | 0 | 2 | $self->is_POST($env) and $self->missing_or_textplain_content($env) |
| 0 | 1 | 1 | $self->is_POST($env) and $self->missing_or_textplain_content($env) and $self->is_ie8_or9($env) |
| line | l | !l | condition |
|---|---|---|---|
| 21 | 1 | 1 | (pop())->{'HTTP_USER_AGENT'} or '' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 49 | 1 | 0 | 0 | $self->force_content_type or $self->guess_with |