blib/lib/WebService/StreetMapLink/Google.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 2 | 6 | 33.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
50 | 0 | 5 | 0 | defined $p{'address'} and defined $p{'city'} && (defined $p{'state'} || $p{'country'} ne 'usa') || defined $p{'postal_code'} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
50 | 5 | 0 | 0 | defined $p{'city'} && (defined $p{'state'} || $p{'country'} ne 'usa') || defined $p{'postal_code'} |