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 17 5 $a < $b ? :
57 1 2 $a > $b ? :
65 21 13 $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) { }