| blib/lib/File/IgnoreReadonly.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 4 | 8 | 50.0 |
| line | true | false | branch |
|---|---|---|---|
| 90 | 0 | 1 | unless (defined $file and not ref $file and length $file and -f $file) |
| 100 | 1 | 0 | if (-w $file) |
| 117 | 0 | 1 | if ($_[0]{'win32'}) { } |
| 0 | 1 | elsif ($_[0]{'unix'}) { } |