| blib/lib/Class/MakeMethods/Utility/Ref.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 16 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 119 | 0 | 0 | 0 | $Class::MakeMethods::Utility::Ref::ComparedItems{$A}++ > 2 and $Class::MakeMethods::Utility::Ref::ComparedItems{$B}++ > 2 |
| 124 | 0 | 0 | 0 | not $ignore_class and $ref_A ne $ref_B |
| line | l | !l | condition |
|---|---|---|---|
| 136 | 0 | 0 | _compare($kA[$_], $kB[$_]) || _compare($$A{$kA[$_]}, $$B{$kB[$_]}) || (next) |
| 143 | 0 | 0 | _compare($$A[$_], $$B[$_]) || (next) |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 109 | 0 | 0 | 0 | ref $A or ref $B |
| 131 | 0 | 0 | 0 | $type_A eq 'SCALAR' or $type_A eq 'REF' |