| lib/URL/Transform.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 6 | 10 | 60.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 467 | 0 | 0 | 0 | $i and $status == $OK |
| line | l | !l | condition |
|---|---|---|---|
| 171 | 5 | 1 | $self->document_type || '' |
| 172 | 5 | 1 | $document_type ||= 'text/html' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 179 | 1 | 5 | 0 | $self->parser || $supported_document_types{$document_type} |