Branch Coverage

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


line true false branch
94 0 0 if ($self->testRegExpr($text, "[\$][\\({]", 0, 0, 0, undef, 0, "VarFromNormal", "Operator"))
101 0 0 if ($self->testRegExpr($text, "[_\\w-]*\\b", 0, 0, 0, undef, 0, "#pop", "Commands"))
113 0 0 if ($self->testKeyword($text, "keywords", 0, undef, 0, "#stay", "Keyword"))
120 0 0 if ($self->testRegExpr($text, "[_\\w\\d]*\\s*(?=:=|=)", 0, 0, 0, undef, 0, "Value", "Variable"))
128 0 0 if ($self->testRegExpr($text, "[_\\w\\d-]*\\s*:", 0, 0, 0, undef, 1, "#stay", "Target"))
135 0 0 if ($self->testRegExpr($text, "^[.].*:", 0, 0, 0, undef, 0, "#stay", "Section"))
142 0 0 if ($self->testDetectChar($text, "\"", 0, 0, 0, undef, 0, "String", "String"))
149 0 0 if ($self->testRegExpr($text, "[\$][\\({]", 0, 0, 0, undef, 0, "VarFromNormal", "Operator"))
156 0 0 if ($self->testAnyChar($text, "+*=%\$():\\\\;", 0, 0, undef, 0, "#stay", "Operator"))
164 0 0 if ($self->testRegExpr($text, "[\@-]", 0, 0, 0, undef, 1, "Commands", "Operator"))
171 0 0 if ($self->testRegExpr($text, "(:^|[^\\\\])#.*\$", 0, 0, 0, undef, 0, "#stay", "Comment"))
182 0 0 if ($self->testLineContinue($text, 0, undef, 0, "#stay", "String"))
189 0 0 if ($self->testDetectChar($text, "\"", 0, 0, 0, undef, 0, "#pop", "String"))
201 0 0 if ($self->testRegExpr($text, "\\\\\$", 0, 0, 0, undef, 0, "#stay", "Operator"))
208 0 0 if ($self->testRegExpr($text, "[^\\\\]?\$", 0, 0, 0, undef, 0, "#pop", "String"))
215 0 0 if ($self->testRegExpr($text, "[\$][\\({]", 0, 0, 0, undef, 0, "VarFromValue", "Operator"))
222 0 0 if ($self->testRegExpr($text, "\@[-_\\d\\w]*\@", 0, 0, 0, undef, 0, "#pop", "Special"))
229 0 0 if ($self->testDetectChar($text, ";", 0, 0, 0, undef, 0, "#pop", "Operator"))
241 0 0 if ($self->testRegExpr($text, "[\\)}]", 0, 0, 0, undef, 0, "#pop", "Operator"))
253 0 0 if ($self->testRegExpr($text, "[\\)}](?=/)", 0, 0, 0, undef, 0, "#pop", "Operator"))
260 0 0 if ($self->testRegExpr($text, "[\\)}][^\$]", 0, 0, 0, undef, 0, "#pop", "Operator"))
267 0 0 if ($self->testRegExpr($text, "[\\)}]\$", 0, 0, 0, undef, 0, "#pop#pop", "Operator"))