blib/lib/Net/MyCommerce/API/Resource/Carts.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 16 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
199 | 0 | 0 | 0 | ref $result eq 'HASH' and ref $$result{'content'} eq 'HASH' |
0 | 0 | 0 | ref $result eq 'HASH' and ref $$result{'content'} eq 'HASH' and ref $$result{'content'}{'items'} eq 'ARRAY' |
line | l | !l | condition |
---|---|---|---|
59 | 0 | 0 | $opts{'params'} ||= {} |
60 | 0 | 0 | $opts{'params'}{'language'} ||= 'en_US' |
80 | 0 | 0 | $opts{'item'} ||= {} |
104 | 0 | 0 | $opts{'item'} ||= {} |
204 | 0 | 0 | $$item{'quantity'} || 1 |