Branch Coverage

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


line true false branch
101 0 0 if ($self->testRegExpr($text, "^katetemplate:", 0, 0, 0, undef, 0, "header", "Header Keyword"))
109 0 0 if ($self->testRegExpr($text, "\\\\[\$%]\\{[^}\\s]+\\}", 0, 0, 1, undef, 0, "escape", "Normal"))
117 0 0 if ($self->testRegExpr($text, "[\$%]\\{[^}\\s]+\\}", 0, 0, 1, undef, 0, "macros", "Macro"))
125 0 0 if ($self->testDetect2Chars($text, "\\", "^", 0, 0, 0, undef, 0, "#stay", "Escape"))
132 0 0 if ($self->testDetectChar($text, "^", 0, 0, 0, undef, 0, "#stay", "Keyword"))
145 0 0 if ($self->testDetect2Chars($text, "\\", "\$", 0, 0, 0, undef, 0, "#pop", "Escape"))
157 0 0 if ($self->testKeyword($text, "properties", 0, undef, 0, "headervalue", "Property"))
169 0 0 if ($self->testDetectChar($text, "=", 0, 0, 0, undef, 0, "#stay", "Header Text"))
176 0 0 if ($self->testRegExpr($text, " \\w+\\s*=", 0, 0, 1, undef, 0, "#pop", undef))
189 0 0 if ($self->testDetect2Chars($text, "\$", "{", 0, 0, 0, undef, 0, "#stay", "Keyword"))
197 0 0 if ($self->testDetect2Chars($text, "%", "{", 0, 0, 0, undef, 0, "#stay", "Keyword"))
204 0 0 if ($self->testDetectChar($text, "}", 0, 0, 0, undef, 0, "#pop", "Keyword"))
211 0 0 if ($self->testRegExpr($text, "[^}\\s]+", 0, 0, 0, undef, 0, "#stay", "Macro"))
218 0 0 if ($self->testKeyword($text, "macros", 0, undef, 0, "#stay", "Keyword"))