blib/lib/Class/Accessor/Lazy.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 11 | 30 | 36.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
65 | 0 | 0 | 0 | $ra and $wa |
85 | 0 | 0 | 0 | defined &subname and not $subnamed |
91 | 0 | 0 | 4 | $ra and not defined &{$fullaccname;} |
97 | 2 | 0 | 2 | $wa and not defined &{$fullmutname;} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
32 | 0 | 2 | 0 | ref $self || $self |
41 | 0 | 6 | 0 | ref $self || $self |
51 | 0 | 4 | 0 | ref $self || $self |
52 | 2 | 2 | 0 | $access eq 'rw' || $access eq 'ro' |
53 | 2 | 0 | 2 | $access eq 'rw' || $access eq 'wo' |
58 | 0 | 0 | 4 | $accessor_name eq 'DESTROY' or $mutator_name eq 'DESTROY' |