Branch Coverage

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


line true false branch
133 0 0 if ($self->testKeyword($text, "keywords", 0, undef, 0, "#stay", "Keyword"))
140 0 0 if ($self->testKeyword($text, "types", 0, undef, 0, "#stay", "Identifier"))
146 0 0 if ($self->testFloat($text, 0, undef, 0, "#stay", "String"))
152 0 0 if ($self->testInt($text, 0, undef, 0, "#stay", "Types"))
159 0 0 if ($self->testDetectChar($text, "\"", 0, 0, 0, undef, 0, "String", "String"))
166 0 0 if ($self->testDetectChar($text, "'", 0, 0, 0, undef, 0, "Comment", "Comment"))
178 0 0 if ($self->testDetectChar($text, "'", 0, 0, 0, undef, 0, "#pop", "String"))