blib/lib/Geo/Coordinates/Converter/Format/Geohash.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 4 | 6 | 66.6 |
line | true | false | branch |
---|---|---|---|
21 | 1 | 2 | unless $point->isa('Geo::Coordinates::Converter::Point::Geohash') |
22 | 0 | 2 | unless $point->geohash =~ /\A[0-9bcdefghjkmnpqrstuvwxyz]+\z/i |
44 | 2 | 0 | unless $point->isa('Geo::Coordinates::Converter::Format::Geohash') |