| line |
true |
false |
branch |
|
100
|
0 |
0 |
if defined $$self{'_digest_count'}{$docid} |
|
110
|
0 |
0 |
if (not defined $$self{'_doc_ids'}{$digest}) { } |
|
146
|
0 |
0 |
unless defined $$self{'_doc_ids'}{$digest} |
|
150
|
0 |
0 |
if (defined $intersection_size{$docid}) { } |
|
164
|
0 |
0 |
$union_size > 0 ? : |
|
167
|
0 |
0 |
if $resemblance > $$self{'sim_trsh'} |
|
278
|
0 |
0 |
if defined $encoding |
|
287
|
0 |
0 |
if defined $sim_trsh |
|
296
|
0 |
0 |
if defined $ngram_size |
|
305
|
0 |
0 |
if (@stoplist and defined $stoplist[0]) |
|
307
|
0 |
0 |
if (@stoplist == 1 and -f $stoplist[0]) { } |
|
324
|
0 |
0 |
unless defined $stoplist |
|
327
|
0 |
0 |
if (ref $stoplist ne 'ARRAY') { } |
|
329
|
0 |
0 |
unless open STOPLIST, '<', $stoplist |
|
372
|
0 |
0 |
unless $$self{'_stoplist'}{$token} |