| blib/lib/Class/MakeMethods/Standard/Inheritable.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 3 | 11 | 27.2 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 238 | 0 | 0 | 0 | scalar @_ == 1 and ref $_[0] eq 'ARRAY' |
| 241 | 0 | 0 | 0 | $$method{'auto_init'} and not $value |
| 339 | 0 | 6 | 3 | $$method{'auto_init'} and not $value |
| line | l | !l | condition |
|---|---|---|---|
| 126 | 0 | 3 | $$method{'data'} ||= {} |