Branch Coverage

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


line true false branch
143 0 0 if ($self->testRegExpr($text, "(FIXME|TODO)", 0, 0, 0, undef, 0, "#stay", "Alert"))
155 0 0 if ($self->testRegExpr($text, "(FIXME|TODO)", 0, 0, 0, undef, 0, "#stay", "Alert"))
163 0 0 if ($self->testDetect2Chars($text, "*", "/", 0, 0, 0, undef, 0, "#pop", "Comment"))
176 0 0 if ($self->testDetect2Chars($text, "*", "/", 0, 0, 0, undef, 0, "#pop", "Comment"))
188 0 0 if ($self->testKeyword($text, "keywords", 0, undef, 0, "#stay", "Keyword"))
195 0 0 if ($self->testKeyword($text, "types", 0, undef, 0, "#stay", "Data Type"))
201 0 0 if ($self->testHlCOct($text, 0, undef, 0, "#stay", "Octal"))
207 0 0 if ($self->testHlCHex($text, 0, undef, 0, "#stay", "Hex"))
213 0 0 if ($self->testHlCChar($text, 0, undef, 0, "#stay", "Char"))
220 0 0 if ($self->testDetectChar($text, "\"", 0, 0, 0, undef, 0, "String", "String"))
225 0 0 if ($self->includePlugin("Doxygen", $text))
233 0 0 if ($self->testDetect2Chars($text, "/", "/", 0, 0, 0, undef, 0, "Commentar 1", "Comment"))
241 0 0 if ($self->testDetect2Chars($text, "/", "*", 0, 0, 0, undef, 0, "Commentar 2", "Comment"))
248 0 0 if ($self->testAnyChar($text, "!%&()+,-<=>?[]^{|}~", 0, 0, undef, 0, "#stay", "Symbol"))
256 0 0 if ($self->testStringDetect($text, "#if 0", 0, 0, 0, undef, 0, "Some Context3", "Comment"))
264 0 0 if ($self->testDetectChar($text, "#", 0, 0, 0, 0, 0, "Preprocessor", "Preprocessor"))
275 0 0 if ($self->testLineContinue($text, 0, undef, 0, "Some Context2", "Preprocessor"))
283 0 0 if ($self->testRangeDetect($text, "\"", "\"", 0, 0, undef, 0, "#stay", "Prep. Lib"))
291 0 0 if ($self->testRangeDetect($text, "<", ">", 0, 0, undef, 0, "#stay", "Prep. Lib"))
299 0 0 if ($self->testDetect2Chars($text, "/", "/", 0, 0, 0, undef, 0, "Commentar 1", "Comment"))
307 0 0 if ($self->testDetect2Chars($text, "/", "*", 0, 0, 0, undef, 0, "Commentar/Preprocessor", "Comment"))
329 0 0 if ($self->testRegExpr($text, "(FIXME|TODO)", 0, 0, 0, undef, 0, "#stay", "Alert"))
337 0 0 if ($self->testStringDetect($text, "#endif", 0, 0, 0, 0, 0, "#pop", "Comment"))
348 0 0 if ($self->testLineContinue($text, 0, undef, 0, "Some Context", "String"))
354 0 0 if ($self->testHlCStringChar($text, 0, undef, 0, "#stay", "String Char"))
361 0 0 if ($self->testDetectChar($text, "\"", 0, 0, 0, undef, 0, "#pop", "String"))