| blib/lib/Selenium/Client/Driver.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 25 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 156 | 0 | 0 | 0 | builtin::blessed($profile) and $profile->isa("Selenium::Firefox::Profile") |
| 347 | 0 | 0 | 0 | $caps->{'browserName'} and $caps->{'browserName'} =~ /firefox/i |
| 0 | 0 | 0 | $caps->{'browserName'} and $caps->{'browserName'} =~ /firefox/i and $self->firefox_profile |
| line | l | !l | condition |
|---|---|---|---|
| 331 | 0 | 0 | $extra_capabilities //= {} |
| 332 | 0 | 0 | $self->version // "" |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 27 | 0 | 0 | 0 | $self->{$param} //= $default |
| 84 | 0 | 0 | 0 | $handler //= sub { |
| 94 | 0 | 0 | 0 | $self->{'commands'} //= "Selenium::Client::Commands"->new |
| 341 | 0 | 0 | 0 | $caps->{'browserName'} //= $self->browser_name |