| blib/lib/AI/Pathfinding/SMAstar.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 5 | 15 | 33.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 279 | 5 | 0 | 0 | $succ->depth >= $max_depth and not $succ->$goal_p |
| 338 | 0 | 0 | 4 | $antecedent->is_on_queue and $antecedent->need_fval_change |
| 360 | 0 | 0 | 4 | $was_on_queue{$i} and $antecedent->need_fval_change |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 43 | 0 | 1 | 0 | ref $invocant || $invocant |
| 239 | 0 | 0 | 1 | $$priority_queue->is_empty or not $$priority_queue |