blib/lib/Test/EasyMock/Expectation.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 5 | 6 | 83.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
113 | 14 | 37 | 64 | $$self{'_method'} eq $$args{'method'} && $$self{'_args'}->matches($$args{'args'}) |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
81 | 29 | 15 | 0 | shift @{$$self{'_results'};} || $$self{'_stub_result'} |