Branch Coverage

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


line true false branch
104 0 0 unless exists $content{'amount'} or lc $content{'action'} eq 'authorization only'
109 0 0 if ($self->test_transaction) { }
127 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) { }
171 0 0 if $self->_running_in_test_mode
186 0 0 if ($self->result_code == 0) { }
199 0 0 if $self->_running_in_test_mode
210 0 0 unless $data{'Expiration'} =~ m[(\d{2})/?(\d{2})]
240 0 0 if $self->_running_in_test_mode
268 0 0 if $self->_running_in_test_mode
287 0 0 if ($self->result_code == 0) { }
290 0 0 if $res_data->{'ThreeDSecureAuthenticationCheckResult'} eq 'UNKNOWN'