Condition Coverage

blib/lib/Authorization/AccessControl/Request.pm
Criterion Covered Total %
condition 9 18 50.0


and 3 conditions

line !l l&&!r l&&r condition
28 0 0 55 defined $acl and ref $acl
0 0 55 defined $acl and ref $acl and $acl->isa("Authorization::AccessControl::ACL")

or 2 conditions

line l !l condition
24 40 15 delete $params{'attributes'} // {}
25 4 51 delete $params{'get_attrs'} // undef
42 0 2 $self->{'_roles'} // []
0 0 $self->{'_roles'} // []
44 2 0 $self->{'_resource'} // "{NO_RESOURCE}"
45 2 0 $self->{'_action'} // "{NO_ACTION}"