blib/lib/Graph/ChuLiuEdmonds.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 18 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
108 | 0 | 0 | 0 | defined $x and $x ne $y |
135 | 0 | 0 | 0 | exists $in{$y} and exists $in_cycle{$in{$y}} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
96 | 0 | 0 | 0 | not defined $best_w or $w < $best_w |
139 | 0 | 0 | 0 | not exists $fromW{$y} or $w < $fromW{$y} |
164 | 0 | 0 | 0 | not exists $toW{$x} or $w < $toW{$x} |
221 | 0 | 0 | 0 | not defined $max or $w > $max |