Branch Coverage

blib/lib/Business/OnlinePayment/Iridium.pm
Criterion Covered Total %
branch 0 26 0.0


line true false branch
106 0 0 unless exists $content{'amount'} or lc $content{'action'} eq 'authorization only'
111 0 0 if ($self->test_transaction) { }
129 0 0 if ($self->result_code == 0) { }
0 0 elsif ($self->result_code == 20 and $res_result->{'PreviousTransactionResult'}{'StatusCode'} == 0) { }
0 0 elsif ($self->result_code == 3) { }
173 0 0 if $self->_running_in_test_mode
188 0 0 if ($self->result_code == 0) { }
201 0 0 if $self->_running_in_test_mode
212 0 0 unless $data{'Expiration'} =~ m[(\d{2})/?(\d{2})]
242 0 0 if $self->_running_in_test_mode
270 0 0 if $self->_running_in_test_mode
289 0 0 if ($self->result_code == 0) { }
292 0 0 if $res_data->{'ThreeDSecureAuthenticationCheckResult'} eq 'UNKNOWN'