Condition Coverage

lib/Cache/AgainstFile/Storable.pm
Criterion Covered Total %
condition 11 14 78.5


and 3 conditions

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

or 2 conditions

line l !l condition
44 4 4 $$options{'Locking'} || 'AtomicWrite'

or 3 conditions

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