| blib/lib/Sim/AgentSoar/AgentSoar.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 10 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 104 | 0 | 0 | 0 | @children < $self->{'branching_factor'} and $attempts < $max_attempts |
| 149 | 0 | 0 | 0 | defined $corrected and $corrected ne $operator |
| line | l | !l | condition |
|---|---|---|---|
| 22 | 0 | 0 | $args{'max_depth'} // 20 |
| 0 | 0 | $args{'branching_factor'} // 1 |