blib/lib/WebService/GData/Iterator.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 6 | 15 | 40.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
25 | 138 | 0 | 0 | $this->pointer >= $this->total and $this->total != 0 |
line | l | !l | condition |
---|---|---|---|
10 | 0 | 50 | shift() || sub { return shift(), shift(); } |
49 | 1 | shift() || sub { return shift(); } | |
123 | 0 | 0 | shift() || 0 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
52 | 10 | 0 | 131 | $this->pointer >= $this->total or $this->pointer < 0 |
124 | 0 | 0 | 0 | shift() || $this->FETCHSIZE - $offset |