Branch Coverage

blib/lib/Search/Tokenizer.pm
Criterion Covered Total %
branch 23 32 71.8


line true false branch
24 0 2 if @_ == 1
29 2 5 if (/^regex=>Regexp$/)
30 1 4 if (/^lower=>SCALAR$/)
31 0 4 if (/^filter=>CODE$/)
32 2 2 if (/^filter_in_place=>CODE$/)
33 2 0 if (/^stopwords=>HASH$/)
39 0 2 if '' =~ /$regex/
46 0 3 if @other_args
71 8 4 if $lower
72 0 12 if $filter
73 12 0 if $filter_in_place
74 5 7 if $stopwords and $stopwords->{$term}
77 7 5 if ($term)
78 7 0 wantarray ? :
111 1 0 $want_lower ? :
129 4 3 $no_details ? :