| blib/lib/ElasticSearchX/Model/Document/Mapping.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 9 | 11 | 81.8 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 24 | 42 | 0 | 45 | not $sub and $constraint->has_parent |
| 198 | 6 | 8 | 12 | $mapping{'type'} eq 'string' and ($mapping{'index'} || 'analyzed') eq 'analyzed' |
| line | l | !l | condition |
|---|---|---|---|
| 198 | 8 | 12 | $mapping{'index'} || 'analyzed' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 20 | 80 | 7 | 0 | $constraint ||= find_type_constraint('Str') |