| blib/lib/Workflow/Condition.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 10 | 10 | 100.0 |
| line | true | false | branch |
|---|---|---|---|
| 38 | 69 | 63 | ref $condition_or_name ? : |
| 40 | 69 | 63 | ref $condition_or_name ? : |
| 47 | 20 | 112 | if ($Workflow::Condition::CACHE_RESULTS and exists $wf->{'_condition_result_cache'}{$condition_name}) { } |
| 69 | 53 | 58 | if (ref $result eq 'Workflow::Condition::IsFalse' or not $Workflow::Condition::STRICT_BOOLEANS || $result) { } |
| 56 | 2 | elsif (ref $result eq 'Workflow::Condition::IsTrue' or not $Workflow::Condition::STRICT_BOOLEANS and $result) { } |