blib/lib/DBIx/Class/InflateColumn/Geo.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 20 | 0.0 |
line | true | false | branch |
---|---|---|---|
18 | 0 | 0 | unless defined $info->{'data_type'} |
20 | 0 | 0 | if lc $info->{'data_type'} eq 'point' |
26 | 0 | 0 | exists $info->{'geo_srid'} ? : |
29 | 0 | 0 | exists $info->{'geo_with_astext'} ? : |
38 | 0 | 0 | if ($astext =~ /^POINT\(([^\s]+) ([^\s]+)\)$/i) |
43 | 0 | 0 | if ($with_astext) |
53 | 0 | 0 | ref $value eq 'ARRAY' ? : |
0 | 0 | ref $value eq 'HASH' ? : | |
58 | 0 | 0 | if ($stringified =~ /[^-+\d\s\.]/) |
62 | 0 | 0 | $srid ? : |