Branch Coverage

blib/lib/Math/PlanePath/Base/Generic.pm
Criterion Covered Total %
branch 10 10 100.0


line true false branch
47 1269197 142 if ($x == $int)
54 33 109 if ($x >= 0.5)
58 4 105 if ($x < -0.5)
104 10286 109524 if ($x == $int)
110 60568 48956 if ($x >= 0) { }