Branch Coverage

blib/lib/Lingua/Awkwords/OneOf.pm
Criterion Covered Total %
branch 7 8 87.5


line true false branch
43 0 23 if @_ < 2
58 1 339 if (not @$terms) { }
4 335 elsif (@$terms == 1) { }
66 8 327 unless (defined $picker)