blib/lib/Filesys/Virtual/Async/inMemory.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 33 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
35 | 0 | 0 | 0 | @_ & 1 and ref $_[0] |
0 | 0 | 0 | @_ & 1 and ref $_[0] and ref $_[0] eq 'HASH' | |
51 | 0 | 0 | 0 | exists $opt{'readonly'} and defined $opt{'readonly'} |
62 | 0 | 0 | 0 | exists $opt{'filesystem'} and defined $opt{'filesystem'} |
82 | 0 | 0 | 0 | exists $opt{'cwd'} and defined $opt{'cwd'} |
473 | 0 | 0 | 0 | defined $uid and $uid > -1 |
476 | 0 | 0 | 0 | defined $gid and $gid > -1 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
245 | 0 | 0 | 0 | not defined $ret or $ret == 0 |
298 | 0 | 0 | 0 | not defined $ret or $ret == 0 |
664 | 0 | 0 | 0 | exists $self->_fs->{$path} or $path eq '.' |
0 | 0 | 0 | exists $self->_fs->{$path} or $path eq '.' or $path eq '..' |