Branch Coverage

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


line true false branch
139 0 0 if ($self->testKeyword($text, "metafunctions", 0, undef, 0, "#stay", "MetaFunctions"))
146 0 0 if ($self->testKeyword($text, "statements", 0, undef, 0, "#stay", "Statements"))
153 0 0 if ($self->testKeyword($text, "controllers", 0, undef, 0, "#stay", "Execution Controllers"))
160 0 0 if ($self->testKeyword($text, "boolops", 0, undef, 0, "#stay", "Boolean Operators"))
167 0 0 if ($self->testRegExpr($text, "([!=><][=]|[><])", 0, 0, 0, undef, 0, "#stay", "Expressers"))
174 0 0 if ($self->testRegExpr($text, "[a-zA-Z_][a-zA-Z_0-9]+", 0, 0, 0, undef, 0, "#stay", "Normal"))
181 0 0 if ($self->testRegExpr($text, "([0-9]+\\.[0-9]*|\\.[0-9]+)?|[0-9]*", 0, 0, 0, undef, 0, "#stay", "Number"))
188 0 0 if ($self->testRegExpr($text, "#.*\$", 0, 0, 0, undef, 0, "#stay", "Comment"))
195 0 0 if ($self->testRegExpr($text, "[+*/\\(\\)-]", 0, 0, 0, undef, 0, "#stay", "Operator"))
202 0 0 if ($self->testRegExpr($text, "[\\[\\]]", 0, 0, 0, undef, 0, "#stay", "Scopes"))
209 0 0 if ($self->testDetectChar($text, "\"", 0, 0, 0, undef, 0, "String", "String"))
220 0 0 if ($self->testHlCStringChar($text, 0, undef, 0, "#stay", "String"))
227 0 0 if ($self->testRegExpr($text, "%[a-zA-Z]", 0, 0, 0, undef, 0, "#stay", "Operator"))
234 0 0 if ($self->testDetectChar($text, "\"", 0, 0, 0, undef, 0, "#pop", "String"))