| blib/lib/Class/MOP/Object.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 10 | 10 | 100.0 |
| line | true | false | branch |
|---|---|---|---|
| 66 | 3 | 113 | unless (defined $new_metaclass) |
| 74 | 78 | 35 | if &blessed($self) ne $new_metaclass |
| 90 | 255 | 255 | &blessed($self) ? : |
| 92 | 35 | 475 | if ($meta_name->isa($other_name)) { } |
| 392 | 83 | elsif ($other_name->isa($meta_name)) { } |