Branch Coverage

blib/lib/Business/OnlinePayment/MerchantCommerce.pm
Criterion Covered Total %
branch 0 50 0.0


line true false branch
37 0 0 if $content{'_action'} eq $_ or $content{'type'} eq $_
42 0 0 unless ($content{'action'})
44 0 0 if $content{'_action'} eq $_ or $content{'type'} eq $_
50 0 0 if ($content{'action'} eq 'ns_quicksale_cc') { }
0 0 elsif ($content{'action'} eq 'ns_quicksale_check') { }
51 0 0 unless ($content{'_action'})
52 0 0 if ($content{'type'} =~ /^(post authorization|authorization only)$/) { }
64 0 0 unless $content{'action'}
74 0 0 $content{'action'} eq 'ns_quicksale_cc' ? :
89 0 0 if (defined $content{$base_identifier})
102 0 0 if $self->require_avs
108 0 0 if ($test)
112 0 0 if ($content{'action'} eq 'ns_quicksale_cc')
114 0 0 if ($test) { }
123 0 0 if ($content{'_action'} eq 'authorization only') { }
0 0 elsif ($content{'_action'} eq 'post authorization') { }
0 0 elsif ($content{'_action'} eq 'check') { }
142 0 0 if (not $$content{'expmon'} && $$content{'expyear'} and $$content{'exp_date'})
145 0 0 unless $$content{'expmon'} and $$content{'expyear'}
168 0 0 unless defined $post_data{$key}
199 0 0 if ($response_format) { }
204 0 0 unless ($self->can($meth))
210 0 0 if defined $unknown_methods[0]
215 0 0 if ($self->accepted) { }
0 0 elsif ($self->declined or $self->error) { }