| line |
true |
false |
branch |
|
136
|
0 |
0 |
if ($self->testKeyword($text, 'keywords', 0, undef, 0, '#stay', 'Keyword')) |
|
143
|
0 |
0 |
if ($self->testKeyword($text, 'types', 0, undef, 0, '#stay', 'Data Type')) |
|
151
|
0 |
0 |
if ($self->testDetectChar($text, '{', 0, 0, 0, undef, 0, '#stay', 'Symbol')) |
|
159
|
0 |
0 |
if ($self->testDetectChar($text, '}', 0, 0, 0, undef, 0, '#stay', 'Symbol')) |
|
166
|
0 |
0 |
if ($self->testFloat($text, 0, undef, 0, '#stay', 'Float')) |
|
171
|
0 |
0 |
if ($self->testAnyChar($text, 'fF', 0, 0, undef, 0, '#stay', 'Float')) |
|
178
|
0 |
0 |
if ($self->testHlCOct($text, 0, undef, 0, '#stay', 'Octal')) |
|
184
|
0 |
0 |
if ($self->testHlCHex($text, 0, undef, 0, '#stay', 'Hex')) |
|
191
|
0 |
0 |
if ($self->testInt($text, 0, undef, 0, '#stay', 'Decimal')) |
|
197
|
0 |
0 |
if ($self->testStringDetect($text, 'ULL', 1, 0, 0, undef, 0, '#stay', 'Decimal')) |
|
205
|
0 |
0 |
if ($self->testStringDetect($text, 'LUL', 1, 0, 0, undef, 0, '#stay', 'Decimal')) |
|
213
|
0 |
0 |
if ($self->testStringDetect($text, 'LLU', 1, 0, 0, undef, 0, '#stay', 'Decimal')) |
|
221
|
0 |
0 |
if ($self->testStringDetect($text, 'UL', 1, 0, 0, undef, 0, '#stay', 'Decimal')) |
|
229
|
0 |
0 |
if ($self->testStringDetect($text, 'LU', 1, 0, 0, undef, 0, '#stay', 'Decimal')) |
|
237
|
0 |
0 |
if ($self->testStringDetect($text, 'LL', 1, 0, 0, undef, 0, '#stay', 'Decimal')) |
|
245
|
0 |
0 |
if ($self->testStringDetect($text, 'U', 1, 0, 0, undef, 0, '#stay', 'Decimal')) |
|
253
|
0 |
0 |
if ($self->testStringDetect($text, 'L', 1, 0, 0, undef, 0, '#stay', 'Decimal')) |
|
260
|
0 |
0 |
if ($self->testHlCChar($text, 0, undef, 0, '#stay', 'Char')) |
|
267
|
0 |
0 |
if ($self->testDetectChar($text, '"', 0, 0, 0, undef, 0, 'String', 'String')) |
|
275
|
0 |
0 |
if ($self->testDetect2Chars($text, '/', '/', 0, 0, 0, undef, 0, 'SingleLineComment', 'Comment')) |
|
283
|
0 |
0 |
if ($self->testDetect2Chars($text, '/', '*', 0, 0, 0, undef, 0, 'MultiLineComment', 'Comment')) |
|
290
|
0 |
0 |
if ($self->testAnyChar($text, ':!%&()+,-/.*<=>?[]|~^;', 0, 0, undef, 0, '#stay', 'Symbol')) |
|
297
|
0 |
0 |
if ($self->testRegExpr($text, '^#', 0, 0, 0, undef, 0, 'Preprocessor', 'Preprocessor')) |
|
305
|
0 |
0 |
if ($self->testDetect2Chars($text, '@', '"', 0, 0, 0, undef, 0, 'String', 'String')) |
|
318
|
0 |
0 |
if ($self->testDetect2Chars($text, '*', '/', 0, 0, 0, undef, 0, '#pop', 'Comment')) |
|
331
|
0 |
0 |
if ($self->testDetect2Chars($text, '*', '/', 0, 0, 0, undef, 0, '#pop#pop', 'Comment')) |
|
342
|
0 |
0 |
if ($self->testLineContinue($text, 0, undef, 0, '#stay', 'Preprocessor')) |
|
350
|
0 |
0 |
if ($self->testRangeDetect($text, '"', '"', 0, 0, undef, 0, '#stay', 'Prep. Lib')) |
|
358
|
0 |
0 |
if ($self->testRangeDetect($text, '<', '>', 0, 0, undef, 0, '#stay', 'Prep. Lib')) |
|
363
|
0 |
0 |
if ($self->includePlugin('Doxygen', $text)) |
|
371
|
0 |
0 |
if ($self->testDetect2Chars($text, '/', '/', 0, 0, 0, undef, 0, 'SingleLineComment', 'Comment')) |
|
379
|
0 |
0 |
if ($self->testDetect2Chars($text, '/', '*', 0, 0, 0, undef, 0, 'MultiLineCommentPrep', 'Comment')) |
|
395
|
0 |
0 |
if ($self->testLineContinue($text, 0, undef, 0, '#stay', 'String')) |
|
401
|
0 |
0 |
if ($self->testHlCStringChar($text, 0, undef, 0, '#stay', 'String Char')) |
|
408
|
0 |
0 |
if ($self->testDetectChar($text, '"', 0, 0, 0, undef, 0, '#pop', 'String')) |