| blib/lib/DBM/Deep/Storage/File.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 12 | 15 | 80.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 62 | 399 | 1 | 5 | $self->{'fh'} and not $self->{'file_offset'} |
| 364 | 403 | 5862 | 12 | defined $self->{'inode'} and $stats[1] != $self->{'inode'} |
| 390 | 3 | 3 | 15167 | $self->{'locking'} and $self->{'locked'} > 0 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 88 | 2 | 412 | 0 | not -e $self->{'file'} or -w _ |
| 345 | 0 | 0 | 15185 | $^O eq "MSWin32" or $^O eq "cygwin" |