Branch Coverage

blib/lib/Class/Accessor/Lazy.pm
Criterion Covered Total %
branch 9 30 30.0


line true false branch
58 0 4 if ($accessor_name eq 'DESTROY' or $mutator_name eq 'DESTROY')
63 0 4 if ($accessor_name eq $mutator_name) { }
65 0 0 if ($ra and $wa) { }
0 0 elsif ($ra) { }
77 0 0 unless (defined &{$fullname;})
78 0 0 if defined &subname
82 0 0 if ($accessor_name eq $field)
85 0 0 if defined &subname and not $subnamed
86 0 0 unless defined &{$alias;}
91 4 0 if ($ra and not defined &{$fullaccname;})
94 0 4 if defined &subname
97 2 2 if ($wa and not defined &{$fullmutname;})
99 0 2 if defined &subname
104 4 0 if ($lazy)
107 0 4 unless (defined &{$init_method;})