Branch Coverage

blib/lib/ICS/Simple.pm
Criterion Covered Total %
branch 0 34 0.0


line true false branch
114 0 0 if $mapRequired and not $$ICS::Simple::fieldMap{$lookupKey}
129 0 0 unless ($$request{'server_host'})
130 0 0 if ($$request{'server_mode'} =~ /^\s*prod/i) { }
146 0 0 $$response{'ics_rcode'} == 1 ? :
147 0 0 unless ($$response{'success'})
153 0 0 if ($$response{'ics_rcode'} != 1)
173 0 0 ref $grammar eq 'HASH' ? :
174 0 0 $$gMap{'_mapRequired'} ? :
178 0 0 if $mapRequired and not $$gMap{$key}
192 0 0 ref $appVal eq 'ARRAY' ? :
195 0 0 unless $app
213 0 0 ref $items eq 'ARRAY' ? :
249 0 0 ref $$item{'x_items'} eq 'ARRAY' ? :
251 0 0 if ($$item{'x_shipping_handling_fee'})
261 0 0 if ($$item{'x_shipping_fee'})
271 0 0 if ($$item{'x_handling_fee'})
363 0 0 if ($$error{'critical'} or $$response{'ics_rcode'} < 0)