blib/lib/Filesys/POSIX/Mem/Inode.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 17 | 18 | 94.4 |
line | true | false | branch |
---|---|---|---|
27 | 285 | 1 | defined $opts{'mode'} ? : |
0 | 286 | defined $opts{'rdev'} ? : | |
40 | 175 | 111 | if (exists $opts{'mode'} and ($opts{'mode'} & $Filesys::POSIX::Mem::Inode::S_IFMT) == $Filesys::POSIX::Mem::Inode::S_IFDIR) |
41 | 130 | 45 | $opts{'parent'} ? : |
54 | 1 | 231 | if $directory->exists($name) |
83 | 1 | 14 | unless $self->link |
91 | 1 | 14 | unless $self->link |
101 | 2 | 77 | if ($self->dir) |
107 | 60 | 17 | unless ($$self{'bucket'}) |