blib/lib/Elasticsearch/Util/API/Path.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 14 | 0.0 |
line | true | false | branch |
---|---|---|---|
21 | 0 | 0 | if (ref $val eq 'ARRAY') |
22 | 0 | 0 | if @$val > 1 and not $$req{'multi'} |
26 | 0 | 0 | unless (length $val) |
27 | 0 | 0 | if $$req{'required'} |
36 | 0 | 0 | unless @keys == keys %args |
38 | 0 | 0 | unless exists $args{$_} |
47 | 0 | 0 | if $$defn{'index_when_type'} and $args{'type'} and not $args{'index'} |