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