| line |
true |
false |
branch |
|
376
|
0 |
0 |
if ($self->testKeyword($text, "hardware", 0, undef, 0, "#stay", "Hardware Instruction")) |
|
383
|
0 |
0 |
if ($self->testKeyword($text, "pseudo", 0, undef, 0, "#stay", "Pseudo Instruction")) |
|
390
|
0 |
0 |
if ($self->testKeyword($text, "register1", 0, undef, 0, "#stay", "Other Register")) |
|
397
|
0 |
0 |
if ($self->testKeyword($text, "register2", 0, undef, 0, "#stay", "Main Register")) |
|
404
|
0 |
0 |
if ($self->testKeyword($text, "fp", 0, undef, 0, "#stay", "Floating Point Register")) |
|
411
|
0 |
0 |
if ($self->testKeyword($text, "section", 0, undef, 0, "#stay", "Type")) |
|
418
|
0 |
0 |
if ($self->testKeyword($text, "type", 0, undef, 0, "#stay", "Section")) |
|
427
|
0 |
0 |
if ($self->testRegExpr($text, "#\\s*BEGIN.*\$", 0, 0, 0, undef, 1, "#stay", "Region Marker")) |
|
436
|
0 |
0 |
if ($self->testRegExpr($text, "#\\s*END.*\$", 0, 0, 0, undef, 1, "#stay", "Region Marker")) |
|
443
|
0 |
0 |
if ($self->testRegExpr($text, "#.*\$", 0, 0, 0, undef, 0, "#stay", "Comment")) |
|
451
|
0 |
0 |
if ($self->testRegExpr($text, "[\\w_\\.]+:", 0, 0, 0, undef, 1, "#stay", "Label")) |
|
458
|
0 |
0 |
if ($self->testDetectChar($text, "\"", 0, 0, 0, undef, 0, "string", "String")) |
|
464
|
0 |
0 |
if ($self->testFloat($text, 0, undef, 0, "#stay", "Float")) |
|
470
|
0 |
0 |
if ($self->testHlCOct($text, 0, undef, 0, "#stay", "Octal")) |
|
476
|
0 |
0 |
if ($self->testHlCHex($text, 0, undef, 0, "#stay", "Hex")) |
|
482
|
0 |
0 |
if ($self->testInt($text, 0, undef, 0, "#stay", "Decimal")) |
|
494
|
0 |
0 |
if ($self->testRegExpr($text, "\\\\.", 0, 0, 0, undef, 0, "#stay", "Char")) |
|
501
|
0 |
0 |
if ($self->testDetectChar($text, "\"", 0, 0, 0, undef, 0, "#pop", "String")) |