| blib/lib/Class/Mixin.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 15 | 20 | 75.0 |
| line | true | false | branch |
|---|---|---|---|
| 79 | 7 | 7 | if defined $Class::Mixin::OBJ |
| 112 | 2 | 6 | unless @_ |
| 115 | 1 | 5 | unless exists $$p{'to'} or exists $$p{'from'} |
| 118 | 3 | 2 | if (exists $$p{'to'}) |
| 121 | 2 | 3 | if (exists $$p{'from'}) |
| 217 | 0 | 5 | if $class ne $mixin and not $class->isa('Class::Mixin') |
| 222 | 2 | 8 | if (exists $r{$method}) { } |
| 0 | 8 | elsif (exists ${$targetSym;}{$method}) { } | |
| 223 | 0 | 2 | if warnings::enabled() |
| 226 | 0 | 0 | if warnings::enabled() |