Branch Coverage

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


line true false branch
461 0 0 if ($self->testKeyword($text, 'reserved words', 0, undef, 0, '#stay', 'Keyword'))
468 0 0 if ($self->testKeyword($text, 'types', 0, undef, 0, '#stay', 'Data Type'))
475 0 0 if ($self->testKeyword($text, 'commands', 0, undef, 0, '#stay', 'Command'))
482 0 0 if ($self->testKeyword($text, 'io commands', 0, undef, 0, '#stay', 'IOCommand'))
488 0 0 if ($self->testFloat($text, 0, undef, 0, '#stay', 'Octal'))
494 0 0 if ($self->testInt($text, 0, undef, 0, '#stay', 'Decimal'))
502 0 0 if ($self->testRangeDetect($text, q['], q['], 0, 0, undef, 0, '#stay', 'String'))
510 0 0 if ($self->testRangeDetect($text, '"', '"', 0, 0, undef, 0, '#stay', 'String'))
517 0 0 if ($self->testDetectChar($text, '(', 0, 0, 0, undef, 0, '#stay', 'Hex'))
524 0 0 if ($self->testDetectChar($text, ')', 0, 0, 0, undef, 0, '#stay', 'Hex'))
531 0 0 if ($self->testDetectChar($text, '[', 0, 0, 0, undef, 0, '#stay', 'Char'))
538 0 0 if ($self->testDetectChar($text, ']', 0, 0, 0, undef, 0, '#stay', 'Char'))
545 0 0 if ($self->testDetectChar($text, '{', 0, 0, 0, undef, 0, '#stay', 'Float'))
552 0 0 if ($self->testDetectChar($text, '}', 0, 0, 0, undef, 0, '#stay', 'Float'))
559 0 0 if ($self->testDetectChar($text, '$', 0, 0, 0, undef, 0, '#stay', 'Char'))
566 0 0 if ($self->testDetectChar($text, '@', 0, 0, 0, undef, 0, '#stay', 'Char'))
573 0 0 if ($self->testDetectChar($text, ':', 0, 0, 0, undef, 0, '#stay', 'Char'))
580 0 0 if ($self->testDetectChar($text, ';', 0, 0, 0, undef, 0, 'Comment', 'Char'))
587 0 0 if ($self->testDetectChar($text, '!', 0, 0, 0, undef, 0, 'systemvarcontext', 'Char'))
599 0 0 if ($self->testDetectChar($text, '(', 0, 0, 0, undef, 0, '#pop', 'Hex'))
606 0 0 if ($self->testDetectChar($text, '.', 0, 0, 0, undef, 0, '#pop', 'Char'))
613 0 0 if ($self->testDetectChar($text, ' ', 0, 0, 0, undef, 0, '#pop', 'Hex'))
620 0 0 if ($self->testKeyword($text, 'system variables', 0, undef, 0, '#pop', 'Float'))