| lib/Workflow/Condition.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 7 | 10 | 70.0 |
| line | true | false | branch |
|---|---|---|---|
| 46 | 25 | 146 | if ($Workflow::Condition::CACHE_RESULTS and exists $wf->{'_condition_result_cache'}{$orig_condition}) { } |
| 69 | 57 | 89 | if ($Workflow::Condition::EVAL_ERROR) { } |
| 72 | 57 | 0 | if ('Exception::Class'->caught('Workflow::Exception::Condition')) { } |
| 83 | 0 | 0 | if ref $Workflow::Condition::EVAL_ERROR ne "" |
| 99 | 77 | 12 | $return_value ? : |