| blib/lib/Pipeline/Dispatch.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 10 | 12 | 83.3 |
| line | l | !l | condition |
|---|---|---|---|
| 19 | 88 | 4 | $$self{'segments'} ||= [] |
| 31 | 23 | 17 | $$self{'dispatched_segments'} ||= [] |
| 103 | 9 | 14 | $$self{'dispatch_method'} ||= 'dispatch' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 68 | 1 | 22 | 0 | $seg->dispatch_method || $self->dispatch_method |
| 83 | 21 | 2 | 0 | shift() || 'Pipeline'->new |