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