Branch Coverage

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


line true false branch
83 0 0 if ($self->testKeyword($text, 'controls', 0, undef, 0, '#stay', 'Control Structure'))
90 0 0 if ($self->testKeyword($text, 'words', 0, undef, 0, '#stay', 'Reserved Words'))
97 0 0 if ($self->testDetectChar($text, '"', 0, 0, 0, undef, 0, 'ctx1', 'String'))
104 0 0 if ($self->testRegExpr($text, '[a-zA-Z_]+ *\\(', 0, 0, 0, undef, 0, '#stay', 'Keyword'))
111 0 0 if ($self->testDetectChar($text, '(', 0, 0, 0, undef, 0, '#stay', 'Keyword'))
118 0 0 if ($self->testDetectChar($text, ')', 0, 0, 0, undef, 0, '#stay', 'Keyword'))
125 0 0 if ($self->testRegExpr($text, '#.*$', 0, 0, 0, undef, 0, '#stay', 'Comment'))
132 0 0 if ($self->testAnyChar($text, '+-*/^:$~!&|=><@', 0, 0, undef, 0, '#stay', 'Operators'))
139 0 0 if ($self->testRegExpr($text, '%[a-zA-Z_]*%', 0, 0, 0, undef, 0, '#stay', 'Operators'))
151 0 0 if ($self->testDetectChar($text, '"', 0, 0, 0, undef, 0, '#pop', 'String'))