Condition Coverage

blib/lib/HTTP/Request/Form.pm
Criterion Covered Total %
condition 0 51 0.0


and 3 conditions

line !l l&&!r l&&r condition
38 0 0 0 $tag eq 'button' and $start
0 0 0 $tag eq 'textarea' and $start
0 0 0 $tag eq 'select' and $start
179 0 0 0 $tag eq 'button' and $start
0 0 0 $tag eq 'textarea' and $start
0 0 0 $tag eq 'select' and $start

or 3 conditions

line l !l&&r !l&&!r condition
38 0 0 0 $tag eq 'input' or $tag eq 'button' and $start
42 0 0 0 $type eq 'submit' or $type eq 'reset'
0 0 0 $type eq 'submit' or $type eq 'reset' or $type eq 'image'
51 0 0 0 $self->attr('name') || $type
52 0 0 0 $self->attr('value') || $type
179 0 0 0 $tag eq 'form' or $tag eq 'isindex'
0 0 0 $tag eq 'input' or $tag eq 'button' and $start
249 0 0 0 $type eq 'submit' or $type eq 'reset'
0 0 0 $type eq 'submit' or $type eq 'reset' or $type eq 'image'
258 0 0 0 $self->attr('name') || $type
259 0 0 0 $self->attr('value') || $type