Branch Coverage

blib/lib/Lingua/Concordance.pm
Criterion Covered Total %
branch 21 28 75.0


line true false branch
54 1 9 if ($text)
78 2 8 if ($query)
88 1 3 if ($scale)
118 2 0 if ($position >= 0 and $position <= $locations[$i]) { }
0 0 elsif ($position > $locations[$i] and $position <= $locations[$i + 1]) { }
0 0 elsif ($position <= 100) { }
156 2 44 if ($radius)
166 9 21 if ($ordinal)
176 8 20 if ($sort)
209 0 14 if ($start < 0) { }
220 0 14 if ($deficit > 0)
229 2 5 if ($self->sort eq 'left') { }
2 3 elsif ($self->sort eq 'right') { }
1 2 elsif ($self->sort eq 'match') { }