Condition Coverage

blib/lib/Test/Mock/FileSystem.pm
Criterion Covered Total %
condition 11 37 29.7


and 3 conditions

line !l l&&!r l&&r condition
366 0 0 0 $$file{'type'} eq 'f' and $$file{'content'}

or 2 conditions

line l !l condition
84 1 1 shift() || {}
156 0 1 $args{'content'} || ''
158 0 1 $args{'access'} ||= 7
226 2 0 $name ||= ''
230 2 0 $1 || '<'

or 3 conditions

line l !l&&r !l&&!r condition
159 0 0 1 $args{'uid'} ||= getuid()
160 0 0 1 $args{'gid'} ||= getgid()
161 0 1 0 $args{'ctime'} ||= time
162 0 1 0 $args{'mtime'} ||= time
163 0 1 0 $args{'atime'} ||= time
304 0 0 0 $$entry{'atime'} || time
0 0 0 $$entry{'mtime'} || time
0 0 0 $$entry{'ctime'} || time