Branch Coverage

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


line true false branch
137 0 0 if ($self->testDetectSpaces($text, 0, undef, 0, "#stay", undef))
144 0 0 if ($self->testStringDetect($text, "CONTROL", 0, 0, 0, undef, 0, "Control", "Keyword"))
151 0 0 if ($self->testStringDetect($text, "#HINT", 0, 0, 0, undef, 0, "Hint", "Hint"))
156 0 0 if ($self->includeRules("Common", $text))
166 0 0 if ($self->includePlugin("Alerts", $text))
180 0 0 if ($self->testDetect2Chars($text, "*", "/", 0, 0, 0, undef, 0, "#pop", "Comment"))
185 0 0 if ($self->includePlugin("Alerts", $text))
199 0 0 if ($self->testStringDetect($text, "//BEGIN", 0, 0, 0, undef, 1, "Region Marker", "Region Marker"))
208 0 0 if ($self->testStringDetect($text, "//END", 0, 0, 0, undef, 1, "Region Marker", "Region Marker"))
215 0 0 if ($self->testKeyword($text, "keywords", 0, undef, 0, "#stay", "Keyword"))
222 0 0 if ($self->testKeyword($text, "types", 0, undef, 0, "#stay", "Data Type"))
226 0 0 if ($self->testDetectIdentifier($text, 0, undef, 0, "#stay", undef))
234 0 0 if ($self->testDetectChar($text, "{", 0, 0, 0, undef, 0, "#stay", "Symbol"))
242 0 0 if ($self->testDetectChar($text, "}", 0, 0, 0, undef, 0, "#stay", "Symbol"))
249 0 0 if ($self->testFloat($text, 0, undef, 0, "#stay", "Float"))
254 0 0 if ($self->testAnyChar($text, "fF", 0, 0, undef, 0, "#stay", "Float"))
261 0 0 if ($self->testHlCOct($text, 0, undef, 0, "#stay", "Octal"))
267 0 0 if ($self->testHlCHex($text, 0, undef, 0, "#stay", "Hex"))
273 0 0 if ($self->testInt($text, 0, undef, 0, "#stay", "Decimal"))
278 0 0 if ($self->includePlugin("Doxygen", $text))
286 0 0 if ($self->testDetect2Chars($text, "/", "/", 0, 0, 0, undef, 0, "Commentar 1", "Comment"))
295 0 0 if ($self->testDetect2Chars($text, "/", "*", 0, 0, 0, undef, 0, "Commentar 2", "Comment"))
304 0 0 if ($self->testDetectSpaces($text, 0, undef, 0, "#stay", undef))
311 0 0 if ($self->testStringDetect($text, "CODE", 0, 0, 0, undef, 0, "Code", "Keyword"))
316 0 0 if ($self->includeRules("Common", $text))
325 0 0 if ($self->testDetectSpaces($text, 0, undef, 0, "#stay", undef))
332 0 0 if ($self->testDetectChar($text, ")", 0, 0, 0, undef, 0, "#pop", "Hint"))
336 0 0 if ($self->testDetectIdentifier($text, 0, undef, 0, "#stay", undef))
345 0 0 if ($self->testDetectSpaces($text, 0, undef, 0, "#stay", undef))
352 0 0 if ($self->testStringDetect($text, "CONTROL", 0, 0, 0, undef, 0, "Control", "Keyword"))
359 0 0 if ($self->testStringDetect($text, "CODE", 0, 0, 0, undef, 0, "Code", "Keyword"))
364 0 0 if ($self->includeRules("Common", $text))
373 0 0 if ($self->testDetectSpaces($text, 0, undef, 0, "#stay", undef))
380 0 0 if ($self->testStringDetect($text, "PROGRAM", 0, 0, 0, undef, 0, "#stay", "Keyword"))
387 0 0 if ($self->testStringDetect($text, "INTERFACE", 0, 0, 0, undef, 0, "Interface", "Keyword"))