blib/lib/Business/OnlinePayment/PPIPayMover.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 2 | 16 | 12.5 |
line | true | false | branch |
---|---|---|---|
97 | 0 | 0 | unless ($content{'action'} eq 'CAPTURE' or $content{'action'} =~ /^(CREDIT|VOID)$/ and exists $content{'order_number'}) |
102 | 0 | 0 | if ($self->transaction_type =~ /^(cc|visa|mastercard|american express|discover)$/i) { } |
110 | 0 | 0 | unless $content{'expiration'} =~ /^(\d+)\D+\d*(\d{2})$/ |
114 | 0 | 0 | if $month =~ /^\d$/ |
208 | 0 | 0 | if $self->test_transaction |
216 | 0 | 0 | unless defined $ccresponse |
222 | 0 | 0 | if ($self->result_code == 1) { } |
257 | 16 | 136 | ref $map{$_} ? : |