| blib/lib/Business/PLZ.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 17 | 18 | 94.4 |
| line | true | false | branch |
|---|---|---|---|
| 58 | 265 | 2973 | unless defined $a2 |
| 59 | 464 | 2774 | unless defined $b2 |
| 60 | 517 | 2721 | if $a2 < $b1 |
| 61 | 2709 | 12 | if $a1 > $b2 |
| 80 | 7 | 10 | unless $code and $code =~ qr/^\d{5}$/ |
| 87 | 5 | 4 | unless ref $plz and $plz->isa('Business::PLZ') |
| 90 | 6 | 3 | $STATES->exists($plz) ? : |
| 95 | 1 | 1 | defined $state ? : |
| 100 | 0 | 1 | $state =~ /[A-Z][A-Z]/ ? : |