Condition Coverage

blib/lib/Business/OnlinePayment/Beanstream.pm
Criterion Covered Total %
condition 0 15 0.0


and 3 conditions

line !l l&&!r l&&r condition
131 0 0 0 $server_response != 200 and not $server_response =~ /200 OK/

or 2 conditions

line l !l condition
43 0 0 $content{$_} || ''
52 0 0 $content{$_} || ''
134 0 0 $server_response || 'connection error'

or 3 conditions

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'}