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