Branch Coverage

blib/lib/File/FcntlLock.pm
Criterion Covered Total %
branch 4 10 40.0


line true false branch
52 39 0 ref $fh || $fh =~ /^\*/ ? :
53 0 39 unless defined $fd
58 0 39 unless defined $action
60 39 0 if ($ret = &C_fcntl_lock($fd, $action, $self, $err)) { }
0 0 elsif ($err) { }