blib/lib/KinoSearch1/Search/PhraseQuery.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 10 | 18 | 55.5 |
line | true | false | branch |
---|---|---|---|
36 | 69 | 79 | unless defined $$self{'field'} |
37 | 0 | 148 | unless $field eq $$self{'field'} |
39 | 148 | 0 | unless (defined $position) |
41 | 79 | 69 | @{$$self{'positions'};} ? : |
53 | 0 | 70 | if (@{$$self{'terms'};} == 1) { } |
71 | 0 | 0 | $proposed_field eq $$self{'field'} ? : |
77 | 0 | 0 | if $$self{'slop'} |
111 | 8 | 134 | unless $reader->doc_freq($term) |
121 | 0 | 62 | unless @term_docs |