| blib/lib/Business/OnlinePayment/Beanstream.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 15 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 131 | 0 | 0 | 0 | $server_response != 200 and not $server_response =~ /200 OK/ |
| line | l | !l | condition |
|---|---|---|---|
| 43 | 0 | 0 | $content{$_} || '' |
| 52 | 0 | 0 | $content{$_} || '' |
| 134 | 0 | 0 | $server_response || 'connection error' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 33 | 0 | 0 | 0 | $actions{lc $content{'action'}} || $content{'action'} |
| 35 | 0 | 0 | 0 | $content{'expiration'} ||= $content{'exp_date'} |