Branch Coverage

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


line true false branch
1213 0 0 if ($self->testKeyword($text, "Structure-keywords", 0, undef, 0, "#stay", "Structure-keywords"))
1220 0 0 if ($self->testKeyword($text, "Control-keywords", 0, undef, 0, "#stay", "Control-keywords"))
1227 0 0 if ($self->testKeyword($text, "Function-keywords", 0, undef, 0, "#stay", "Function-keywords"))
1234 0 0 if ($self->testKeyword($text, "Warning-keywords", 0, undef, 0, "#stay", "Warning-keywords"))
1241 0 0 if ($self->testKeyword($text, "Constants-keyword", 0, undef, 0, "#stay", "Constants-keyword"))
1248 0 0 if ($self->testKeyword($text, "functions", 0, undef, 0, "#stay", "functions"))
1254 0 0 if ($self->testFloat($text, 0, undef, 0, "#stay", "Float"))
1260 0 0 if ($self->testInt($text, 0, undef, 0, "#stay", "Decimal"))
1267 0 0 if ($self->testRegExpr($text, "//.*\$", 0, 0, 0, undef, 0, "#stay", "Comment"))
1275 0 0 if ($self->testRangeDetect($text, "\"", "\"", 0, 0, undef, 0, "#stay", "String"))