Condition Coverage

blib/lib/VFSsimple.pm
Criterion Covered Total %
condition 9 24 37.5


and 3 conditions

line !l l&&!r l&&r condition
75 1 1 1 $path && -f $path
1 0 2 not $path && -f $path and @part

or 2 conditions

line l !l condition
74 0 1 shift @part || ''
79 0 0 $uri->scheme || ''
91 1 0 $fsclass || 'file'

or 3 conditions

line l !l&&r !l&&!r condition
72 1 0 0 not $uri->scheme or $uri->scheme eq 'ext'
1 0 0 not $uri->scheme or $uri->scheme eq 'ext' or not $uri->authority
79 0 0 0 $uri->scheme || $uri->authority
0 0 0 ($uri->scheme || '') eq 'ext' or not $uri->scheme || $uri->authority