Condition Coverage

lib/SQL/Admin/Catalog/Object.pm
Criterion Covered Total %
condition 5 14 35.7


and 3 conditions

line !l l&&!r l&&r condition
28 0 0 0 @_ and not $$self{'oid'}
37 19 0 20 @_ and not $$self{'catalog'}

or 2 conditions

line l !l condition
80 0 0 $$self{'hint'} ||= {}

or 3 conditions

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'}))