blib/lib/DBM/Deep/Storage/File.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 12 | 15 | 80.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
62 | 383 | 1 | 4 | $self->{'fh'} and not $self->{'file_offset'} |
358 | 386 | 5110 | 12 | defined $self->{'inode'} and $stats[1] != $self->{'inode'} |
384 | 3 | 3 | 10418 | $self->{'locking'} and $self->{'locked'} > 0 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
88 | 2 | 396 | 0 | not -e $self->{'file'} or -w _ |
339 | 0 | 0 | 10429 | $^O eq "MSWin32" or $^O eq "cygwin" |