blib/lib/Cache/CacheFactory/Expiry/Size.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 4 | 15 | 26.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
73 | 9 | 0 | 0 | $use_devel_size and not $$self{'no_devel_size'} |
160 | 0 | 0 | 4 | not $$self{'no_overrule_memorycache_size'} and $storage->isa('Cache::MemoryCache') |
205 | 0 | 0 | 4 | not $$self{'no_overrule_memorycache_size'} and $storage->isa('Cache::MemoryCache') |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
164 | 4 | 0 | 0 | $$self{'_cache_size'} || $self->overrule_size($storage) |
170 | 0 | 0 | 0 | $$self{'_cache_size'} || $storage->size |