| blib/lib/Iterator/RoundRobin.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 15 | 18 | 83.3 |
| line | true | false | branch |
|---|---|---|---|
| 29 | 8 | 6 | if ($count > $$self{'max'}) |
| 31 | 6 | 0 | unless ($$self{'col'}) |
| 37 | 32 | 4 | if (scalar @{$$self{'arrays'};}) |
| 43 | 4 | 32 | if ($self->isempty) |
| 44 | 32 | 0 | if (my $data = shift @{$$self{'arrays'}[$$self{'col'}];}) |
| 47 | 10 | 22 | unless (scalar @{$$self{'arrays'}[$oldcol];}) |
| 48 | 32 | 0 | if ($$self{'track_completed'}) |
| 51 | 14 | 18 | if ($$self{'col'} == $$self{'cols'}) |
| 66 | 8 | 10 | if ($count) |