blib/lib/HOP/Lexer.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 13 | 14 | 92.8 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
183 | 25 | 8 | 42 | 0 == @tokens and defined $buf |
188 | 24 | 8 | 22 | defined $_ && $_ ne '' |
194 | 8 | 16 | 4 | @newtoks and not defined $i |
line | l | !l | condition |
---|---|---|---|
177 | 2 | 6 | $maketoken ||= sub { [$_[0], $_[1]]; } |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
194 | 8 | 0 | 28 | @newtoks > 2 or @newtoks and not defined $i |