| lib/Cache/AgainstFile/Storable.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 11 | 14 | 78.5 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 83 | 32 | 2 | 2 | $$self{'options'}{'NoStat'} and not $stale |
| 169 | 0 | 0 | 1 | defined $src_mt && defined $cache_mt |
| line | l | !l | condition |
|---|---|---|---|
| 44 | 4 | 4 | $$options{'Locking'} || 'AtomicWrite' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 39 | 8 | 1 | 0 | $$self{'options'}{'CacheDir'} || croak('You must supply a cache directory for caching with Storable') |
| 86 | 25 | 3 | 6 | !(defined $file_mtime && defined $cache_mtime) || $file_mtime != $cache_mtime |