blib/lib/MooX/Emulate/Class/Accessor/Fast.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 14 | 15 | 93.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
251 | 8 | 8 | 13 | $reader and $writer |
16 | 3 | 10 | $reader and $writer and $reader eq $writer | |
265 | 8 | 1 | 10 | $reader and not $stash->has_symbol('&' . $reader) |
270 | 8 | 1 | 10 | $writer and not $stash->has_symbol('&' . $writer) |
275 | 3 | 0 | 1 | @_ and $type ne 'wo' |