Branch Coverage

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


line true false branch
270 0 0 if ($self->testDetect2Chars($text, "*", "/", 0, 0, 0, undef, 0, "#pop", "Comment"))
288 0 0 if ($self->testRegExpr($text, "[A-Za-z0-9_.\$]+:", 0, 0, 0, undef, 1, "#stay", "Label"))
295 0 0 if ($self->testKeyword($text, "keywords", 0, undef, 0, "#stay", "Keyword"))
301 0 0 if ($self->testHlCOct($text, 0, undef, 0, "#stay", "Octal"))
307 0 0 if ($self->testHlCHex($text, 0, undef, 0, "#stay", "Hex"))
314 0 0 if ($self->testRegExpr($text, "0[bB][01]+", 0, 0, 0, undef, 0, "#stay", "Binary"))
320 0 0 if ($self->testInt($text, 0, undef, 0, "#stay", "Decimal"))
327 0 0 if ($self->testRegExpr($text, "0[fFeEdD][-+]?[0-9]*\\.?[0-9]*[eE]?[-+]?[0-9]+", 0, 0, 0, undef, 0, "#stay", "Float"))
334 0 0 if ($self->testRegExpr($text, "[A-Za-z_.\$][A-Za-z0-9_.\$]*", 0, 0, 0, undef, 0, "#stay", "Normal Text"))
341 0 0 if ($self->testRegExpr($text, "'(\\\\x[0-9a-fA-F][0-9a-fA-F]?|\\\\[0-7]?[0-7]?[0-7]?|\\\\.|.)", 0, 0, 0, undef, 0, "#stay", "Char"))
348 0 0 if ($self->testDetectChar($text, "\"", 0, 0, 0, undef, 0, "String", "String"))
356 0 0 if ($self->testDetect2Chars($text, "/", "*", 0, 0, 0, undef, 0, "Commentar 1", "Comment"))
363 0 0 if ($self->testAnyChar($text, "\@;", 0, 0, undef, 0, "Commentar 2", "Comment"))
370 0 0 if ($self->testAnyChar($text, "!#%&*()+,-<=>?/:[]^{|}~", 0, 0, undef, 0, "#stay", "Symbol"))
377 0 0 if ($self->testRegExpr($text, "^#", 0, 0, 0, undef, 0, "Preprocessor", "Preprocessor"))
398 0 0 if ($self->testLineContinue($text, 0, undef, 0, "Some Context", "String"))
404 0 0 if ($self->testHlCStringChar($text, 0, undef, 0, "#stay", "String Char"))
411 0 0 if ($self->testDetectChar($text, "\"", 0, 0, 0, undef, 0, "#pop", "String"))