Branch Coverage

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


line true false branch
109 0 0 if ($self->testKeyword($text, "keywords", 0, undef, 0, "#stay", "Keyword"))
116 0 0 if ($self->testKeyword($text, "format", 0, undef, 0, "#stay", "Format"))
123 0 0 if ($self->testKeyword($text, "mode", 0, undef, 0, "#stay", "Mode"))
130 0 0 if ($self->testKeyword($text, "flags", 0, undef, 0, "#stay", "Flags"))
136 0 0 if ($self->testInt($text, 0, undef, 0, "#stay", "Decimal"))
143 0 0 if ($self->testDetectChar($text, "\"", 0, 0, 0, undef, 0, "String", "String"))
150 0 0 if ($self->testDetectChar($text, ";", 0, 0, 0, undef, 0, "Comment", "Comment"))
161 0 0 if ($self->testLineContinue($text, 0, undef, 0, "#stay", "String"))
168 0 0 if ($self->testDetectChar($text, "\"", 0, 0, 0, undef, 0, "#pop", "String"))