Branch Coverage

blib/lib/ElasticSearchX/Model/Document/Mapping.pm
Criterion Covered Total %
branch 9 10 90.0


line true false branch
24 45 42 if (not $sub and $constraint->has_parent) { }
42 0 elsif ($sub) { }
31 20 67 if ($ret{'type'} ne 'string')
198 12 14 if ($mapping{'type'} eq 'string' and ($mapping{'index'} || 'analyzed') eq 'analyzed') { }
5 9 elsif ($mapping{'type'} eq 'multi_field') { }