Branch Coverage

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


line true false branch
161 0 6 wantarray ? :
177 0 6 wantarray ? :
194 5 1 $_ > 0 ? :
4 6 $_ < 0 ? :
1 1 $_[0] > 0 ? :
1 2 $_[0] < 0 ? :
3 3 wantarray ? :
219 1 2 $_[1] < 0 ? :
3 3 if @_ == 2
220 1 2 $_[0] < 0 ? :
245 0 0 if @_ == 2 and $_[1] < 0
265 2 4 $_ < 0 && int $_ != $_ ? :
1 1 $_[0] < 0 && int $_[0] != $_[0] ? :
2 2 wantarray ? :
285 2 4 $_ > 0 && int $_ != $_ ? :
1 1 $_[0] > 0 && int $_[0] != $_[0] ? :
2 2 wantarray ? :
338 0 59 ref $_ eq 'SCALAR' ? :
1 59 ref $_ eq 'ARRAY' ? :
341 0 24 if scalar @values == 0
348 21 20 if $y < $x
353 37 4 if ($r == 0)
355 24 13 if scalar @values == 0
403 0 0 ref $_ eq 'SCALAR' ? :
0 0 ref $_ eq 'ARRAY' ? :
436 2 14 if $n == 0
477 56 0 if abs $x - $y <= $tol
478 0 0 if $x < $y
510 16 8 abs $_[0] - $_[1] <= $tol ? :
511 8 4 abs $_[0] - $_[1] > $tol ? :
513 4 8 abs $_[0] - $_[1] > $tol && $_[0] > $_[1] ? :
514 8 4 abs $_[0] - $_[1] <= $tol || $_[0] > $_[1] ? :
516 4 8 abs $_[0] - $_[1] > $tol && $_[0] < $_[1] ? :
517 8 4 abs $_[0] - $_[1] <= $tol || $_[0] < $_[1] ? :
564 1 5 ref $_ eq 'SCALAR' ? :
6 6 ref $_ eq 'ARRAY' ? :
581 8 0 wantarray ? :
611 1 11 if ($n == 1) { }
10 1 elsif ($n >= 2) { }
691 11 30 $ldiff < 0 ? :
716 1 2 $ldiff < 0 ? :
782 0 5 if $n_degree < $d_degree
783 0 5 if $d_degree < 0 or $n_degree < 0
832 73 113 $a_degree > $_ ? :
833 62 124 $b_degree > $_ ? :
859 1 7 if $degree < 1
894 1 7 if $degree < 1