| blib/lib/Parallel/Boss.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 6 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 105 | 0 | 0 | 0 | $self->{'_finish'} and not keys %{$$self{'_workers'};} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 146 | 0 | 0 | 0 | $self->{'_select'} //= 'IO::Select'->new($self->{'_rd'}) |