blib/lib/SPOPS/Secure/Util.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 16 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
21 | 0 | 0 | 0 | ref $security_objects eq 'ARRAY' and scalar @{$security_objects;} > 0 |
55 | 0 | 0 | 0 | ref $item and UNIVERSAL::can($item, 'id') |
line | l | !l | condition |
---|---|---|---|
51 | 0 | 0 | $$p{'object_id'} || $$p{'oid'} || '0' |
56 | 0 | 0 | eval { do { $item->id } } || '0' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
28 | 0 | 0 | 0 | $$sec{'scope'} eq 'w' or $$sec{'scope'} eq 'u' |
50 | 0 | 0 | 0 | $$p{'class'} || $item |