| blib/lib/HTTP/XSHeaders.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 13 | 21 | 61.9 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 131 | 4 | 0 | 16 | defined $ct and length $ct |
| 216 | 5 | 1 | 2 | @_ and $_[0] =~ /#/ |
| 251 | 3 | 0 | 5 | defined $old and $old =~ s/^\s*Basic\s+// |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 105 | 8 | 0 | 0 | _is_xsheaders($self) or not $orig |
| 148 | 1 | 0 | 0 | s/^\s*;// or s/^\s+// |
| 276 | 1 | 1 | 0 | $self->content_type eq 'text/html' || $self->content_is_xhtml |
| 281 | 2 | 0 | 1 | $ct eq 'application/xhtml+xml' || $ct eq 'application/vnd.wap.xhtml+xml' |