Branch Coverage

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


line true false branch
66 0 0 if ($self->testRegExpr($text, "#define.*\$", 0, 0, 0, undef, 0, "#stay", "Preprocessor"))
73 0 0 if ($self->testRegExpr($text, "#include .*\$", 0, 0, 0, undef, 0, "#stay", "Preprocessor"))
80 0 0 if ($self->testRegExpr($text, ";.*\$", 0, 0, 0, undef, 0, "#stay", "Comment"))
87 0 0 if ($self->testRegExpr($text, "\\.byte", 0, 0, 0, undef, 0, "#stay", "Data Type"))
94 0 0 if ($self->testRegExpr($text, "\\.byt", 0, 0, 0, undef, 0, "#stay", "Data Type"))
101 0 0 if ($self->testRegExpr($text, "\\.word", 0, 0, 0, undef, 0, "#stay", "Data Type"))
108 0 0 if ($self->testRegExpr($text, "\\.asc", 0, 0, 0, undef, 0, "#stay", "Data Type"))
115 0 0 if ($self->testRegExpr($text, "\\.dsb", 0, 0, 0, undef, 0, "#stay", "Data Type"))
122 0 0 if ($self->testRegExpr($text, "\\.fopt", 0, 0, 0, undef, 0, "#stay", "Data Type"))
129 0 0 if ($self->testRegExpr($text, "\\.text", 0, 0, 0, undef, 0, "#stay", "Data Type"))
136 0 0 if ($self->testRegExpr($text, "\\.data", 0, 0, 0, undef, 0, "#stay", "Data Type"))
143 0 0 if ($self->testRegExpr($text, "\\.bss", 0, 0, 0, undef, 0, "#stay", "Data Type"))
150 0 0 if ($self->testRegExpr($text, "\\.zero", 0, 0, 0, undef, 0, "#stay", "Data Type"))
157 0 0 if ($self->testRegExpr($text, "\\.align", 0, 0, 0, undef, 0, "#stay", "Data Type"))
164 0 0 if ($self->testRegExpr($text, "\\\$[A-Za-z0-9]*", 0, 0, 0, undef, 0, "#stay", "Hex"))
172 0 0 if ($self->testRegExpr($text, ",x\$", 1, 0, 0, undef, 0, "#stay", "Keyword"))
180 0 0 if ($self->testRegExpr($text, ",y\$", 1, 0, 0, undef, 0, "#stay", "Keyword"))
188 0 0 if ($self->testRegExpr($text, "#", 1, 0, 0, undef, 0, "#stay", "Keyword"))
196 0 0 if ($self->testStringDetect($text, "TAX", 1, 0, 0, undef, 0, "#stay", "Keyword"))
204 0 0 if ($self->testStringDetect($text, "ADC", 1, 0, 0, undef, 0, "#stay", "Keyword"))
212 0 0 if ($self->testStringDetect($text, "AND", 1, 0, 0, undef, 0, "#stay", "Keyword"))
220 0 0 if ($self->testStringDetect($text, "ASL", 1, 0, 0, undef, 0, "#stay", "Keyword"))
228 0 0 if ($self->testStringDetect($text, "BCC", 1, 0, 0, undef, 0, "#stay", "Keyword"))
236 0 0 if ($self->testStringDetect($text, "BCS", 1, 0, 0, undef, 0, "#stay", "Keyword"))
244 0 0 if ($self->testStringDetect($text, "BEQ", 1, 0, 0, undef, 0, "#stay", "Keyword"))
252 0 0 if ($self->testStringDetect($text, "BIT", 1, 0, 0, undef, 0, "#stay", "Keyword"))
260 0 0 if ($self->testStringDetect($text, "BMI", 1, 0, 0, undef, 0, "#stay", "Keyword"))
268 0 0 if ($self->testStringDetect($text, "BNE", 1, 0, 0, undef, 0, "#stay", "Keyword"))
276 0 0 if ($self->testStringDetect($text, "BPL", 1, 0, 0, undef, 0, "#stay", "Keyword"))
284 0 0 if ($self->testStringDetect($text, "BRK", 1, 0, 0, undef, 0, "#stay", "Keyword"))
292 0 0 if ($self->testStringDetect($text, "BVC", 1, 0, 0, undef, 0, "#stay", "Keyword"))
300 0 0 if ($self->testStringDetect($text, "BVS", 1, 0, 0, undef, 0, "#stay", "Keyword"))
308 0 0 if ($self->testStringDetect($text, "CLC", 1, 0, 0, undef, 0, "#stay", "Keyword"))
316 0 0 if ($self->testStringDetect($text, "CLD", 1, 0, 0, undef, 0, "#stay", "Keyword"))
324 0 0 if ($self->testStringDetect($text, "CLI", 1, 0, 0, undef, 0, "#stay", "Keyword"))
332 0 0 if ($self->testStringDetect($text, "CLV", 1, 0, 0, undef, 0, "#stay", "Keyword"))
340 0 0 if ($self->testStringDetect($text, "CMP", 1, 0, 0, undef, 0, "#stay", "Keyword"))
348 0 0 if ($self->testStringDetect($text, "CPX", 1, 0, 0, undef, 0, "#stay", "Keyword"))
356 0 0 if ($self->testStringDetect($text, "CPY", 1, 0, 0, undef, 0, "#stay", "Keyword"))
364 0 0 if ($self->testStringDetect($text, "DEC", 1, 0, 0, undef, 0, "#stay", "Keyword"))
372 0 0 if ($self->testStringDetect($text, "DEX", 1, 0, 0, undef, 0, "#stay", "Keyword"))
380 0 0 if ($self->testStringDetect($text, "DEY", 1, 0, 0, undef, 0, "#stay", "Keyword"))
388 0 0 if ($self->testStringDetect($text, "EOR", 1, 0, 0, undef, 0, "#stay", "Keyword"))
396 0 0 if ($self->testStringDetect($text, "INC", 1, 0, 0, undef, 0, "#stay", "Keyword"))
404 0 0 if ($self->testStringDetect($text, "INX", 1, 0, 0, undef, 0, "#stay", "Keyword"))
412 0 0 if ($self->testStringDetect($text, "INY", 1, 0, 0, undef, 0, "#stay", "Keyword"))
420 0 0 if ($self->testStringDetect($text, "JMP", 1, 0, 0, undef, 0, "#stay", "Keyword"))
428 0 0 if ($self->testStringDetect($text, "JSR", 1, 0, 0, undef, 0, "#stay", "Keyword"))
436 0 0 if ($self->testStringDetect($text, "LDA", 1, 0, 0, undef, 0, "#stay", "Keyword"))
444 0 0 if ($self->testStringDetect($text, "LDX", 1, 0, 0, undef, 0, "#stay", "Keyword"))
452 0 0 if ($self->testStringDetect($text, "LDY", 1, 0, 0, undef, 0, "#stay", "Keyword"))
460 0 0 if ($self->testStringDetect($text, "LSR", 1, 0, 0, undef, 0, "#stay", "Keyword"))
468 0 0 if ($self->testStringDetect($text, "NOP", 1, 0, 0, undef, 0, "#stay", "Keyword"))
476 0 0 if ($self->testStringDetect($text, "ORA", 1, 0, 0, undef, 0, "#stay", "Keyword"))
484 0 0 if ($self->testStringDetect($text, "PHA", 1, 0, 0, undef, 0, "#stay", "Keyword"))
492 0 0 if ($self->testStringDetect($text, "PHP", 1, 0, 0, undef, 0, "#stay", "Keyword"))
500 0 0 if ($self->testStringDetect($text, "PLA", 1, 0, 0, undef, 0, "#stay", "Keyword"))
508 0 0 if ($self->testStringDetect($text, "PLP", 1, 0, 0, undef, 0, "#stay", "Keyword"))
516 0 0 if ($self->testStringDetect($text, "ROL", 1, 0, 0, undef, 0, "#stay", "Keyword"))
524 0 0 if ($self->testStringDetect($text, "ROR", 1, 0, 0, undef, 0, "#stay", "Keyword"))
532 0 0 if ($self->testStringDetect($text, "RTI", 1, 0, 0, undef, 0, "#stay", "Keyword"))
540 0 0 if ($self->testStringDetect($text, "RTS", 1, 0, 0, undef, 0, "#stay", "Keyword"))
548 0 0 if ($self->testStringDetect($text, "SBC", 1, 0, 0, undef, 0, "#stay", "Keyword"))
556 0 0 if ($self->testStringDetect($text, "SEC", 1, 0, 0, undef, 0, "#stay", "Keyword"))
564 0 0 if ($self->testStringDetect($text, "SED", 1, 0, 0, undef, 0, "#stay", "Keyword"))
572 0 0 if ($self->testStringDetect($text, "SEI", 1, 0, 0, undef, 0, "#stay", "Keyword"))
580 0 0 if ($self->testStringDetect($text, "STA", 1, 0, 0, undef, 0, "#stay", "Keyword"))
588 0 0 if ($self->testStringDetect($text, "STX", 1, 0, 0, undef, 0, "#stay", "Keyword"))
596 0 0 if ($self->testStringDetect($text, "STY", 1, 0, 0, undef, 0, "#stay", "Keyword"))
604 0 0 if ($self->testStringDetect($text, "TAY", 1, 0, 0, undef, 0, "#stay", "Keyword"))
612 0 0 if ($self->testStringDetect($text, "TSX", 1, 0, 0, undef, 0, "#stay", "Keyword"))
620 0 0 if ($self->testStringDetect($text, "TXA", 1, 0, 0, undef, 0, "#stay", "Keyword"))
628 0 0 if ($self->testStringDetect($text, "TXS", 1, 0, 0, undef, 0, "#stay", "Keyword"))
636 0 0 if ($self->testStringDetect($text, "TYA", 1, 0, 0, undef, 0, "#stay", "Keyword"))
643 0 0 if ($self->testRegExpr($text, "\\*=", 0, 0, 0, undef, 0, "#stay", "Decimal"))
651 0 0 if ($self->testRangeDetect($text, "\"", "\"", 0, 0, undef, 0, "#stay", "String"))
658 0 0 if ($self->testAnyChar($text, "-+<>=;", 0, 0, undef, 0, "#stay", "Operator"))
667 0 0 if ($self->testDetect2Chars($text, "/", "*", 0, 0, 0, undef, 0, "Commentar 2", "Comment"))
681 0 0 if ($self->testDetect2Chars($text, "*", "/", 0, 0, 0, undef, 0, "#pop", "Comment"))