| blib/lib/Geo/Approx.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 3 | 9 | 33.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 23 | 0 | 0 | 1 | $precision =~ /^(\d+)$/ and $1 >= 0 |
| 0 | 0 | 1 | $precision =~ /^(\d+)$/ and $1 >= 0 and $1 <= 32 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 21 | 0 | 2 | 0 | ref $caller || $caller |