Branch Coverage

blib/lib/Biblio/ILL/ISO/PostalAddress.pm
Criterion Covered Total %
branch 11 46 23.9


line true false branch
90 4 0 if (@_)
94 4 0 if ($pname or $iname)
96 4 0 if $iname
97 0 4 if $pname
99 4 0 if $extended
100 4 0 if $street
101 0 4 if $box
102 4 0 if $city
103 4 0 if $region
104 4 0 if $country
105 4 0 if $postcode
137 0 0 if ($pname or $iname)
139 0 0 if $iname
140 0 0 if $pname
142 0 0 if $extended
143 0 0 if $street
144 0 0 if $box
145 0 0 if $city
146 0 0 if $region
147 0 0 if $country
148 0 0 if $postcode
353 0 0 if ($k =~ /^name-of-person-or-institution$/) { }
0 0 elsif ($k =~ /^extended-postal-delivery-address$/ or $k =~ /^street-and-number$/ or $k =~ /^post-office-box$/ or $k =~ /^city$/ or $k =~ /^region$/ or $k =~ /^country$/ or $k =~ /^postal-code$/) { }