Branch Coverage

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


line true false branch
130 0 0 if ($self->testDetect2Chars($text, "*", ")", 0, 0, 0, undef, 0, "#pop", "Comment"))
143 0 0 if ($self->testDetect2Chars($text, "(", "*", 0, 0, 0, undef, 0, "Multiline/Inline Comment", "Comment"))
150 0 0 if ($self->testDetectChar($text, "\"", 0, 0, 0, undef, 0, "String", "String"))
157 0 0 if ($self->testKeyword($text, "keywords", 0, undef, 0, "#stay", "Keyword"))
164 0 0 if ($self->testKeyword($text, "types", 0, undef, 0, "#stay", "Data Type"))
171 0 0 if ($self->testFloat($text, 0, undef, 0, "#stay", "Float"))
176 0 0 if ($self->testAnyChar($text, "fF", 0, 0, undef, 0, "#stay", "Float"))
183 0 0 if ($self->testHlCHex($text, 0, undef, 0, "#stay", "Decimal"))
189 0 0 if ($self->testInt($text, 0, undef, 0, "#stay", "Decimal"))
200 0 0 if ($self->testHlCStringChar($text, 0, undef, 0, "#stay", "String Char"))
207 0 0 if ($self->testDetectChar($text, "\"", 0, 0, 0, undef, 0, "#pop", "String"))