Branch Coverage

blib/lib/Data/ACL/Realm.pm
Criterion Covered Total %
branch 7 10 70.0


line true false branch
14 0 0 unless ($right eq 'ALLOW' or $right eq 'DENY')
36 3 3 if $group =~ /^all$/i
37 0 3 if $group =~ s/^\.//
38 1 2 unless $set->member($user)
48 4 2 if ($self->Is($user, $group) and not $exception && $self->Is($user, $exception))