| blib/lib/Selenium/Screenshot.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 2 | 30 | 6.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 316 | 0 | 0 | 0 | exists $loc->{'x'} and exists $loc->{'y'} |
| 0 | 0 | 0 | exists $loc->{'x'} and exists $loc->{'y'} and exists $size->{'width'} | |
| 0 | 0 | 0 | exists $loc->{'x'} and exists $loc->{'y'} and exists $size->{'width'} and exists $size->{'height'} | |
| 352 | 0 | 0 | 0 | exists $loc->{'x'} and exists $loc->{'y'} |
| 0 | 0 | 0 | exists $loc->{'x'} and exists $loc->{'y'} and exists $size->{'width'} | |
| 0 | 0 | 0 | exists $loc->{'x'} and exists $loc->{'y'} and exists $size->{'width'} and exists $size->{'height'} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 228 | 0 | 0 | 0 | $opponent //= $self->find_opponent |
| 256 | 2 | 0 | 1 | $self->has_metadata or %overrides |
| 308 | 0 | 0 | 0 | $exclude //= $self->exclude |
| 348 | 0 | 0 | 0 | $target //= $self->target |