Branch Coverage

blib/lib/Amazon/MWS/XML/Address.pm
Criterion Covered Total %
branch 12 18 66.6


line true false branch
99 26 11 unless defined $value
100 10 1 if (my $reftype = ref $value) { }
101 5 5 if ($reftype eq 'HASH') { }
4 1 elsif ($reftype eq 'ARRAY') { }
104 2 3 if (%$value) { }
114 2 2 if (@$value) { }
160 0 0 if (my $second = $self->address2)
161 0 0 if ($second ne $line)
183 0 0 if (ref $phone eq 'ARRAY') { }