Branch Coverage

blib/lib/Quota.pm
Criterion Covered Total %
branch 0 38 0.0


line true false branch
41 0 0 if $#_ > 0
42 0 0 $#_ == -1 ? :
47 0 0 if ($dev and $target ne '' and not setmntent())
49 0 0 if $dev == (stat $path)[0]
62 0 0 if $#_ > 0
63 0 0 $#_ == -1 ? :
69 0 0 if (defined $dev and $target ne '' and not setmntent())
71 0 0 if $fstyp =~ /^(lofs|ignore|auto.*|proc|rootfs)$/
73 0 0 if (defined $pdev and $dev == $pdev)
74 0 0 if ($fsname =~ m[^[^/]+:/]) { }
0 0 elsif ($fstyp =~ /^nfs/i and $fsname =~ m[^(/.*)\@([^/]+)$]) { }
0 0 elsif ($argtyp eq 'dev') { }
0 0 elsif ($argtyp eq 'qfile') { }
0 0 elsif ($argtyp eq 'any') { }
79 0 0 if ($fsopt =~ m[(^|,)loop=(/dev/[^,]+)]) { }
94 0 0 if ($fstyp eq 'xfs' and $fsupp =~ /,XFS/) { }
0 0 elsif ($fstyp eq 'vxfs' and defined $fsupp and $fsupp =~ /,VXFS/) { }
0 0 elsif ($fstyp eq 'afs' || $fsname eq 'AFS' and $fsupp =~ /,AFS/) { }
99 0 0 if ($fstyp eq 'jfs2' and $fsupp =~ /,JFS2/)