Branch Coverage

blib/lib/Algorithm/Kuhn/Munkres.pm
Criterion Covered Total %
branch 21 24 87.5


line true false branch
30 21 77 if (exists $T{$v}) { }
41 8 19 if (exists $matching_u{$u})
59 127 24 unless (exists $T{$x})
60 91 36 if (not defined $val or $min_slack[$x][0] < $val)
67 0 35 unless exists $S{$u}
68 22 13 if ($val > 0)
71 0 35 if _slack($u, $v) != 0
73 16 19 if (exists $matching_v{$v}) { }
75 0 16 if exists $S{$u1}
79 27 45 if (not exists $T{$x} and $min_slack[$x][0] > $s)
109 48 31 if ($weights[$i][$j] > $max)
120 19 30 unless (exists $matching_u{$x})