Branch Coverage

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


line true false branch
321 0 0 if ($self->testRegExpr($text, "\\bdone\\b", 1, 0, 0, undef, 0, "#stay", "Keyword"))
330 0 0 if ($self->testRegExpr($text, "\\bdo\\b", 1, 0, 0, undef, 0, "#stay", "Keyword"))
340 0 0 if ($self->testRegExpr($text, "\\belif\\b", 1, 0, 0, undef, 0, "#stay", "Keyword"))
349 0 0 if ($self->testRegExpr($text, "\\bif\\b", 1, 0, 0, undef, 0, "#stay", "Keyword"))
358 0 0 if ($self->testRegExpr($text, "\\bfi\\b", 1, 0, 0, undef, 0, "#stay", "Keyword"))
367 0 0 if ($self->testRegExpr($text, "\\bcase\\b", 1, 0, 0, undef, 0, "#stay", "Keyword"))
376 0 0 if ($self->testRegExpr($text, "\\besac\\b", 1, 0, 0, undef, 0, "#stay", "Keyword"))
386 0 0 if ($self->testRegExpr($text, "[^()]+\\)", 1, 0, 0, 0, 0, "#stay", "Keyword"))
395 0 0 if ($self->testDetect2Chars($text, ";", ";", 0, 0, 0, undef, 0, "#stay", "Keyword"))
403 0 0 if ($self->testDetectChar($text, "{", 0, 0, 0, undef, 0, "#stay", "Keyword"))
411 0 0 if ($self->testDetectChar($text, "}", 0, 0, 0, undef, 0, "#stay", "Keyword"))
418 0 0 if ($self->testKeyword($text, "commands", 0, undef, 0, "#stay", "Command"))
425 0 0 if ($self->testKeyword($text, "parameters", 0, undef, 0, "#stay", "Parameter"))
432 0 0 if ($self->testKeyword($text, "options", 0, undef, 0, "#stay", "Keyword"))
438 0 0 if ($self->testInt($text, 0, undef, 0, "#stay", "Decimal"))
445 0 0 if ($self->testRegExpr($text, "\\\$[A-Za-z0-9_?{}!]+", 0, 0, 0, undef, 0, "#stay", "Parameter"))
453 0 0 if ($self->testRangeDetect($text, "\"", "\"", 0, 0, undef, 0, "#stay", "String"))
460 0 0 if ($self->testAnyChar($text, "|<>=;", 0, 0, undef, 0, "#stay", "Operator"))
467 0 0 if ($self->testDetectChar($text, "'", 0, 0, 0, undef, 0, "Single Quote", "String"))
474 0 0 if ($self->testDetectChar($text, "`", 0, 0, 0, undef, 0, "Substitution", "Substitution"))
482 0 0 if ($self->testDetect2Chars($text, "\\", "#", 0, 0, 0, undef, 0, "#stay", "Normal Text"))
489 0 0 if ($self->testRegExpr($text, "#.*\$", 0, 0, 0, undef, 0, "#stay", "Comment"))
501 0 0 if ($self->testRegExpr($text, "\\\$[A-Za-z0-9_?]+", 0, 0, 0, undef, 0, "#pop", "Parameter"))
514 0 0 if ($self->testDetect2Chars($text, "\\", "\\", 0, 0, 0, undef, 0, "#stay", "String"))
522 0 0 if ($self->testDetect2Chars($text, "\\", "'", 0, 0, 0, undef, 0, "#stay", "String"))
529 0 0 if ($self->testDetectChar($text, "'", 0, 0, 0, undef, 0, "#pop", "String"))
542 0 0 if ($self->testDetect2Chars($text, "\\", "\\", 0, 0, 0, undef, 0, "#stay", "String"))
550 0 0 if ($self->testDetect2Chars($text, "\\", "\"", 0, 0, 0, undef, 0, "#stay", "String"))
557 0 0 if ($self->testDetectChar($text, "\"", 0, 0, 0, undef, 0, "#pop", "String"))
570 0 0 if ($self->testDetect2Chars($text, "\\", "\\", 0, 0, 0, undef, 0, "#stay", "String"))
578 0 0 if ($self->testDetect2Chars($text, "\\", "`", 0, 0, 0, undef, 0, "#stay", "String"))
585 0 0 if ($self->testDetectChar($text, "`", 0, 0, 0, undef, 0, "#pop", "Substitution"))