blib/lib/Filesys/POSIX/Mem/Inode.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 17 | 18 | 94.4 |
line | true | false | branch |
---|---|---|---|
37 | 288 | 1 | defined $opts{'mode'} ? : |
0 | 289 | defined $opts{'rdev'} ? : | |
40 | 177 | 112 | if (exists $opts{'mode'} and ($opts{'mode'} & $Filesys::POSIX::Mem::Inode::S_IFMT) == $Filesys::POSIX::Mem::Inode::S_IFDIR) |
43 | 132 | 45 | $opts{'parent'} ? : |
54 | 1 | 234 | if $directory->exists($name) |
83 | 1 | 15 | unless $self->link |
91 | 1 | 15 | unless $self->link |
101 | 2 | 77 | if ($self->dir) |
107 | 60 | 17 | unless ($self->{'bucket'}) |