Condition Coverage

blib/lib/Business/OnlinePayment/AuthorizeNet/ARB.pm
Criterion Covered Total %
condition 12 20 60.0


and 3 conditions

line !l l&&!r l&&r condition
95 1 0 1 defined $expiration and $expiration =~ /^(\d{1,2})\D+(\d{2})$/
167 1 0 1 defined $self->transaction_type && $self->transaction_type eq 'CC'
184 1 0 1 defined $self->transaction_type && $self->transaction_type eq 'CC'

or 2 conditions

line l !l condition
153 1 1 $self->{'_content'}{'interval'} || ''

or 3 conditions

line l !l&&r !l&&!r condition
42 2 0 0 $actions{lc($content{'action'} || '')} || $content{'action'}
51 1 0 1 $types{lc($content{'type'} || '')} || $content{'type'}
61 0 0 2 $account_types{lc($content{'account_type'} || '')} || $content{'account_type'}