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
|