| blib/lib/WWW/LogicBoxes/Contact.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 7 | 20 | 35.0 | 
| line | true | false | branch | 
|---|---|---|---|
| 120 | 0 | 0 | $self->has_address2 ? : | 
| 0 | 0 | $self->has_address3 ? : | |
| 0 | 0 | $self->has_state ? : | |
| 0 | 0 | $self->has_fax_number ? : | |
| 148 | 0 | 7 | unless (defined $response) | 
| 152 | 0 | 7 | if ($response->{'currentstatus'} eq 'Deleted') | 
| 177 | 1 | 6 | exists $response->{'address2'} ? : | 
| 0 | 7 | exists $response->{'address3'} ? : | |
| 7 | 0 | exists $response->{'state'} ? : | |
| 0 | 7 | exists $response->{'faxnocc'} ? : |