line |
l |
!l&&r |
!l&&!r |
condition |
52
|
0 |
0 |
23 |
$self->get_tag('input_prepend') or $self->get_tag('input_append')
|
|
0 |
0 |
23 |
$self->get_tag('input_prepend') or $self->get_tag('input_append') or $self->get_tag('input_append_button')
|
92
|
0 |
0 |
17 |
$self->html_element eq 'select' or $self->html_element eq 'textarea'
|
|
0 |
7 |
10 |
$self->html_element eq 'select' or $self->html_element eq 'textarea' or $self->type_attr eq 'text'
|
|
7 |
0 |
10 |
$self->html_element eq 'select' or $self->html_element eq 'textarea' or $self->type_attr eq 'text' or $self->type_attr eq 'password'
|
99
|
0 |
2 |
18 |
$result->has_error_results or $result->has_errors
|
121
|
6 |
2 |
9 |
!$self->do_label || $self->type_attr eq 'checkbox'
|
133
|
0 |
7 |
0 |
$self->option_label || $self->label
|