lib/Class/DBI/Lite/CacheManager/InMemory.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 4 | 12 | 33.3 |
line | true | false | branch |
---|---|---|---|
29 | 0 | 1 | unless $number and $unit |
32 | 1 | 0 | if ($unit eq 'S') { } |
0 | 0 | elsif ($unit eq 'M') { } | |
0 | 0 | elsif ($unit eq 'H') { } | |
0 | 0 | elsif ($unit eq 'D') { } | |
68 | 40 | 99960 | unless exists $s->{'cache'}{$key} and $s->{'cache'}{$key}{'expires'} > time |