Condition Coverage

blib/lib/WWW/ShipStation.pm
Criterion Covered Total %
condition 0 18 0.0


and 3 conditions

line !l l&&!r l&&r condition
139 0 0 0 %params and keys %params

or 2 conditions

line l !l condition
23 0 0 $args{'API_BASE'} ||= 'https://data.shipstation.com/1.3/'
216 0 0 $args{$x} ||= 0
314 0 0 $args{$x} ||= 0

or 3 conditions

line l !l&&r !l&&!r condition
20 0 0 0 $args{'ua'} ||= 'LWP::UserAgent'->new
21 0 0 0 $args{'json'} ||= 'JSON'->new->allow_nonref->utf8
314 0 0 0 $x eq 'OrderID' or $x eq 'OrderItemID'