| line |
true |
false |
branch |
|
93
|
0 |
0 |
if ($self->testDetect2Chars($text, "*", "/", 0, 0, 0, undef, 0, "#pop", "Comment")) |
|
105
|
0 |
0 |
if ($self->testRegExpr($text, "\\b[_a-zA-Z]\\w*(?=[\\s]*)", 0, 0, 0, undef, 0, "#pop", "Function")) |
|
118
|
0 |
0 |
if ($self->testRegExpr($text, "\\.\$", 0, 0, 0, 0, 0, "#pop", "String")) |
|
124
|
0 |
0 |
if ($self->testHlCStringChar($text, 0, undef, 0, "#stay", "String Char")) |
|
136
|
0 |
0 |
if ($self->testKeyword($text, "keywords", 0, undef, 0, "#stay", "Keyword")) |
|
144
|
0 |
0 |
if ($self->testDetectChar($text, "{", 0, 0, 0, undef, 0, "#stay", "Symbol")) |
|
152
|
0 |
0 |
if ($self->testDetectChar($text, "}", 0, 0, 0, undef, 0, "#stay", "Symbol")) |
|
159
|
0 |
0 |
if ($self->testRegExpr($text, "\\d+[KMG]?", 0, 0, 0, undef, 0, "#stay", "Decimal")) |
|
166
|
0 |
0 |
if ($self->testDetectChar($text, "\"", 0, 0, 0, undef, 0, "String", "String")) |
|
174
|
0 |
0 |
if ($self->testRegExpr($text, "text:\$", 0, 0, 0, undef, 0, "MultilineString", "String")) |
|
183
|
0 |
0 |
if ($self->testDetect2Chars($text, "/", "*", 0, 0, 0, undef, 0, "Comment", "Comment")) |
|
190
|
0 |
0 |
if ($self->testRegExpr($text, "#.*\$", 0, 0, 0, undef, 0, "#stay", "Comment")) |
|
197
|
0 |
0 |
if ($self->testRegExpr($text, ":\\w+", 0, 0, 0, undef, 0, "#stay", "Tagged Argument")) |
|
204
|
0 |
0 |
if ($self->testRegExpr($text, "[.]{1,1}", 0, 0, 0, undef, 0, "Member", "Symbol")) |
|
211
|
0 |
0 |
if ($self->testAnyChar($text, ":!%&()+,-/.*<=>?[]|~^;", 0, 0, undef, 0, "#stay", "Symbol")) |
|
222
|
0 |
0 |
if ($self->testLineContinue($text, 0, undef, 0, "#stay", "String")) |
|
228
|
0 |
0 |
if ($self->testHlCStringChar($text, 0, undef, 0, "#stay", "String Char")) |
|
235
|
0 |
0 |
if ($self->testDetectChar($text, "\"", 0, 0, 0, undef, 0, "#pop", "String")) |