blib/lib/Mock/Quick/Util.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 14 | 18 | 77.7 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
44 | 49 | 7 | 8 | @_ and ref $_[0] |
56 | 1 | 7 | @_ and ref $_[0] and "$_[0]" eq '' . \$CLEAR | |
55 | 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') |
104 | 0 | 12 | 0 | $alts{'class'} and $alts{'obj'} |