| blib/lib/Directory/Scanner/Stream/Concat.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 10 | 12 | 83.3 |
| line | true | false | branch |
|---|---|---|---|
| 47 | 1 | 6 | if $self->{'_index'} > $#{$$self{'streams'};} |
| 66 | 0 | 6 | if $self->{'_is_done'} |
| 69 | 0 | 6 | if $self->{'_is_closed'} |
| 76 | 1 | 9 | if ($self->{'_index'} > $#{$$self{'streams'};}) |
| 84 | 2 | 7 | if ($current->is_done) { } |
| 98 | 2 | 5 | unless defined $next |