| blib/lib/Async/Redis/Iterator.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 11 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 52 | 0 | 0 | 0 | $self->{'command'} eq "SCAN" and defined $self->{'type'} |
| 72 | 0 | 0 | 0 | $elements && @$elements |
| line | l | !l | condition |
|---|---|---|---|
| 19 | 0 | 0 | $args{'command'} // "SCAN" |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 66 | 0 | 0 | 0 | $new_cursor eq 0 or $new_cursor == 0 |