blib/lib/YAML/CacheLoader.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 9 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
121 | 0 | 0 | 0 | (my $mtime = $file->stat->mtime) > $cutoff and my $reloaded_ago = 3607 - 'Cache::RedisDB'->ttl('YAML-CACHELOADER', $file->canonpath) |
126 | 0 | 0 | 0 | time - $reloaded_ago < $mtime and LoadFile($file, 1) |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
42 | 0 | 0 | 0 | 'Cache::RedisDB'->get('YAML-CACHELOADER', $file_loc) // _load_and_cache($file_loc) |