| blib/lib/EventStore/Tiny.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 11 | 11 | 100.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 90 | 8 | 3 | 23 | defined $cached_sn and $cached_sn->timestamp <= $timestamp |
| 105 | 26 | 1 | 5 | not defined $self->_cached_snapshot and $es->size > 0 |
| line | l | !l | condition |
|---|---|---|---|
| 96 | 23 | 11 | $es->last_timestamp // 0 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 85 | 5 | 28 | 1 | $timestamp //= $self->events->last_timestamp |