blib/lib/Business/Shipping/Shipment.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 18 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
141 | 0 | 0 | 0 | $self->domestic and $to_zip |
0 | 0 | 0 | $self->domestic and $to_zip and length $to_zip > 5 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
174 | 0 | 0 | 0 | $abbrev_to_country || $to_country |
209 | 0 | 0 | 0 | $$abbrevs{$from_country} || $from_country |
228 | 0 | 0 | 0 | $from_country_abbrev || $self->from_country |
244 | 0 | 0 | 0 | $self->to_canada or $self->domestic |