| line |
true |
false |
branch |
|
133
|
0 |
0 |
if ($self->testKeyword($text, "keywords", 0, undef, 0, "#stay", "Keyword")) |
|
140
|
0 |
0 |
if ($self->testKeyword($text, "types", 0, undef, 0, "#stay", "Identifier")) |
|
146
|
0 |
0 |
if ($self->testFloat($text, 0, undef, 0, "#stay", "String")) |
|
152
|
0 |
0 |
if ($self->testInt($text, 0, undef, 0, "#stay", "Types")) |
|
159
|
0 |
0 |
if ($self->testDetectChar($text, "\"", 0, 0, 0, undef, 0, "String", "String")) |
|
166
|
0 |
0 |
if ($self->testDetectChar($text, "'", 0, 0, 0, undef, 0, "Comment", "Comment")) |
|
178
|
0 |
0 |
if ($self->testDetectChar($text, "'", 0, 0, 0, undef, 0, "#pop", "String")) |