Condition Coverage

blib/lib/WebService/StreetMapLink/Google.pm
Criterion Covered Total %
condition 2 6 33.3


and 3 conditions

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'}

or 3 conditions

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'}