| blib/lib/File/StatCache.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 13 | 20 | 65.0 |
| line | true | false | branch |
|---|---|---|---|
| 84 | 8 | 0 | unless defined $now |
| 86 | 3 | 5 | unless (exists $laststattime{$path}) |
| 91 | 0 | 3 | unless (defined $itemstat) |
| 97 | 2 | 3 | if ($now - $laststattime{$path} > $STATTIMEOUT) |
| 102 | 1 | 1 | unless (defined $itemstat) |
| 109 | 0 | 3 | unless (exists $stat_cache{$path}) |
| 127 | 5 | 1 | if (defined $stat) { } |
| 128 | 0 | 5 | unless wantarray |
| 139 | 1 | 0 | wantarray ? : |
| 196 | 0 | 0 | if defined $itemstat |