Condition Coverage

blib/lib/App/Dochazka/REST/Model/Component.pm
Criterion Covered Total %
condition 0 17 0.0


and 2 conditions

line l !l condition
156 0 0 $self->{'path'} and $self->{'source'} and $self->{'acl'} and scalar grep({$self->{'acl'} eq $_;} "admin", "active", "inactive", "passerby")

and 3 conditions

line !l l&&!r l&&r condition
156 0 0 0 $self->{'path'} and $self->{'source'}
0 0 0 $self->{'path'} and $self->{'source'} and $self->{'acl'}
193 0 0 0 $self->{'cid'} and $self->{'path'} || $self->{'source'} || $self->{'acl'}
200 0 0 0 $self->{'acl'} and not scalar grep({$self->{'acl'} eq $_;} "admin", "active", "inactive", "passerby")

or 3 conditions

line l !l&&r !l&&!r condition
193 0 0 0 $self->{'path'} || $self->{'source'} || $self->{'acl'}