| lib/Workflow/Condition.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 9 | 10 | 90.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 46 | 28 | 118 | 25 | $Workflow::Condition::CACHE_RESULTS and exists $wf->{'_condition_result_cache'}{$orig_condition} |
| line | l | !l | condition |
|---|---|---|---|
| 45 | 157 | 14 | $wf->{'_condition_result_cache'} || {} |
| 52 | 10 | 15 | $cache_value || '' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 35 | 166 | 5 | 0 | $log ||= get_logger() |