| line |
true |
false |
branch |
|
264
|
0 |
0 |
if ($self->testRegExpr($text, "(FIXME|TODO)", 0, 0, 0, undef, 0, "#stay", "Alert")) |
|
276
|
0 |
0 |
if ($self->testKeyword($text, "keywords", 0, undef, 0, "#stay", "Keyword")) |
|
283
|
0 |
0 |
if ($self->testKeyword($text, "basefunc", 0, undef, 0, "#stay", "BaseFunc")) |
|
295
|
0 |
0 |
if ($self->testDetect2Chars($text, "-", "-", 0, 0, 0, undef, 0, "Comment", "Comment")) |
|
302
|
0 |
0 |
if ($self->testDetectChar($text, "#", 0, 0, 0, undef, 0, "Comment", "Comment")) |
|
309
|
0 |
0 |
if ($self->testDetectChar($text, "\"", 0, 0, 0, undef, 0, "String", "String")) |
|
316
|
0 |
0 |
if ($self->testAnyChar($text, "!%&()+,-<=>?[]^{|}~", 0, 0, undef, 0, "#stay", "Symbol")) |
|
323
|
0 |
0 |
if ($self->testRegExpr($text, "\\d*\\.?\\d*e?\\d+", 0, 0, 0, undef, 0, "#stay", "Number")) |
|
335
|
0 |
0 |
if ($self->testDetectChar($text, "\"", 0, 0, 0, undef, 0, "#pop", "String")) |