Branch Coverage

blib/lib/SVN/ACL.pm
Criterion Covered Total %
branch 10 22 45.4


line true false branch
14 0 1 unless -w $path
15 1 0 if (-e $aclfile) { }
59 1 2 if ($user =~ /^@/) { }
60 0 1 unless exists $$self{'perm'}{'group'}{$user}
62 1 0 $permission ? :
67 0 2 unless exists $$self{'perm'}{'user'}{$user}
69 1 1 $permission ? :
78 0 1 unless exists $$self{'perm'}{'group'}{$group}
86 0 0 unless open SVNSERV, ">$repospath/conf/svnserve.conf"
96 0 0 unless open PASSWD, ">$repospath/conf/passwd"
101 0 0 unless open AUTHZ, ">$repospath/conf/authz"