| line |
!l |
l&&!r |
l&&r |
condition |
|
87
|
1 |
0 |
0 |
$self->driver->{'is_wd3'} and not grep({$self->driver->browser_name eq $_;} "MicrosoftEdge") |
|
135
|
4 |
0 |
0 |
$self->driver->{'is_wd3'} and not grep({$self->driver->browser_name eq $_;} "chrome", "MicrosoftEdge") |
|
169
|
2 |
0 |
0 |
$self->driver->{'is_wd3'} and not grep({$self->driver->browser_name eq $_;} "chrome", "MicrosoftEdge") |
|
186
|
1 |
0 |
0 |
$self->driver->{'is_wd3'} and not grep({$self->driver->browser_name eq $_;} "chrome", "MicrosoftEdge") |
|
205
|
1 |
0 |
0 |
$self->driver->{'is_wd3'} and not grep({$self->driver->browser_name eq $_;} "chrome", "MicrosoftEdge") |
|
243
|
0 |
0 |
0 |
$self->driver->{'is_wd3'} and grep {$self->driver->browser_name eq $_;} "firefox", "internet explorer", "chrome" |
|
275
|
17 |
0 |
0 |
$self->driver->{'is_wd3'} and not grep({$self->driver->browser_name eq $_;} "chrome", "MicrosoftEdge") |
|
|
17 |
0 |
0 |
$self->driver->{'is_wd3'} and not grep({$self->driver->browser_name eq $_;} "chrome", "MicrosoftEdge") and not $no_i_really_mean_it |
|
292
|
0 |
0 |
0 |
$self->driver->{'is_wd3'} and grep {$self->driver->browser_name eq $_;} "chrome", "MicrosoftEdge" |
|
308
|
6 |
0 |
0 |
$self->driver->{'is_wd3'} and not grep({$self->driver->browser_name eq $_;} "chrome", "MicrosoftEdge") |
|
315
|
0 |
0 |
0 |
$self->get_tag_name eq "input" and $self->get_property("type") eq "hidden" |