blib/lib/RPC/Serialized/ACL.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 10 | 10 | 100.0 |
line | true | false | branch |
---|---|---|---|
28 | 7 | 5 | if (defined $args{'operation'} and ref $args{'operation'}) { } |
35 | 7 | 5 | if (defined $args{'subject'} and ref $args{'subject'}) { } |
41 | 7 | 5 | if (defined $args{'target'} and ref $args{'target'}) { } |
47 | 8 | 4 | if (defined $args{'action'} and $args{'action'} eq 'allow') { } |
81 | 25 | 24 | unless $self->operation->match($operation) and $self->subject->match($subject) and $self->target->match($target) |