| blib/lib/Algorithm/Easing/Circular.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 8 | 14 | 57.1 |
| line | true | false | branch |
|---|---|---|---|
| 18 | 0 | 0 | if $t < 1e-06 |
| 19 | 0 | 0 | if $d < 1e-06 |
| 28 | 1 | 401 | if $t < 1e-06 |
| 29 | 0 | 401 | if $d < 1e-06 |
| 38 | 1 | 401 | if $t < 1e-06 |
| 39 | 0 | 401 | if $d < 1e-06 |
| 41 | 199 | 202 | if (($t /= $d / 2) < 1) |