| blib/lib/Test2/Compare/Object.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 10 | 12 | 83.3 |
| line | l | !l | condition |
|---|---|---|---|
| 20 | 1 | 2213 | $self->{'calls'} ||= [] |
| 74 | 1844 | 8 | $context || 'scalar' |
| 90 | 1942 | 0 | $context ||= "scalar" |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 71 | 3 | 1849 | 0 | $name ||= ref $meth eq "ARRAY" ? $meth->[0] : (ref $meth eq "CODE" ? "\\&CODE" : $meth) |
| 99 | 3 | 1929 | 10 | ref $meth || $got->can($meth) |