| blib/lib/Test/Mocha/Method.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 19 | 20 | 100.0 |
| line | true | false | branch |
|---|---|---|---|
| 75 | 542 | 625 | unless $invocation->name eq $self->name |
| 85 | 123 | 405 | if (Slurpy->check($matcher)) { } |
| 117 | 288 | elsif (Matcher->check($matcher)) { } | |
| 86 | 1 | 122 | unless @expected == 0 |
| 89 | 51 | 70 | unless &$Slurp($matcher, @input) |
| 94 | 39 | 78 | unless $matcher->check(shift @input) |
| 97 | 138 | 150 | unless match(shift @input, $matcher) |
| 102 | 17 | 378 | if (@expected > 0 and Slurpy->check($expected[0])) |
| 105 | 1 | 16 | unless @expected == 0 |
| 109 | 0 | 16 | unless &$Slurp($matcher, @input) |