lib/SQL/Admin/Catalog/Object.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 5 | 14 | 35.7 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
28 | 0 | 0 | 0 | @_ and not $$self{'oid'} |
37 | 19 | 0 | 20 | @_ and not $$self{'catalog'} |
line | l | !l | condition |
---|---|---|---|
80 | 0 | 0 | $$self{'hint'} ||= {} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
13 | 0 | 31 | 0 | ref $class || $class |
71 | 44 | 14 | 0 | $$self{'fullname'} ||= join('.', grep(defined($_), @$self{'schema', 'name'})) |