Branch Coverage

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


line true false branch
99 0 0 if ($self->testKeyword($text, "keywords", 0, undef, 0, "#stay", "Keyword"))
106 0 0 if ($self->testKeyword($text, "special_sym", 0, undef, 0, "#stay", "Special operators"))
114 0 0 if ($self->testDetect2Chars($text, "-", ">", 0, 0, 0, undef, 0, "#stay", "Assignment"))
122 0 0 if ($self->testDetect2Chars($text, "s", "t", 0, 0, 0, undef, 0, "#stay", "Assignment"))
129 0 0 if ($self->testRegExpr($text, "\\[\\w\\]", 0, 0, 0, undef, 0, "#stay", "Matrix"))
136 0 0 if ($self->testDetectChar($text, "\"", 0, 0, 0, undef, 0, "String", "String"))
148 0 0 if ($self->testDetectChar($text, "\"", 0, 0, 0, undef, 0, "#pop", "String"))