| lib/JIRA/REST/Class/Iterator.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 0 | 12 | 0.0 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 71 | 0 | 0 | 0 | not $issue and $self->fetched < $self->total | 
| 0 | 0 | 0 | not $issue and $self->fetched < $self->total and $self->restart_if_lt_total | |
| 100 | 0 | 0 | 0 | $issue and $self->seen_cache->{$issue->{'id'}}++ | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 123 | 0 | 0 | 0 | shift() || $self->iterator_args |