blib/lib/Method/Generate/ClassAccessor.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 6 | 8 | 75.0 |
line | true | false | branch |
---|---|---|---|
26 | 10 | 0 | unless ($$spec{'lazy'}) |
34 | 4 | 6 | if (ref($default = $$spec{'default'})) { } |
1 | 5 | elsif ($default = $$spec{'default'}) { } | |
0 | 5 | elsif ($default = $$spec{'builder'}) { } |