blib/lib/Directory/Scanner/StreamBuilder/Concat.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 10 | 12 | 83.3 |
line | true | false | branch |
---|---|---|---|
51 | 1 | 6 | if $self->{'_index'} > $#{$$self{'streams'};} |
70 | 0 | 6 | if $self->{'_is_done'} |
73 | 0 | 6 | if $self->{'_is_closed'} |
80 | 1 | 9 | if ($self->{'_index'} > $#{$$self{'streams'};}) |
88 | 2 | 7 | if ($current->is_done) { } |
102 | 2 | 5 | unless defined $next |