Branch Coverage

blib/lib/Algorithm/Easing/Bounce.pm
Criterion Covered Total %
branch 17 20 85.0


line true false branch
17 1 600 if $t < 1e-06
18 0 600 if $d < 1e-06
27 4 1200 if $t < 1e-06
28 0 1200 if $d < 1e-06
30 434 766 if (($t /= $d) < 3275345183542179 * 2**-53) { }
436 330 elsif ($t < 3275345183542179 * 2**-52) { }
218 112 elsif ($t < 8188362958855448 * 2**-53) { }
48 1 401 if $t < 1e-06
49 0 401 if $d < 1e-06
51 199 202 if ($t < $d / 2) { }