blib/lib/Geo/GoogleEarth/Pluggable/Placemark.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 4 | 23 | 17.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
55 | 5 | 0 | 0 | &blessed(scalar $self->style) and $self->style->can("url") |
94 | 5 | 0 | 0 | ref $self->lookat and $self->lookat->can("node") |
line | l | !l | condition |
---|---|---|---|
184 | 0 | 0 | $point->alt || 0 |
188 | 0 | 0 | $point->altitude || 0 |
194 | 0 | 0 | $point->{'alt'} || $point->{'altitude'} || $point->{'elevation'} || $point->{'hae'} || $point->{'elev'} || 0 |
199 | 0 | 24 | $point->[2] || 0 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
56 | 0 | 0 | 5 | $self->{'styleUrl'} ||= $url |
191 | 0 | 0 | 0 | $point->{'lat'} || $point->{'latitude'} |
192 | 0 | 0 | 0 | $point->{'lon'} || $point->{'long'} || $point->{'longitude'} |