blib/lib/App/Dochazka/REST/ACL.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 18 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
175 | 0 | 0 | 0 | defined $eid && defined $ce->eid && $eid == $ce->eid |
177 | 0 | 0 | 0 | defined $nick && defined $ce->nick && $nick eq $ce->nick |
179 | 0 | 0 | 0 | defined $sec_id && defined $ce->sec_id && $sec_id eq $ce->sec_id |
228 | 0 | 0 | 0 | defined $emp->supervisor and defined $ce->eid |
0 | 0 | 0 | defined $emp->supervisor and defined $ce->eid and $emp->supervisor eq $ce->eid |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
139 | 0 | 0 | 0 | $current_priv eq 'passerby' or $current_priv eq 'inactive' |