blib/lib/Class/Proxy/Lite.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 4 | 15 | 26.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
21 | 6 | 0 | 0 | $method eq 'import' and $is_class_method |
27 | 0 | 0 | 2 | $method eq 'new' and UNIVERSAL::isa($self_or_class, 'Class::Proxy::Lite') |
40 | 4 | 0 | 0 | $is_class_method and $self_or_class ne 'Class::Proxy::Lite' |
53 | 0 | 0 | 4 | defined $target and ref $target |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
48 | 0 | 0 | 0 | $$cached ||= &$resolver($token) |