blib/lib/WWW/Google/Places/DetailResult.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 14 | 0.0 |
line | true | false | branch |
---|---|---|---|
54 | 0 | 0 | if (exists $args->{'reviews'}) { } |
65 | 0 | 0 | if (exists $args->{'geometry'}) |
69 | 0 | 0 | if (exists $args->{'photos'}) |
78 | 0 | 0 | if (exists $args->{'address_components'}) |
195 | 0 | 0 | if (@{$self->address_components;}) |
205 | 0 | 0 | if (@{$self->reviews;}) |
218 | 0 | 0 | if (@{$self->photos;}) |