Condition Coverage

blib/lib/RPC/Serialized/ACL.pm
Criterion Covered Total %
condition 14 18 77.7


and 3 conditions

line !l l&&!r l&&r condition
28 0 5 7 defined $args{'operation'} and ref $args{'operation'}
35 0 5 7 defined $args{'subject'} and ref $args{'subject'}
41 0 5 7 defined $args{'target'} and ref $args{'target'}
47 0 4 8 defined $args{'action'} and $args{'action'} eq 'allow'
81 20 15 34 $self->operation->match($operation) and $self->subject->match($subject)
35 10 24 $self->operation->match($operation) and $self->subject->match($subject) and $self->target->match($target)