| blib/lib/Math/Shape/Utils.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 13 | 14 | 92.8 | 
| line | true | false | branch | 
|---|---|---|---|
| 30 | 61 | 9 | $minB <= $maxA && $minA <= $maxB ? : | 
| 36 | 24 | 15 | abs $_[0] - $_[1] < $threshold ? : | 
| 41 | 30 | 23 | $_[0] < $_[1] ? : | 
| 46 | 32 | 21 | $_[0] > $_[1] ? : | 
| 51 | 0 | 27 | unless @_ == 3 | 
| 54 | 5 | 22 | if ($x < $min) { } | 
| 4 | 18 | elsif ($x > $max) { } |