Branch Coverage

blib/lib/File/Find/Rule/Filesys/Virtual.pm
Criterion Covered Total %
branch 13 20 65.0


line true false branch
80 0 0 ref $_ ? :
83 0 1 ref $_ eq 'ARRAY' ? :
1 0 ref $_ ? :
90 0 7 unless my $fh = $vfs->open_read($_)
95 40 0 ref $rule eq 'Regexp' ? :
2 38 if (ref $rule eq 'Regexp' ? /$rule/ : &$rule(@_))
124 2 9 unless ($vfs->chdir($path))
129 2 0 if ($vfs->test('e', $path) and not $vfs->test('d', $path))
140 4 5 $parent ? :
151 4 18 if ($vfs->test('d', $name) and not $File::Find::prune and not $name =~ /^\..?$/)