| blib/lib/Business/Westpac/PaymentsPlus/Australian/Payment/Import/Remittance.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 18 | 20 | 90.0 |
| line | true | false | branch |
|---|---|---|---|
| 155 | 6 | 7 | if ($rdt eq "POST" or $rdt eq "POST_OS" or $rdt eq "POST_MULTI") |
| 160 | 3 | 8 | unless $self->_has_street_1 |
| 161 | 3 | 5 | unless $self->_has_city |
| 163 | 0 | 5 | unless length $self->city <= 25 |
| 167 | 5 | 0 | unless ($rdt eq "POST_OS") |
| 168 | 2 | 3 | unless $self->_has_state |
| 169 | 2 | 1 | unless $self->_has_post_code |
| 173 | 1 | 7 | if $rdt eq "FAX" and not $self->_has_fax |
| 174 | 1 | 6 | if $rdt eq "EMAIL" and not $self->_has_email |
| 213 | 1 | 5 | if ($self->_has_pass_through_data) |