| blib/lib/Plucene/Analysis/UTF8Tokenizer.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 10 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 16 | 0 | 0 | if (not defined $$self{'buffer'} or length $$self{'buffer'} == 0) |
| 20 | 0 | 0 | if ($$self{'buffer'}) |
| 21 | 0 | 0 | unless ref $$self{'word'} |
| 30 | 0 | 0 | unless my $text = shift() |
| 43 | 0 | 0 | if defined $c |