| blib/lib/Class/Proxy/Lite.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 10 | 18 | 55.5 |
| line | true | false | branch |
|---|---|---|---|
| 20 | 0 | 6 | if $method eq 'DESTROY' |
| 21 | 0 | 6 | if $method eq 'import' and $is_class_method |
| 26 | 2 | 4 | if ($is_class_method) |
| 27 | 0 | 2 | unless $method eq 'new' and UNIVERSAL::isa($self_or_class, 'Class::Proxy::Lite') |
| 35 | 0 | 2 | if defined $cached |
| 40 | 0 | 4 | if $is_class_method and $self_or_class ne 'Class::Proxy::Lite' |
| 47 | 0 | 4 | if ($cached) { } |
| 53 | 0 | 4 | unless defined $target and ref $target |
| 66 | 0 | 4 | wantarray ? : |