blib/lib/EventStore/Tiny.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 13 | 14 | 92.8 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
90 | 8 | 3 | 23 | defined $cached_sn and $cached_sn->timestamp <= $timestamp |
116 | 16 | 1 | 5 | not defined $self->_cached_snapshot and $es->size > 0 |
line | l | !l | condition |
---|---|---|---|
107 | 23 | 1 | $es->last_timestamp // 0 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
84 | 5 | 28 | 1 | $timestamp //= $self->events->last_timestamp |
106 | 13 | 11 | 0 | $state //= $self->init_state |