blib/lib/WebService/Xero/Item.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 2 | 6 | 33.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
109 | 1 | 0 | 0 | ref $data->{'Items'} eq 'ARRAY' and scalar @{$data->{'Items'};} == 1 |
110 | 1 | 0 | 0 | ref $data->{'Items'} eq 'ARRAY' and scalar @{$data->{'Items'};} > 1 |