Branch Coverage

blib/lib/Business/OnlinePayment/viaKLIX.pm
Criterion Covered Total %
branch 3 34 8.8


line true false branch
16 0 0 if (@_)
18 0 0 if (ref $self) { }
26 0 0 ref $self ? :
44 0 2 if ($opts{'debug'})
51 0 0 unless $key =~ /^default_(\w*)$/
96 0 0 ref $map{$_} ? :
106 4 0 if (defined $expiration and $expiration =~ /^(\d+)\D+\d*(\d{2})$/)
110 4 0 defined $expdate_mmyy ? :
120 0 0 if exists $content{$_} and defined $content{$_} and $content{$_} =~ /\S+/
124 0 0 if @missing
156 0 0 unless (exists $required{$type_action})
167 0 0 if $content{'cvv2'}
200 0 0 unless exists $params{$_}
203 0 0 if $self->test_transaction
210 0 0 if $Business::OnlinePayment::viaKLIX::DEBUG > 1
218 0 0 if $Business::OnlinePayment::viaKLIX::DEBUG > 1
233 0 0 if ($resp =~ /^(HTTP\S+ )?200/ and $status eq '0') { }