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