| line |
true |
false |
branch |
|
170
|
30 |
732 |
if ($self->testKeyword($text, "keywords", 0, undef, 0, "#stay", "Keyword")) |
|
177
|
112 |
620 |
if ($self->testKeyword($text, "nodes", 0, undef, 0, "#stay", "Node")) |
|
184
|
40 |
580 |
if ($self->testKeyword($text, "types", 0, undef, 0, "#stay", "Data Type")) |
|
190
|
10 |
570 |
if ($self->testFloat($text, 0, undef, 0, "#stay", "Float")) |
|
196
|
0 |
570 |
if ($self->testHlCHex($text, 0, undef, 0, "#stay", "Hex")) |
|
202
|
0 |
570 |
if ($self->testInt($text, 0, undef, 0, "#stay", "Decimal")) |
|
210
|
4 |
566 |
if ($self->testDetectChar($text, "{", 0, 0, 0, undef, 0, "#stay", "Normal Text")) |
|
218
|
4 |
562 |
if ($self->testDetectChar($text, "}", 0, 0, 0, undef, 0, "#stay", "Normal Text")) |
|
225
|
6 |
556 |
if ($self->testDetectChar($text, "\"", 0, 0, 0, undef, 0, "String", "String")) |
|
232
|
18 |
538 |
if ($self->testDetectChar($text, "#", 0, 0, 0, undef, 0, "Comment", "Comment")) |
|
243
|
2 |
234 |
if ($self->testLineContinue($text, 0, undef, 0, "#stay", "String")) |
|
249
|
2 |
232 |
if ($self->testHlCStringChar($text, 0, undef, 0, "#stay", "String Char")) |
|
256
|
6 |
226 |
if ($self->testDetectChar($text, "\"", 0, 0, 0, undef, 0, "#pop", "String")) |