Condition Coverage

blib/lib/Business/OnlinePayment/viaKLIX.pm
Criterion Covered Total %
condition 1 23 4.3


and 3 conditions

line !l l&&!r l&&r condition
106 0 0 4 defined $expiration and $expiration =~ /^(\d+)\D+\d*(\d{2})$/
120 0 0 0 exists $content{$_} and defined $content{$_}
0 0 0 exists $content{$_} and defined $content{$_} and $content{$_} =~ /\S+/
233 0 0 0 $resp =~ /^(HTTP\S+ )?200/ and $status eq '0'

or 2 conditions

line l !l condition
17 0 0 shift() || 0

or 3 conditions

line l !l&&r !l&&!r condition
26 0 0 0 $$self{'__DEBUG'} || $Business::OnlinePayment::viaKLIX::DEBUG
70 0 0 0 $actions{lc $content{'action'}} || $content{'action'}
82 0 0 0 $types{lc $content{'type'}} || $content{'type'}