| blib/lib/Business/OnlinePayment/CardFortress.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 3 | 24 | 12.5 |
| line | true | false | branch |
|---|---|---|---|
| 50 | 2 | 0 | unless $self->server |
| 52 | 2 | 0 | unless $self->port |
| 53 | 2 | 0 | unless $self->path |
| 64 | 0 | 0 | if $self->test_transaction |
| 73 | 0 | 0 | unless $server_response =~ /^200/ |
| 79 | 0 | 0 | unless $line =~ /^(\w+)=(.*)$/ |
| 99 | 0 | 0 | if ($self->error_message eq '_challenge') |
| 101 | 0 | 0 | unless my $private_key = $self->private_key |
| 104 | 0 | 0 | if not $private_key =~ /-----BEGIN/ and -r $private_key |
| 127 | 0 | 0 | if $self->test_transaction |
| 133 | 0 | 0 | unless $server_response =~ /^200/ |
| 139 | 0 | 0 | unless $line =~ /^(\w+)=(.*)$/ |