blib/lib/File/IfModified.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 6 | 8 | 75.0 |
line | true | false | branch |
---|---|---|---|
12 | 4 | 6 | if (defined $mtime) { } |
13 | 2 | 2 | if (exists $mtime{$file}) |
14 | 2 | 0 | if $mtime{$file} eq $mtime |
26 | 0 | 2 | unless open my $fh, '+>', $file |