Branch Coverage

blib/lib/Text/SenseClusters/LabelEvaluation/AssigningLabelUsingHungarianAlgo.pm
Criterion Covered Total %
branch 11 18 61.1


line true false branch
215 27 0 if ($mat[$row][$out_mat[$col]]) { }
221 9 18 if ($row == $col)
236 9 0 if ($columnHeaderArray[$out_mat[$col]]) { }
248 9 0 if ($rowHeaderArray[$rowIndex]) { }
261 3 0 if ($totalMatrixCount != 0)
267 2 1 wantarray ? :
307 0 27 if ($mat[$row][$column] == 0)
361 8 0 if (@columnHeader) { }
374 24 0 if ($rowHeader[$rowIndex]) { }