line |
!l |
l&&!r |
l&&r |
condition |
15
|
114 |
214 |
14 |
$extra && $extra->[0] eq 'Opera' |
21
|
324 |
2 |
2 |
$extra && @{$extra;} == 4 && $extra->[2] eq 'Opera' |
32
|
112 |
76 |
34 |
$extra && index($extra->[0], 'AppleWebKit') != -1 |
|
162 |
26 |
0 |
@{$others;} && index($others->[-1], 'Safari') != -1 |
41
|
0 |
4 |
56 |
$chrome and $safari |
43
|
40 |
16 |
0 |
index($chrome, 'Chrome') != -1 && index($safari, 'Safari') != -1 && ($extra && index($extra->[0], 'AppleWebKit') != -1) |
52
|
188 |
2 |
40 |
$has_android and $has_safari |
55
|
26 |
34 |
130 |
@{$others;} == 0 and @{$thing;} > 0 |
|
60 |
0 |
130 |
@{$others;} == 0 and @{$thing;} > 0 and $thing->[-1] |
|
0 |
128 |
2 |
@{$others;} == 0 and @{$thing;} > 0 and $thing->[-1] and index($thing->[-1], 'AppleWebKit') != -1 |
73
|
114 |
132 |
80 |
$extra and $extra->[1] |
74
|
78 |
0 |
2 |
$extra->[1] eq 'Mozilla' && $extra->[2] |
76
|
0 |
2 |
0 |
$extra->[2] =~ / Firefox|Iceweasel|Firebird|Phoenix /msx && do {
$extra->[1] = $extra->[2]
} |
109
|
2 |
0 |
26 |
index($moz, 'Mozilla/') != -1 && $moz ne 'Mozilla/4.0' && !$compatible && !$extra && !@others && (@{$thing;} && $thing->[-1] ne 'Sun') && index($thing->[0], 'http://') == -1 |
135
|
2 |
0 |
20 |
$moz && !@{$thing;} && !$extra && !@others |
141
|
0 |
0 |
2 |
@hot == 2 && $hot[1] eq 'Sun' |
146
|
0 |
0 |
0 |
$extra && $extra->[0] && index($extra->[0], 'compatible') != -1 && $extra->[1] && $extra->[1] eq 'MSIE' |