| blib/lib/Finance/Bank/Wachovia.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 8 | 15 | 53.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 40 | 2 | 0 | 2 | $self->user_id and $self->password |
| 0 | 0 | 2 | $self->customer_access_number and $self->pin | |
| 0 | 0 | 2 | $self->customer_access_number and $self->pin and $self->code_word | |
| 43 | 2 | 0 | 2 | $self->user_id && $self->password |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 40 | 2 | 0 | 2 | $self->user_id and $self->password or $self->customer_access_number and $self->pin and $self->code_word |