| blib/lib/Workflow.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 14 | 21 | 66.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 157 | 59 | 0 | 5 | $wf_state->autorun and my $action_name = $self->_get_autorun_action_name($wf_state) |
| 166 | 31 | 27 | 1 | not $running and $run_notified |
| 191 | 0 | 1 | 0 | ref $item and $item->isa($history) |
| line | l | !l | condition |
|---|---|---|---|
| 212 | 6 | 0 | $self->{'_histories'} ||= [] |
| 262 | 8 | 28 | $id ||= "" |
| 409 | 1 | 210 | $state ||= "" |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 263 | 36 | 0 | 0 | $factory ||= FACTORY() |
| 410 | 1 | 210 | 0 | $state || $self->state |