blib/lib/Business/OnlinePayment/AuthorizeNet/AIM.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 6 | 24 | 25.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
165 | 0 | 0 | 0 | defined $self->{'_content'}{'customer_org'} and length $self->{'_content'}{'customer_org'} |
0 | 0 | 0 | defined $self->{'_content'}{'license_num'} and length $self->{'_content'}{'license_num'} | |
221 | 5 | 0 | 0 | $post_data{'x_Email_Customer'} and not $post_data{'x_Email_Customer'} =~ /^FALSE$/i |
297 | 0 | 0 | 1 | $addl and ref $addl eq 'HASH' |
0 | 1 | 0 | $addl and ref $addl eq 'HASH' and $addl->{'notes'} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
38 | 5 | 0 | 0 | $actions{lc($content{'action'} || '')} || $content{'action'} |
47 | 5 | 0 | 0 | $types{lc($content{'type'} || '')} || $content{'type'} |
57 | 0 | 0 | 5 | $account_types{lc($content{'account_type'} || '')} || $content{'account_type'} |