Branch Coverage

lib/Math/MatrixDecomposition/Util.pm
Criterion Covered Total %
branch 12 14 85.7


line true false branch
36 3 156 if $tem == 1
49 34 12 $a < $b ? :
57 4 3 $a > $b ? :
65 28 20 $a < 0 == $b < 0 ? :
77 12 3 if ($a >= $b) { }
81 0 12 $a == $b ? :
100 0 1 if (abs $b_re > abs $b_im) { }