| blib/lib/Finance/Bank/ID/BPRKS.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 2 | 14 | 14.2 |
| line | l | !l | condition |
|---|---|---|---|
| 288 | 0 | 0 | $args{'parse_opts'} // {} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 225 | 0 | 0 | 0 | $args{'end_date'} || $max_dt |
| 227 | 0 | 0 | 0 | $args{'start_date'} || $end_dt->clone->subtract('days', ($args{'days'} || $max_days) - 1) |
| 290 | 0 | 0 | 0 | not $resp or $resp->[0] != 200 |
| 397 | 2 | 0 | 2 | not $last_date or 'DateTime'->compare($last_date, $tx->{'date'}) |