blib/lib/Graph/Bipartite.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 12 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
102 | 0 | 0 | 0 | $matching[$v] != $w and $level[$w] == -1 |
118 | 0 | 0 | 0 | $matching[$v] == $w and $level[$w] == -1 |
140 | 0 | 0 | 0 | $matching[$u] != $w and $level[$w] == $level[$u] + 1 |
155 | 0 | 0 | 0 | $matching[$u] == $w and $level[$w] == $level[$u] + 1 |