| lib/IOMux/File/Read.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 5 | 10 | 50.0 |
| line | true | false | branch |
|---|---|---|---|
| 23 | 0 | 4 | unless my $file = $args->{'file'} |
| 26 | 4 | 0 | unless (ref $file or defined $flags) |
| 28 | 0 | 4 | if $args->{'exclusive'} |
| 32 | 0 | 4 | if (ref $file) { } |
| 37 | 0 | 4 | unless sysopen $fh, $file, $flags |