Condition Coverage

blib/lib/Algorithm/Munkres.pm
Criterion Covered Total %
condition 9 9 100.0


and 3 conditions

line !l l&&!r l&&r condition
187 632 216 154 $mat[$i][$j] == 0 and $colcov[$j] == 0
848 89 65 $mat[$i][$j] == 0 and $colcov[$j] == 0 and $rowcov[$i] == 0

or 3 conditions

line l !l&&r !l&&!r condition
442 23 33 2000 not defined $minval or $minval > $mat[$i][$j]