| line |
true |
false |
branch |
|
315
|
0 |
0 |
if ($self->testDetectChar($text, "\"", 0, 0, 0, undef, 0, "quot in att", "Attribute")) |
|
322
|
0 |
0 |
if ($self->testDetectChar($text, " ", 0, 0, 0, undef, 0, "#pop", "Normal Text")) |
|
329
|
0 |
0 |
if ($self->testAnyChar($text, ")=<>", 0, 0, undef, 0, "#pop", "Attribute")) |
|
346
|
0 |
0 |
if ($self->testKeyword($text, "keywords", 0, undef, 0, "#stay", "Keyword")) |
|
353
|
0 |
0 |
if ($self->testKeyword($text, "types", 0, undef, 0, "#stay", "Data Type")) |
|
361
|
0 |
0 |
if ($self->testDetect2Chars($text, "-", "-", 0, 0, 0, undef, 0, "comment", "Comment")) |
|
367
|
0 |
0 |
if ($self->testInt($text, 0, undef, 0, "#stay", "Integer")) |
|
373
|
0 |
0 |
if ($self->testHlCChar($text, 0, undef, 0, "#stay", "Bit")) |
|
380
|
0 |
0 |
if ($self->testDetectChar($text, "\"", 0, 0, 0, undef, 0, "string", "Vector")) |
|
387
|
0 |
0 |
if ($self->testAnyChar($text, "[&><=:+\\-*\\/|]().,;", 0, 0, undef, 0, "#stay", "Operator")) |
|
394
|
0 |
0 |
if ($self->testDetectChar($text, "'", 0, 0, 0, undef, 0, "attribute", "Attribute")) |
|
406
|
0 |
0 |
if ($self->testDetectChar($text, "\"", 0, 0, 0, undef, 0, "#pop", "Attribute")) |
|
418
|
0 |
0 |
if ($self->testDetectChar($text, "\"", 0, 0, 0, undef, 0, "#pop", "Vector")) |