blib/lib/Text/DAWG.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 2 | 13 | 15.3 |
line | l | !l | condition |
---|---|---|---|
743 | 0 | 0 | $options ||= {} |
749 | 0 | 0 | $$options{'startmatch'} ||= {%{$$options{'start'};}, %{$$options{'match'};}} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
627 | 0 | 0 | 67 | $nextix > $nodecnt or $nextix <= $nodeix |
634 | 0 | 2 | 0 | $nodecnt == 1 or vec $$self{'match'}, $nodeix, 1 |
745 | 0 | 0 | 0 | $$options{$key} ||= $value |