Condition Coverage

blib/lib/Data/ACL/Realm.pm
Criterion Covered Total %
condition 3 9 33.3


and 3 conditions

line !l l&&!r l&&r condition
48 4 0 0 $exception && $self->Is($user, $exception)
2 0 4 $self->Is($user, $group) and not $exception && $self->Is($user, $exception)

or 3 conditions

line l !l&&r !l&&!r condition
14 0 0 0 $right eq 'ALLOW' or $right eq 'DENY'