blib/lib/Business/OnlinePayment/USAePay.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 5 | 11 | 45.4 |
line | l | !l | condition |
---|---|---|---|
162 | 29 | 0 | $self->test_transaction || 0 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
62 | 0 | 29 | 0 | $types{lc $content{'type'}} || $content{'type'} |
80 | 28 | 1 | 0 | $actions{lc $content{'action'}} || $content{'action'} |
129 | 0 | 0 | 27 | $action eq 'void' or $action eq 'capture' |