blib/lib/Test/EasyMock/MockControl.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 10 | 12 | 83.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
44 | 7 | 0 | 1 | $blessed && $module_or_object |
93 | 6 | 0 | 1 | $object and $object->can($method) |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
44 | 1 | 2 | 5 | $blessed || $module_or_object |
133 | 29 | 15 | 7 | $result || first(sub { $_->has_stub_result; } , @expectations) |