| blib/lib/WebService/Hexonet/Connector/Response.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 11 | 18 | 61.1 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 141 | 5 | 0 | 14 | defined $first and $limit > 0 |
| 230 | 1 | 0 | 8 | $t > 0 and $limit > 0 |
| 276 | 0 | 0 | 3 | $idx >= 0 and $self->getRecordsCount > $idx |
| 367 | 1 | 0 | 7 | $len > 0 && $self->{'recordIndex'} >= 0 && $self->{'recordIndex'} < $len |
| 375 | 0 | 2 | 3 | $self->_hasCurrentRecord && $next < $len |
| 381 | 3 | 0 | 1 | $self->{'recordIndex'} > 0 && $self->_hasCurrentRecord |