Branch Coverage

blib/lib/Syntax/Highlight/Engine/Kate/Ferite.pm
Criterion Covered Total %
branch 0 72 0.0


line true false branch
133 0 0 if ($self->testRegExpr($text, '(FIXME|TODO)', 0, 0, 0, undef, 0, '#stay', 'Alert'))
145 0 0 if ($self->testKeyword($text, 'keywords', 0, undef, 0, '#stay', 'Keyword'))
152 0 0 if ($self->testKeyword($text, 'types', 0, undef, 0, '#stay', 'Data Type'))
159 0 0 if ($self->testFloat($text, 0, undef, 0, '#stay', 'Float'))
164 0 0 if ($self->testAnyChar($text, 'fF', 0, 0, undef, 0, '#stay', 'Float'))
171 0 0 if ($self->testHlCOct($text, 0, undef, 0, '#stay', 'Octal'))
177 0 0 if ($self->testHlCHex($text, 0, undef, 0, '#stay', 'Hex'))
184 0 0 if ($self->testInt($text, 0, undef, 0, '#stay', 'Decimal'))
190 0 0 if ($self->testStringDetect($text, 'ULL', 1, 0, 0, undef, 0, '#stay', 'Decimal'))
198 0 0 if ($self->testStringDetect($text, 'LUL', 1, 0, 0, undef, 0, '#stay', 'Decimal'))
206 0 0 if ($self->testStringDetect($text, 'LLU', 1, 0, 0, undef, 0, '#stay', 'Decimal'))
214 0 0 if ($self->testStringDetect($text, 'UL', 1, 0, 0, undef, 0, '#stay', 'Decimal'))
222 0 0 if ($self->testStringDetect($text, 'LU', 1, 0, 0, undef, 0, '#stay', 'Decimal'))
230 0 0 if ($self->testStringDetect($text, 'LL', 1, 0, 0, undef, 0, '#stay', 'Decimal'))
238 0 0 if ($self->testStringDetect($text, 'U', 1, 0, 0, undef, 0, '#stay', 'Decimal'))
246 0 0 if ($self->testStringDetect($text, 'L', 1, 0, 0, undef, 0, '#stay', 'Decimal'))
253 0 0 if ($self->testHlCChar($text, 0, undef, 0, '#stay', 'Char'))
260 0 0 if ($self->testDetectChar($text, '"', 0, 0, 0, undef, 0, 'String', 'String'))
268 0 0 if ($self->testDetect2Chars($text, '/', '/', 0, 0, 0, undef, 0, 'Comment', 'Comment'))
276 0 0 if ($self->testDetect2Chars($text, '/', '*', 0, 0, 0, undef, 0, 'Multiline Comment', 'Comment'))
283 0 0 if ($self->testAnyChar($text, '!%&()+,-<=>?[]^{|}~', 0, 0, undef, 0, '#stay', 'Symbol'))
291 0 0 if ($self->testStringDetect($text, '#if 0', 0, 0, 0, undef, 0, 'Undeffed', 'Comment'))
299 0 0 if ($self->testDetectChar($text, '#', 0, 0, 0, 0, 0, 'Preprocessor', 'Preprocessor'))
312 0 0 if ($self->testDetect2Chars($text, '*', '/', 0, 0, 0, undef, 0, '#pop', 'Comment'))
319 0 0 if ($self->testRegExpr($text, '(FIXME|TODO)', 0, 0, 0, undef, 0, '#stay', 'Alert'))
332 0 0 if ($self->testDetect2Chars($text, '*', '/', 0, 0, 0, undef, 0, '#pop', 'Comment'))
343 0 0 if ($self->testLineContinue($text, 0, undef, 0, '#stay', 'Preprocessor'))
351 0 0 if ($self->testRangeDetect($text, '"', '"', 0, 0, undef, 0, '#stay', 'Prep. Lib'))
359 0 0 if ($self->testRangeDetect($text, '<', '>', 0, 0, undef, 0, '#stay', 'Prep. Lib'))
367 0 0 if ($self->testDetect2Chars($text, '/', '/', 0, 0, 0, undef, 0, 'Comment', 'Comment'))
375 0 0 if ($self->testDetect2Chars($text, '/', '*', 0, 0, 0, undef, 0, 'Multiline Comment 2', 'Comment'))
386 0 0 if ($self->testLineContinue($text, 0, undef, 0, '#stay', 'String'))
392 0 0 if ($self->testHlCStringChar($text, 0, undef, 0, '#stay', 'String Char'))
399 0 0 if ($self->testDetectChar($text, '"', 0, 0, 0, undef, 0, '#pop', 'String'))
411 0 0 if ($self->testRegExpr($text, '(FIXME|TODO)', 0, 0, 0, undef, 0, '#stay', 'Alert'))
419 0 0 if ($self->testStringDetect($text, '#endif', 0, 0, 0, 0, 0, '#pop', 'Comment'))