| blib/lib/HO/mixin.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 7 | 11 | 63.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 31 | 3 | 0 | 0 | $only and $without |
| line | l | !l | condition |
|---|---|---|---|
| 43 | 1 | 2 | $only || $without || sub { 1; } |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 15 | 0 | 3 | 0 | $class || caller |
| 51 | 3 | 4 | 4 | /^(init|new)$/ || defined $acc{$_} |