Branch Coverage

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


line true false branch
2044 0 0 if ($self->testStringDetect($text, "C***", 1, 0, 0, undef, 1, "comment", "comment"))
2051 0 0 if ($self->testDetectChar($text, "!", 0, 0, 0, undef, 0, "comment", "comment"))
2058 0 0 if ($self->testRegExpr($text, "^[A-Za-z0-9]+\\=", 0, 0, 0, undef, 0, "#stay", "Normal Text"))
2065 0 0 if ($self->testKeyword($text, "elements", 0, undef, 0, "#stay", "Keyword"))
2072 0 0 if ($self->testKeyword($text, "material_properties", 0, undef, 0, "#stay", "MatProp"))
2079 0 0 if ($self->testKeyword($text, "force-displacement-labels", 0, undef, 0, "#stay", "Labels"))
2086 0 0 if ($self->testKeyword($text, "parametric_functions", 0, undef, 0, "functions_arg", "Commands"))
2094 0 0 if ($self->testKeyword($text, "session_cmds", 0, undef, 1, "#stay", "SESSIONcmd"))
2102 0 0 if ($self->testKeyword($text, "database_cmds", 0, undef, 1, "#stay", "DBcmd"))
2110 0 0 if ($self->testKeyword($text, "graphic_cmds", 0, undef, 1, "#stay", "GRPH_cmds"))
2118 0 0 if ($self->testKeyword($text, "APDL_commands", 0, undef, 1, "#stay", "APDLcmd"))
2126 0 0 if ($self->testKeyword($text, "prep7_commands", 0, undef, 1, "#stay", "PREP7Commands"))
2134 0 0 if ($self->testKeyword($text, "solution_commands", 0, undef, 1, "#stay", "SOLUCommands"))
2142 0 0 if ($self->testKeyword($text, "POST1_commands", 0, undef, 1, "#stay", "POST1Commands"))
2150 0 0 if ($self->testKeyword($text, "POST26_cmds", 0, undef, 1, "#stay", "POST26Commands"))
2158 0 0 if ($self->testKeyword($text, "aux2_cmds", 0, undef, 1, "#stay", "AUX2cmds"))
2166 0 0 if ($self->testKeyword($text, "aux3_cmds", 0, undef, 1, "#stay", "AUX3cmds"))
2174 0 0 if ($self->testKeyword($text, "aux12_cmds", 0, undef, 1, "#stay", "AUX12cmds"))
2182 0 0 if ($self->testKeyword($text, "aux15_cmds", 0, undef, 1, "#stay", "AUX15cmds"))
2190 0 0 if ($self->testKeyword($text, "runstats_cmds", 0, undef, 1, "#stay", "RUNSTATScmds"))
2198 0 0 if ($self->testKeyword($text, "optimization_cmds", 0, undef, 1, "#stay", "OPTIMIZATIONcmds"))
2206 0 0 if ($self->testKeyword($text, "probabilistic_cmds", 0, undef, 1, "#stay", "PROBcmds"))
2214 0 0 if ($self->testKeyword($text, "display_cmds", 0, undef, 1, "#stay", "DISPLAYcmds"))
2222 0 0 if ($self->testKeyword($text, "reduced_order_cmds", 0, undef, 1, "#stay", "REDUORDERcmds"))
2229 0 0 if ($self->testDetectChar($text, "\"", 0, 0, 0, undef, 0, "doublequotestring", "String"))
2237 0 0 if ($self->testRangeDetect($text, "%", "%", 0, 0, undef, 0, "#stay", "variable"))
2244 0 0 if ($self->testKeyword($text, "APDL_commands", 0, undef, 0, "#stay", "MatProp"))
2250 0 0 if ($self->testFloat($text, 0, undef, 0, "#stay", "NumFloat"))
2257 0 0 if ($self->testInt($text, 0, undef, 0, "#stay", "NumInt"))
2262 0 0 if ($self->testStringDetect($text, "**", 0, 0, 0, undef, 0, "#stay", "NumInt"))
2280 0 0 if ($self->testDetectChar($text, "\"", 0, 0, 0, undef, 0, "#pop", "String"))
2292 0 0 if ($self->testDetectChar($text, "(", 0, 0, 0, undef, 0, "#stay", "Keyword"))
2299 0 0 if ($self->testDetectChar($text, ")", 0, 0, 0, undef, 0, "#pop", "Keyword"))