blib/lib/Geo/PostalCode/NoDB.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 10 | 30 | 33.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
76 | 2 | 0 | 2 | $options{'units'} and $_UNITS{lc $options{'units'}} |
112 | 0 | 0 | 5 | $ra and $rb |
203 | 21 | 0 | 0 | $lon_rtw and $lon_distance_degrees > 90 |
335 | 46 | 33 | 0 | $cell < $center and _sign($cell) == _sign($center) || $center < 90 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
246 | 1040 | 0 | 0 | $select{'distance'} or $select{'lat'} |
1040 | 0 | 0 | $select{'distance'} or $select{'lat'} or $select{'lon'} | |
0 | 0 | 0 | $select{'distance'} or $select{'lat'} or $select{'lon'} or $select{'city'} | |
0 | 0 | 0 | $select{'distance'} or $select{'lat'} or $select{'lon'} or $select{'city'} or $select{'state'} | |
321 | 0 | 0 | 4 | $order_by eq 'city' or $order_by eq 'state' |
335 | 33 | 0 | 0 | _sign($cell) == _sign($center) || $center < 90 |