| blib/lib/Finance/Bank/ID/Base.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 5 | 20 | 25.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 53 | 1 | 0 | 0 | $args->{'login'} and not $self->username |
| 54 | 1 | 0 | 0 | $args->{'user'} and not $self->username |
| 55 | 1 | 0 | 0 | $args->{'pin'} and not $self->password |
| 89 | 0 | 0 | 0 | $self->mode eq 'simulation' and $self->save_dir |
| 0 | 0 | 0 | $self->mode eq 'simulation' and $self->save_dir and -f $self->save_dir . "/$opts->{'id'}.yaml" | |
| 96 | 0 | 0 | 0 | $self->save_dir and $self->mode ne 'simulation' |
| line | l | !l | condition |
|---|---|---|---|
| 248 | 1 | 6 | $opts{'return_datetime_obj'} // 1 |