| line |
!l |
l&&!r |
l&&r |
condition |
|
176
|
0 |
0 |
0 |
ref $left eq "HASH" and ref $right eq "HASH" |
|
178
|
0 |
0 |
0 |
exists $left->{$_} and ref $left->{$_} eq "HASH" |
|
|
0 |
0 |
0 |
exists $left->{$_} and ref $left->{$_} eq "HASH" and ref $right->{$_} eq "HASH" |
|
224
|
0 |
0 |
0 |
$args->{'element'} and exists $$css{$args->{'element'}} |
|
227
|
0 |
0 |
0 |
$args->{'element'} and exists $css->{'_'}{' ' . $args->{'element'}} |
|
237
|
0 |
0 |
0 |
$args->{'element'} and exists $$css{$args->{'element'} . ".$_"} |
|
242
|
0 |
0 |
0 |
$args->{'id'} and exists $$css{'#' . $args->{'id'}} |
|
247
|
0 |
0 |
0 |
$args->{'id'} and exists $$css{$args->{'element'} . '#' . $args->{'id'}} |