blib/lib/Net/Async/Webservice/UPS/Address.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 36 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
196 | 0 | 0 | 0 | $$hashref{'postal_code'} and not defined $$hashref{'postal_code_extended'} |
0 | 0 | 0 | $$hashref{'postal_code'} and not defined $$hashref{'postal_code_extended'} and $$hashref{'postal_code'} =~ /\A(\d+)-(\d+)\z/ |
line | l | !l | condition |
---|---|---|---|
138 | 0 | 0 | $shape //= 'AV' |
144 | 0 | 0 | $self->country_code || 'US' |
155 | 0 | 0 | $self->country_code || 'US' |
173 | 0 | 0 | $self->country_code || 'US' |
246 | 0 | 0 | $self->name || '' |
0 | 0 | $self->building_name || '' | |
0 | 0 | $self->address || '' | |
0 | 0 | $self->address2 || '' | |
0 | 0 | $self->address3 || '' | |
0 | 0 | $self->state || '' | |
0 | 0 | $self->city || '' | |
0 | 0 | $self->postal_code_extended || '' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
193 | 0 | 0 | 0 | $$hashref{'Address'} || $$hashref{'AddressKeyFormat'} || $$hashref{'AddressArtifactFormat'} |
232 | 0 | 0 | 0 | $$data{'StreetName'} || $$data{'StreetNumberLow'} || $$data{'StreetType'} |