| blib/lib/Filesys/POSIX/VFS.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 22 | 22 | 100.0 | 
| line | true | false | branch | 
|---|---|---|---|
| 37 | 10 | 6 | if ($opts{'exact'}) { } | 
| 44 | 4 | 12 | unless ($ret) | 
| 45 | 1 | 3 | unless $opts{'silent'} | 
| 66 | 2 | 48 | if (grep {$$_{'dev'} eq $dev;} @{$$self{'mounts'};}) | 
| 127 | 91 | 1665 | unless $inode | 
| 135 | 9 | 1656 | if ($$mount{'flags'}{'noexec'}) | 
| 139 | 9 | 1656 | if ($$mount{'flags'}{'nosuid'}) | 
| 144 | 18 | 3312 | if (defined $$mount{'flags'}{$_}) | 
| 160 | 3 | 5 | if $_ == $mount | 
| 162 | 1 | 4 | if $$_{'mountpoint'}{'dev'} == $$mount{'dev'} | 
| 169 | 3 | 2 | unless $$self{'mounts'}[$i] eq $mount |