blib/lib/Class/Accessor/WithDefault.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 10 | 21 | 47.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
63 | 0 | 0 | 2 | $ra and $wa |
78 | 0 | 0 | 2 | $ra and not defined &{$fullaccname;} |
83 | 1 | 0 | 1 | $wa and not defined &{$fullmutname;} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
49 | 0 | 4 | 0 | ref $self || $self |
50 | 3 | 1 | 0 | $access eq 'rw' || $access eq 'ro' |
51 | 3 | 0 | 1 | $access eq 'rw' || $access eq 'wo' |
56 | 0 | 0 | 4 | $accessor_name eq 'DESTROY' or $mutator_name eq 'DESTROY' |