blib/lib/Yancy/Plugin/Auth/Role/RequireUser.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 9 | 9 | 100.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
62 | 6 | 6 | 4 | !$where || !ref($where) && $where and $user |
65 | 5 | 4 | 3 | $where and match($where, $user) |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
62 | 8 | 4 | 4 | !$where || !ref($where) && $where |