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