| blib/lib/Sim/AgentSoar/Engine.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 14 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 29 | 0 | 0 | if $op eq "add_1" |
| 30 | 0 | 0 | if $op eq "sub_1" |
| 31 | 0 | 0 | if $op eq "add_3" |
| 32 | 0 | 0 | if $op eq "sub_3" |
| 33 | 0 | 0 | if $op eq "mul_2" |
| 35 | 0 | 0 | if ($op eq "div_2_if_even") |
| 37 | 0 | 0 | unless $value % 2 == 0 |