line |
true |
false |
branch |
1534
|
0 |
0 |
if ($self->testDetectChar($text, '"', 0, 0, 0, undef, 0, '#pop', 'Identifier')) |
1545
|
0 |
0 |
if ($self->testLineContinue($text, 0, undef, 0, '#pop', 'Comment')) |
1554
|
0 |
0 |
if ($self->testDetect2Chars($text, '*', '/', 0, 0, 0, undef, 0, '#pop', 'Comment')) |
1559
|
0 |
0 |
if ($self->includePlugin('Alerts', $text)) |
1571
|
0 |
0 |
if ($self->testKeyword($text, 'envvariables', 0, undef, 0, '#stay', 'Preprocvar')) |
1578
|
0 |
0 |
if ($self->testKeyword($text, 'mytypes', 0, undef, 0, '#stay', 'Data_Type')) |
1585
|
0 |
0 |
if ($self->testKeyword($text, 'operators', 0, undef, 0, '#stay', 'Operators')) |
1592
|
0 |
0 |
if ($self->testKeyword($text, 'preprocvar', 0, undef, 0, '#stay', 'Preprocvar')) |
1599
|
0 |
0 |
if ($self->testKeyword($text, 'phrases', 0, undef, 0, '#stay', 'Phrases')) |
1606
|
0 |
0 |
if ($self->testKeyword($text, 'functions', 0, undef, 0, '#stay', 'Function')) |
1613
|
0 |
0 |
if ($self->testKeyword($text, 'statements', 0, undef, 0, '#stay', 'Statements')) |
1620
|
0 |
0 |
if ($self->testKeyword($text, 'widgets', 0, undef, 0, '#stay', 'Widgets')) |
1627
|
0 |
0 |
if ($self->testKeyword($text, 'handles', 0, undef, 0, '#stay', 'Handles')) |
1634
|
0 |
0 |
if ($self->testKeyword($text, 'properties', 0, undef, 0, '#stay', 'Properties')) |
1641
|
0 |
0 |
if ($self->testKeyword($text, 'attributes', 0, undef, 0, '#stay', 'Attributes')) |
1648
|
0 |
0 |
if ($self->testKeyword($text, 'methods', 0, undef, 0, '#stay', 'Methods')) |
1654
|
0 |
0 |
if ($self->testInt($text, 0, undef, 0, '#stay', 'Integer')) |
1661
|
0 |
0 |
if ($self->testDetectChar($text, q['], 0, 0, 0, undef, 0, 'String', 'String')) |
1670
|
0 |
0 |
if ($self->testDetect2Chars($text, '/', '*', 0, 0, 0, undef, 0, 'MultiLineComment', 'Comment')) |
1677
|
0 |
0 |
if ($self->testDetectChar($text, '"', 0, 0, 0, undef, 0, 'Identifier', 'Comment')) |
1684
|
0 |
0 |
if ($self->testDetectChar($text, '"', 0, 0, 0, undef, 0, '#stay', 'String')) |
1691
|
0 |
0 |
if ($self->testDetectChar($text, q['], 0, 0, 0, undef, 0, '#stay', 'String')) |
1698
|
0 |
0 |
if ($self->testAnyChar($text, '{}[]()~:', 0, 0, undef, 0, '#stay', 'Symbol')) |
1708
|
0 |
0 |
if ($self->testStringDetect($text, 'PROCEDURE', 1, 0, 0, undef, 1, '#stay', 'Region Marker')) |
1718
|
0 |
0 |
if ($self->testStringDetect($text, 'END PROCEDURE', 1, 0, 0, undef, 1, '#stay', 'Region Marker')) |
1728
|
0 |
0 |
if ($self->testStringDetect($text, 'FUNCTION', 1, 0, 0, undef, 1, '#stay', 'Region Marker')) |
1738
|
0 |
0 |
if ($self->testStringDetect($text, 'END FUNCTION', 1, 0, 0, undef, 1, '#stay', 'Region Marker')) |
1748
|
0 |
0 |
if ($self->testStringDetect($text, 'DO:', 1, 0, 0, undef, 0, '#stay', 'Function')) |
1758
|
0 |
0 |
if ($self->testStringDetect($text, 'REPEAT', 1, 0, 0, undef, 1, '#stay', 'Function')) |
1768
|
0 |
0 |
if ($self->testStringDetect($text, 'FOR', 1, 0, 0, undef, 1, '#stay', 'Function')) |
1778
|
0 |
0 |
if ($self->testStringDetect($text, 'CASE', 1, 0, 0, undef, 1, '#stay', 'Function')) |
1788
|
0 |
0 |
if ($self->testStringDetect($text, 'END', 1, 0, 0, undef, 1, '#stay', 'Function')) |
1799
|
0 |
0 |
if ($self->testLineContinue($text, 0, undef, 0, '#pop', 'String')) |
1805
|
0 |
0 |
if ($self->testHlCStringChar($text, 0, undef, 0, '#stay', 'String Char')) |
1812
|
0 |
0 |
if ($self->testDetectChar($text, q['], 0, 0, 0, undef, 0, '#pop', 'String')) |