Condition Coverage

lib/URL/Transform.pm
Criterion Covered Total %
condition 6 10 60.0


and 3 conditions

line !l l&&!r l&&r condition
467 0 0 0 $i and $status == $OK

or 2 conditions

line l !l condition
171 5 1 $self->document_type || ''
172 5 1 $document_type ||= 'text/html'

or 3 conditions

line l !l&&r !l&&!r condition
179 1 5 0 $self->parser || $supported_document_types{$document_type}