Condition Coverage

blib/lib/Mock/Quick/Util.pm
Criterion Covered Total %
condition 14 18 77.7


and 3 conditions

line !l l&&!r l&&r condition
44 49 7 8 @_ and ref $_[0]
56 1 7 @_ and ref $_[0] and $_[0] == \$CLEAR
52 23 16 18 exists $$self{$name} and blessed($$self{$name})
39 0 18 exists $$self{$name} and blessed($$self{$name}) and blessed($$self{$name})->isa('Mock::Quick::Method')
57 38 0 1 blessed($_[0]) and blessed($_[0])->isa('Mock::Quick::Method')
103 0 0 12 $alts{'class'} and $alts{'obj'}