| blib/lib/Algorithm/GooglePolylineEncoding.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 11 | 12 | 91.6 |
| line | true | false | branch |
|---|---|---|---|
| 28 | 20 | 28 | $number < 0 ? : |
| 43 | 19 | 29 | if ($is_negative) |
| 50 | 34 | 14 | if length($bin) % 5 != 0 |
| 93 | 0 | 2 | if ($number > 18446744073709551615) { } |
| 103 | 1 | 1 | if length($bin) % 5 != 0 |
| 173 | 19 | 27 | $result & 1 ? : |