| blib/lib/Pipeline.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 22 | 24 | 91.6 |
| line | true | false | branch |
|---|---|---|---|
| 16 | 25 | 0 | if ($self->SUPER::init(@_)) { } |
| 60 | 4 | 13 | if (blessed $result) { } |
| 61 | 4 | 0 | $result->isa('Pipeline::Production') ? : |
| 83 | 13 | 7 | unless blessed $thing |
| 84 | 1 | 6 | if ($thing->isa('Pipeline::Segment')) { } |
| 4 | 2 | elsif ($thing->isa('Pipeline::Production')) { } | |
| 101 | 4 | 16 | if $product |
| 103 | 4 | 16 | if $final |
| 116 | 4 | 16 | if (defined $refined) |
| 126 | 2 | 15 | if ($$self{'cleanup_pipeline'}) |
| 140 | 25 | 144 | if (defined $obj) { } |
| 162 | 1 | 1 | $segment->isa('Pipeline') ? : |