| blib/lib/Geo/Google/StaticMaps/V2/Path.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 22 | 26 | 84.6 |
| line | true | false | branch |
|---|---|---|---|
| 32 | 0 | 24 | if defined $self->weight |
| 33 | 9 | 15 | if defined $self->color |
| 34 | 11 | 13 | if defined $self->fillcolor |
| 35 | 1 | 0 | $self->geodesic ? : |
| 1 | 23 | if defined $self->geodesic | |
| 47 | 0 | 24 | if @_ |
| 67 | 17 | 68 | if @_ |
| 68 | 30 | 55 | if (ref $$self{$key}) { } |
| 73 | 18 | 12 | if (ref $$self{$key} eq 'HASH') { } |
| 12 | 0 | elsif (ref $$self{$key} eq 'ARRAY') { } | |
| 86 | 24 | 6 | if (defined $a) { } |
| 87 | 12 | 12 | if ($a =~ /^(100|\d\d|\d)\%$/) |
| 117 | 1 | 25 | if @_ |