Condition Coverage

blib/lib/Finance/Bank/ID/BCA.pm
Criterion Covered Total %
condition 11 26 42.3


and 3 conditions

line !l l&&!r l&&r condition
418 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*$/
428 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*$/

or 2 conditions

line l !l condition
278 0 0 $args{'parse_opts'} // {}

or 3 conditions

line l !l&&r !l&&!r condition
210 0 0 0 $args{'end_date'} || $max_dt
212 0 0 0 $args{'start_date'} || $end_dt->clone->subtract('days', ($args{'days'} || $max_days) - 1)
280 0 0 0 not $resp or $resp->[0] != 200
410 7 26 60 not $last_date or 'DateTime'->compare($last_date, $tx->{'date'})