blib/lib/Scrape/USPS/ZipLookup/Address.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 4 | 12 | 33.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
77 | 0 | 5 | 0 | @_ and ref $_[0] eq $class |
191 | 5 | 0 | 0 | @_ == 1 and ref $_[0] |
5 | 0 | 0 | @_ == 1 and ref $_[0] and UNIVERSAL::isa($_[0], 'Scrape::USPS::ZipLookup::Address') | |
5 | 0 | 0 | @_ == 1 and ref $_[0] eq 'HASH' |