Condition Coverage

blib/lib/Elasticsearch/Util/API/QS.pm
Criterion Covered Total %
condition 4 7 57.1


or 2 conditions

line l !l condition
232 19278 0 $Params{$_} || die("Unknown query-string param ($_)\n")
233 5166 0 $Handler{$$defn{'type'}} || die("Unknown query-string parameter type ($$defn{'type'})\n")

or 3 conditions

line l !l&&r !l&&!r condition
233 14112 5166 0 $$defn{'handler'} ||= $Handler{$$defn{'type'}} || die("Unknown query-string parameter type ($$defn{'type'})\n")