| blib/lib/Selenium/Remote/Spec.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 14 | 18 | 77.7 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 166 | 5 | 2 | 1 | $data->{'url'} =~ /timeouts$/ and $args->{'type'} eq "page load" |
| 168 | 5 | 2 | 1 | $data->{'url'} =~ /timeouts$/ and $args->{'type'} eq "script" |
| 170 | 5 | 2 | 1 | $data->{'url'} =~ /timeouts$/ and $args->{'type'} eq "implicit" |
| 177 | 0 | 0 | 8 | $args->{'using'} and $args->{'value'} |
| 197 | 3 | 0 | 5 | $args->{'text'} and $args->{'command'} ne "sendKeysToElement" |
| 208 | 0 | 1 | 1 | $resp->{'cmd_status'} and $resp->{'cmd_status'} eq "OK" |