| blib/lib/MooseX/AttributeIndexes/Provider/FromAttributes.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 7 | 9 | 77.7 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 37 | 0 | 7 | 2 | not &blessed($indexed) and defined &reftype($indexed) |
| 7 | 0 | 2 | not &blessed($indexed) and defined &reftype($indexed) and &reftype($indexed) eq 'CODE' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 32 | 2 | 5 | 2 | $indexed ||= $attr->indexed |