| blib/lib/Class/Lego/Constructor.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 9 | 19 | 47.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 51 | 2 | 0 | 2 | ref $v and ref $v eq 'CODE' |
| 83 | 2 | 0 | 2 | ref $default and ref $default eq 'CODE' |
| line | l | !l | condition |
|---|---|---|---|
| 47 | 1 | 0 | shift() || {} |
| 70 | 2 | 0 | shift() || {} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 16 | 0 | 1 | 0 | ref $self || $self |
| 29 | 0 | 2 | 0 | ref $self || $self |
| 129 | 0 | 13 | 0 | ref $proto || $proto |