| line |
true |
false |
branch |
|
72
|
14 |
668 |
if ($self->testRegExpr($text, "\\B\\.\\w+", 0, 0, 0, undef, 0, "#stay", "Keyword")) |
|
78
|
30 |
638 |
if ($self->testInt($text, 0, undef, 0, "#stay", "Number")) |
|
84
|
0 |
638 |
if ($self->testFloat($text, 0, undef, 0, "#stay", "Number")) |
|
91
|
24 |
614 |
if ($self->testAnyChar($text, "\$*", 0, 0, undef, 0, "Commentar 1", "Comment")) |
|
98
|
0 |
614 |
if ($self->testDetectChar($text, "\"", 0, 0, 0, undef, 0, "String", "String")) |
|
105
|
2 |
612 |
if ($self->testDetectChar($text, "'", 0, 0, 0, undef, 0, "String", "String")) |
|
116
|
0 |
20 |
if ($self->testLineContinue($text, 0, undef, 0, "#stay", "String")) |
|
122
|
0 |
20 |
if ($self->testHlCStringChar($text, 0, undef, 0, "#stay", "String Char")) |
|
129
|
2 |
18 |
if ($self->testDetectChar($text, "'", 0, 0, 0, undef, 0, "#pop", "String")) |