lib/Test/Expectation/Base.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 10 | 16 | 62.5 |
line | true | false | branch |
---|---|---|---|
12 | 5 | 1 | if ref $expectedClass |
39 | 1 | 4 | if (wantarray) { } |
68 | 0 | 1 | if $$self{-'expectationsSet'}{-'with'} |
79 | 1 | 0 | if ref $params[0] and ref $params[0] eq $$self{-'class'} |
83 | 1 | 0 | if Dumper(@params) eq Dumper(@expectedParams) |
95 | 0 | 3 | if $$self{-'expectationsSet'}{-'return'} |
109 | 0 | 0 | if $$self{-'expectationsSet'}{-'exception'} |
141 | 1 | 6 | if $$self{-'replacement'} |