Condition Coverage

blib/lib/Net/Async/Webservice/UPS/Package.pm
Criterion Covered Total %
condition 9 29 31.0


and 3 conditions

line !l l&&!r l&&r condition
159 0 0 33 $self->width and $self->height
0 0 33 $self->width and $self->height and $self->length
0 0 33 $self->width and $self->height and $self->length and $self->weight

or 2 conditions

line l !l condition
220 0 0 $self->length || 0
0 0 $self->width || 0
0 0 $self->height || 0
0 0 $self->weight || 0

or 3 conditions

line l !l&&r !l&&!r condition
120 0 0 0 $self->length or $self->width
0 0 0 $self->length or $self->width or $self->height
199 3 3 27 $len > $max_len or $self->weight > $max_weight
6 3 24 $len > $max_len or $self->weight > $max_weight or $size > $max_size