Branch Coverage

blib/lib/Math/Utils.pm
Criterion Covered Total %
branch 78 94 82.9


line true false branch
150 0 6 wantarray ? :
166 0 6 wantarray ? :
183 5 1 $_ > 0 ? :
4 6 $_ < 0 ? :
1 1 $_[0] > 0 ? :
1 2 $_[0] < 0 ? :
3 3 wantarray ? :
208 1 2 $_[1] < 0 ? :
3 3 if @_ == 2
209 1 2 $_[0] < 0 ? :
234 0 0 if @_ == 2 and $_[1] < 0
254 2 4 $_ < 0 && int $_ != $_ ? :
1 1 $_[0] < 0 && int $_[0] != $_[0] ? :
2 2 wantarray ? :
274 2 4 $_ > 0 && int $_ != $_ ? :
1 1 $_[0] > 0 && int $_[0] != $_[0] ? :
2 2 wantarray ? :
327 0 9 ref $_ eq 'SCALAR' ? :
1 9 ref $_ eq 'ARRAY' ? :
330 0 4 if scalar @values == 0
337 7 3 if $y < $x
342 7 3 if ($r == 0)
344 4 3 if scalar @values == 0
392 0 0 ref $_ eq 'SCALAR' ? :
0 0 ref $_ eq 'ARRAY' ? :
425 2 14 if $n == 0
466 56 0 if abs $x - $y <= $tol
467 0 0 if $x < $y
499 16 8 abs $_[0] - $_[1] <= $tol ? :
500 8 4 abs $_[0] - $_[1] > $tol ? :
502 4 8 abs $_[0] - $_[1] > $tol && $_[0] > $_[1] ? :
503 8 4 abs $_[0] - $_[1] <= $tol || $_[0] > $_[1] ? :
505 4 8 abs $_[0] - $_[1] > $tol && $_[0] < $_[1] ? :
506 8 4 abs $_[0] - $_[1] <= $tol || $_[0] < $_[1] ? :
553 1 5 ref $_ eq 'SCALAR' ? :
6 6 ref $_ eq 'ARRAY' ? :
570 8 0 wantarray ? :
600 1 11 if ($n == 1) { }
10 1 elsif ($n >= 2) { }
644 1 2 $ldiff < 0 ? :
669 1 2 $ldiff < 0 ? :
735 0 5 if $n_degree < $d_degree
736 0 5 if $d_degree < 0 or $n_degree < 0
785 12 17 $a_degree > $_ ? :
786 12 17 $b_degree > $_ ? :
812 1 7 if $degree < 1
847 1 7 if $degree < 1