blib/lib/Algorithm/Functional/BFS.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 8 | 9 | 88.8 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
111 | 7 | 0 | 2 | $$self{'include_start_node'} and $$self{'victory_func'}($start_node) |
142 | 7 | 41 | 6 | @$candidate_ref > 1 and $$self{'victory_func'}($cur_node) |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
125 | 5 | 2 | 29 | @results > 0 or @candidates == 0 |