Branch Coverage

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


line true false branch
648 0 0 if ($self->testStringDetect($text, '', 0, 0, 0, undef, 0, '#pop', 'CF Comment'))
802 0 0 if ($self->testDetectChar($text, '>', 0, 0, 0, undef, 0, '#pop', 'CF Tags'))
809 0 0 if ($self->testDetectChar($text, '=', 0, 0, 0, undef, 0, '#stay', 'Normal Text'))
816 0 0 if ($self->testRegExpr($text, '"[^"]*"', 0, 0, 0, undef, 0, '#stay', 'Attribute Values'))
823 0 0 if ($self->testRegExpr($text, q['[^']*'], 0, 0, 0, undef, 0, '#stay', 'Attribute Values'))
836 0 0 if ($self->testDetect2Chars($text, '/', '*', 0, 0, 0, undef, 0, 'ctxC Style Comment', 'Script Comment'))
844 0 0 if ($self->testDetect2Chars($text, '/', '/', 0, 0, 0, undef, 0, 'ctxOne Line Comment', 'Script Comment'))
851 0 0 if ($self->testRegExpr($text, '"[^"]*"', 0, 0, 0, undef, 0, '#stay', 'Script Strings'))
858 0 0 if ($self->testRegExpr($text, q['[^']*'], 0, 0, 0, undef, 0, '#stay', 'Script Strings'))
864 0 0 if ($self->testInt($text, 0, undef, 0, '#stay', 'Script Numbers'))
870 0 0 if ($self->testFloat($text, 0, undef, 0, '#stay', 'Script Numbers'))
877 0 0 if ($self->testAnyChar($text, '[()[\\]=+-*/]+', 0, 0, undef, 0, '#stay', 'Script Operators'))
884 0 0 if ($self->testAnyChar($text, '{}', 0, 0, undef, 0, '#stay', 'Brackets'))
891 0 0 if ($self->testKeyword($text, 'CFSCRIPT Keywords', 0, undef, 0, '#stay', 'Script Keywords'))
898 0 0 if ($self->testKeyword($text, 'CFSCRIPT Functions', 0, undef, 0, '#stay', 'Script Functions'))
905 0 0 if ($self->testRegExpr($text, '', 0, 0, 0, undef, 0, '#pop#pop', 'Script Tags'))
917 0 0 if ($self->testDetectChar($text, '>', 0, 0, 0, undef, 0, 'ctxCFSCRIPT Block', 'Script Tags'))
924 0 0 if ($self->testDetectChar($text, '=', 0, 0, 0, undef, 0, '#stay', 'Normal Text'))
931 0 0 if ($self->testRegExpr($text, '"[^"]*"', 0, 0, 0, undef, 0, '#stay', 'Attribute Values'))
938 0 0 if ($self->testRegExpr($text, q['[^']*'], 0, 0, 0, undef, 0, '#stay', 'Attribute Values'))
950 0 0 if ($self->testDetectChar($text, '>', 0, 0, 0, undef, 0, '#pop', 'CFX Tags'))
957 0 0 if ($self->testDetectChar($text, '=', 0, 0, 0, undef, 0, '#stay', 'Normal Text'))
964 0 0 if ($self->testRegExpr($text, '"[^"]*"', 0, 0, 0, undef, 0, '#stay', 'Attribute Values'))
971 0 0 if ($self->testRegExpr($text, q['[^']*'], 0, 0, 0, undef, 0, '#stay', 'Attribute Values'))
983 0 0 if ($self->testDetectChar($text, '>', 0, 0, 0, undef, 0, '#pop', 'Custom Tags'))
990 0 0 if ($self->testDetectChar($text, '=', 0, 0, 0, undef, 0, '#stay', 'Normal Text'))
997 0 0 if ($self->testRegExpr($text, '"[^"]*"', 0, 0, 0, undef, 0, '#stay', 'Attribute Values'))
1004 0 0 if ($self->testRegExpr($text, q['[^']*'], 0, 0, 0, undef, 0, '#stay', 'Attribute Values'))
1016 0 0 if ($self->testStringDetect($text, '', 0, 0, 0, undef, 0, '#pop', 'HTML Comment'))
1035 0 0 if ($self->testDetectChar($text, ';', 0, 0, 0, undef, 0, '#pop', 'HTML Entities'))
1047 0 0 if ($self->testDetectChar($text, '>', 0, 0, 0, undef, 0, '#pop', 'Image Tags'))
1054 0 0 if ($self->testDetectChar($text, '=', 0, 0, 0, undef, 0, '#stay', 'Normal Text'))
1061 0 0 if ($self->testRegExpr($text, '"[^"]*"', 0, 0, 0, undef, 0, '#stay', 'Attribute Values'))
1068 0 0 if ($self->testRegExpr($text, q['[^']*'], 0, 0, 0, undef, 0, '#stay', 'Attribute Values'))
1086 0 0 if ($self->testDetect2Chars($text, '/', '*', 0, 0, 0, undef, 0, 'ctxC Style Comment', 'Script Comment'))
1094 0 0 if ($self->testDetect2Chars($text, '/', '/', 0, 0, 0, undef, 0, 'ctxOne Line Comment', 'Script Comment'))
1101 0 0 if ($self->testRegExpr($text, '"[^"]*"', 0, 0, 0, undef, 0, '#stay', 'Script Strings'))
1108 0 0 if ($self->testRegExpr($text, q['[^']*'], 0, 0, 0, undef, 0, '#stay', 'Script Strings'))
1114 0 0 if ($self->testInt($text, 0, undef, 0, '#stay', 'Script Numbers'))
1120 0 0 if ($self->testFloat($text, 0, undef, 0, '#stay', 'Script Numbers'))
1127 0 0 if ($self->testAnyChar($text, '[()[\\]=+-*/]+', 0, 0, undef, 0, '#stay', 'Script Operators'))
1134 0 0 if ($self->testAnyChar($text, '{}', 0, 0, undef, 0, '#stay', 'Brackets'))
1141 0 0 if ($self->testKeyword($text, 'Script Keywords', 0, undef, 0, '#stay', 'Script Keywords'))
1148 0 0 if ($self->testKeyword($text, 'Script Objects', 0, undef, 0, '#stay', 'Script Objects'))
1155 0 0 if ($self->testKeyword($text, 'Script Methods', 0, undef, 0, '#stay', 'Script Functions'))
1162 0 0 if ($self->testRegExpr($text, '', 0, 0, 0, undef, 0, '#pop#pop', 'Script Tags'))
1174 0 0 if ($self->testDetectChar($text, '>', 0, 0, 0, undef, 0, 'ctxSCRIPT Block', 'Script Tags'))
1181 0 0 if ($self->testDetectChar($text, '=', 0, 0, 0, undef, 0, '#stay', 'Normal Text'))
1188 0 0 if ($self->testRegExpr($text, '"[^"]*"', 0, 0, 0, undef, 0, '#stay', 'Attribute Values'))
1195 0 0 if ($self->testRegExpr($text, q['[^']*'], 0, 0, 0, undef, 0, '#stay', 'Attribute Values'))
1208 0 0 if ($self->testDetect2Chars($text, '/', '*', 0, 0, 0, undef, 0, 'ctxC Style Comment', 'Script Comment'))
1215 0 0 if ($self->testDetectChar($text, '{', 0, 0, 0, undef, 0, 'ctxStyle Properties', 'Brackets'))
1222 0 0 if ($self->testRegExpr($text, '', 0, 0, 0, undef, 0, '#pop#pop', 'Style Tags'))
1234 0 0 if ($self->testDetectChar($text, '>', 0, 0, 0, undef, 0, 'ctxSTYLE Block', 'Style Tags'))
1241 0 0 if ($self->testDetectChar($text, '=', 0, 0, 0, undef, 0, '#stay', 'Normal Text'))
1248 0 0 if ($self->testRegExpr($text, '"[^"]*"', 0, 0, 0, undef, 0, '#stay', 'Attribute Values'))
1255 0 0 if ($self->testRegExpr($text, q['[^']*'], 0, 0, 0, undef, 0, '#stay', 'Attribute Values'))
1267 0 0 if ($self->testDetectChar($text, '}', 0, 0, 0, undef, 0, '#pop', 'Brackets'))
1275 0 0 if ($self->testDetect2Chars($text, '/', '*', 0, 0, 0, undef, 0, 'ctxC Style Comment', 'Script Comment'))
1282 0 0 if ($self->testDetectChar($text, ':', 0, 0, 0, undef, 0, 'ctxStyle Values', 'Normal Text'))
1294 0 0 if ($self->testDetectChar($text, ';', 0, 0, 0, undef, 0, '#pop', 'Normal Text'))
1301 0 0 if ($self->testDetectChar($text, ',', 0, 0, 0, undef, 0, '#stay', 'Normal Text'))
1307 0 0 if ($self->testInt($text, 0, undef, 0, '#stay', 'Numbers'))
1313 0 0 if ($self->testFloat($text, 0, undef, 0, '#stay', 'Numbers'))
1320 0 0 if ($self->testRegExpr($text, '#([0-9a-fA-F]{3})|([0-9a-fA-F]{6})', 0, 0, 0, undef, 0, '#stay', 'Numbers'))
1327 0 0 if ($self->testRegExpr($text, '"[^"]*"', 0, 0, 0, undef, 0, '#stay', 'Attribute Values'))
1334 0 0 if ($self->testRegExpr($text, q['[^']*'], 0, 0, 0, undef, 0, '#stay', 'Attribute Values'))
1346 0 0 if ($self->testDetectChar($text, '>', 0, 0, 0, undef, 0, '#pop', 'Table Tags'))
1353 0 0 if ($self->testDetectChar($text, '=', 0, 0, 0, undef, 0, '#stay', 'Normal Text'))
1360 0 0 if ($self->testRegExpr($text, '"[^"]*"', 0, 0, 0, undef, 0, '#stay', 'Attribute Values'))
1367 0 0 if ($self->testRegExpr($text, q['[^']*'], 0, 0, 0, undef, 0, '#stay', 'Attribute Values'))
1379 0 0 if ($self->testDetectChar($text, '>', 0, 0, 0, undef, 0, '#pop', 'Tags'))
1386 0 0 if ($self->testDetectChar($text, '=', 0, 0, 0, undef, 0, '#stay', 'Normal Text'))
1393 0 0 if ($self->testRegExpr($text, '"[^"]*"', 0, 0, 0, undef, 0, '#stay', 'Attribute Values'))
1400 0 0 if ($self->testRegExpr($text, q['[^']*'], 0, 0, 0, undef, 0, '#stay', 'Attribute Values'))