blib/lib/Test/Mocha/Method.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 16 | 16 | 100.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
67 | 249 | 4 | 241 | @input and @expected |
99 | 237 | 8 | 8 | @expected > 0 and &Slurpy()->check($expected[0]) |
114 | 4 | 8 | 241 | @input == 0 && @expected == 0 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
129 | 3 | 2 | 134 | &blessed($x) or ref $x eq 'CODE' |
line | l&&r | l&&!r | !l&&r | !l&&!r | condition |
---|---|---|---|---|---|
158 | 95 | 2 | 2 | 24 | &looks_like_number($x) xor &looks_like_number($y) |