Branch Coverage

blib/lib/VFSsimple.pm
Criterion Covered Total %
branch 4 14 28.5


line true false branch
69 0 1 unless my $uri = 'URI'->new($root)
72 1 0 if (not $uri->scheme or $uri->scheme eq 'ext' or not $uri->authority) { }
0 0 elsif (not $fsclass) { }
78 0 1 unless ($fsclass)
79 0 0 if (($uri->scheme || '') eq 'ext' or not $uri->scheme || $uri->authority)
81 0 0 if $1
84 1 0 if (@part)