blib/lib/Business/OnlinePayment/MerchantCommerce.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 24 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
142 | 0 | 0 | 0 | $$content{'expmon'} && $$content{'expyear'} |
0 | 0 | 0 | not $$content{'expmon'} && $$content{'expyear'} and $$content{'exp_date'} | |
145 | 0 | 0 | 0 | $$content{'expmon'} and $$content{'expyear'} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
37 | 0 | 0 | 0 | $content{'_action'} eq $_ or $content{'type'} eq $_ |
44 | 0 | 0 | 0 | $content{'_action'} eq $_ or $content{'type'} eq $_ |
213 | 0 | 0 | 0 | $self->accepted || $self->declined || $self->error |
215 | 0 | 0 | 0 | $self->declined or $self->error |
220 | 0 | 0 | 0 | $self->declined || $self->error |