blib/lib/Finance/Bank/ID/BCA.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 11 | 26 | 42.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
405 | 20 | 69 | 4 | $self->_variant eq 'perorangan' and $tx->{'date'}->dow =~ /6|7/ |
89 | 4 | 0 | $self->_variant eq 'perorangan' and $tx->{'date'}->dow =~ /6|7/ and not $tx->{'description'} =~ /^(BIAYA ADM|BUNGA|(CR|DR) KOREKSI BUNGA|PAJAK BUNGA)\s*$/ | |
415 | 73 | 20 | 0 | $self->_variant eq 'bisnis' and $tx->{'date'}->dow =~ /6|7/ |
93 | 0 | 0 | $self->_variant eq 'bisnis' and $tx->{'date'}->dow =~ /6|7/ and not $tx->{'description'} =~ /^(BIAYA ADM|BUNGA|(CR|DR) KOREKSI BUNGA|PAJAK BUNGA)\s*$/ |
line | l | !l | condition |
---|---|---|---|
265 | 0 | 0 | $args{'parse_opts'} // {} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
197 | 0 | 0 | 0 | $args{'end_date'} || $max_dt |
199 | 0 | 0 | 0 | $args{'start_date'} || $end_dt->clone->subtract('days', ($args{'days'} || $max_days) - 1) |
267 | 0 | 0 | 0 | not $resp or $resp->[0] != 200 |
397 | 7 | 26 | 60 | not $last_date or 'DateTime'->compare($last_date, $tx->{'date'}) |