blib/lib/Persistence/ValueGenerator.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 10 | 0.0 |
line | true | false | branch |
---|---|---|---|
149 | 0 | 0 | $self->has_cached_seq ? : |
172 | 0 | 0 | unless my $cached_seq = $self->_cached_seq |
173 | 0 | 0 | unless my $allocation_size = $self->allocation_size |
174 | 0 | 0 | if $cached_seq and not +($cached_seq - 1) % $allocation_size |
187 | 0 | 0 | unless $self->_entity_manager |