| blib/lib/MojoX/Plugin/AnyCache.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 12 | 15 | 80.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 22 | 5 | 0 | 0 | $self->config->{'debug'} and $@ |
| 36 | 53 | 32 | 2 | $cb and not $self->backend->support_async |
| 59 | 1 | 25 | 7 | not $self->_raw and my $serialiser = $self->backend->get_serialiser |
| 72 | 0 | 12 | 5 | not $self->_raw and my $serialiser = $self->backend->get_serialiser |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 37 | 32 | 51 | 2 | $cb || $self->backend->support_sync |