| line |
l |
!l&&r |
!l&&!r |
condition |
|
402
|
6 |
0 |
0 |
$args{'msg_class'} || $self->localizer->message_class
|
|
474
|
73 |
27383 |
5 |
not $self->validate_html_attrs or $self->html_attr_is_valid($attr)
|
|
555
|
75 |
27383 |
0 |
not $self->validate_html_attrs or $self->html_attr_is_valid($attr)
|
|
667
|
3400 |
935 |
243 |
defined $value or exists $boolean_attrs{$attr}
|
|
719
|
1817 |
445 |
109 |
defined $value or exists $boolean_attrs{$attr}
|
|
754
|
863 |
7 |
494 |
$self->has_children or not $self->is_self_closing
|
|
770
|
190 |
6 |
304 |
$self->has_children or not $self->is_self_closing
|
|
901
|
0 |
1 |
0 |
ref $self_or_class || $self_or_class
|
|
913
|
5368 |
4483 |
0 |
ref $self || $self
|
|
935
|
0 |
0 |
0 |
ref $_[0] || $_[0]
|
|
1022
|
3 |
43 |
0 |
$options->{'target_class'} || (caller)[0]
|