Condition Coverage

blib/lib/Class/Std/Slots.pm
Criterion Covered Total %
condition 13 23 56.5


and 3 conditions

line !l l&&!r l&&r condition
163 0 1 14 blessed $src_obj and defined $dst_obj
245 0 0 1 defined $dst_method and defined $$_[1]
0 1 0 defined $dst_method and defined $$_[1] and $dst_method ne $$_[1]
0 0 2 defined $_ and defined $$_[0]

or 2 conditions

line l !l condition
176 1 10 shift() || {}

or 3 conditions

line l !l&&r !l&&!r condition
168 12 1 0 shift() || _connect_usage()
183 0 1 9 $$options{'strong'} || ref $dst_obj eq 'CODE'
245 1 0 1 $dst_id != refaddr($$_[0]) or defined $dst_method and defined $$_[1] and $dst_method ne $$_[1]