blib/lib/OpenGL/QEng/Parser.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 16 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
59 | 0 | 0 | 0 | @tokens == 0 and defined $buf |
73 | 0 | 0 | 0 | @newtoks and not defined $i |
137 | 0 | 0 | 0 | defined $aref && ref $aref eq 'ARRAY' |
line | l | !l | condition |
---|---|---|---|
54 | 0 | 0 | $maketoken ||= sub { [$_[1], $_[0]]; } |
145 | 0 | 0 | shift() || sub { $_[0][1]; } |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
73 | 0 | 0 | 0 | @newtoks > 2 or @newtoks and not defined $i |