| blib/lib/HTTP/XSHeaders.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 12 | 18 | 66.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 103 | 4 | 0 | 16 | defined $ct and length $ct |
| 188 | 5 | 1 | 2 | @_ and $_[0] =~ /#/ |
| 223 | 3 | 0 | 5 | defined $old and $old =~ s/^\s*Basic\s+// |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 120 | 1 | 0 | 0 | s/^\s*;// or s/^\s+// |
| 248 | 1 | 1 | 0 | $self->content_type eq 'text/html' || $self->content_is_xhtml |
| 253 | 2 | 0 | 1 | $ct eq 'application/xhtml+xml' || $ct eq 'application/vnd.wap.xhtml+xml' |