blib/lib/Lang/HL/Syntax.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 24 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
210 | 0 | 0 | 0 | $currentChar eq "(" and $class->nextChar eq "?" |
217 | 0 | 0 | 0 | $currentChar ne "?" and $class->nextChar ne ")" |
236 | 0 | 0 | 0 | $currentChar eq "!" and $class->isAlpha($class->nextChar) |
257 | 0 | 0 | 0 | $currentChar eq ":" and $class->nextChar eq ":" |
266 | 0 | 0 | 0 | $currentChar eq "=" and $class->nextChar eq "=" |
390 | 0 | 0 | 0 | $currentChar eq "e" and $class->nextChar eq "q" |
399 | 0 | 0 | 0 | $currentChar eq "n" and $class->nextChar eq "e" |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
436 | 0 | 0 | 0 | $class->isDigit($currentChar) or $currentChar eq "." |