lib/UR/Iterator.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 7 | 10 | 70.0 |
line | true | false | branch |
---|---|---|---|
23 | 0 | 4 | unless (defined $item) |
40 | 2 | 1 | defined $_ ? : |
48 | 0 | 0 | if (@_) |
57 | 3 | 1 | unless (exists $self->{'peek_value'}) |
66 | 3 | 100236 | if (exists $self->{'peek_value'}) { } |