| blib/lib/Selenium/Firefox/Profile.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 5 | 6 | 83.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 28 | 5 | 0 | 1 | $args{'profile_dir'} and -d $args{'profile_dir'} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 55 | 2 | 1 | 4 | $value =~ /^(['"]).*\1$/ or &looks_like_number($value) |