Branch Coverage

blib/lib/Syntax/Highlight/Engine/Kate/RenderMan_RIB.pm
Criterion Covered Total %
branch 16 18 88.8


line true false branch
171 70 2266 if ($self->testKeyword($text, "Graphics States", 0, undef, 0, "#stay", "Graphics State"))
178 16 2250 if ($self->testKeyword($text, "Geometric Primitives", 0, undef, 0, "#stay", "Geometric Primitive"))
185 0 2250 if ($self->testKeyword($text, "Motions", 0, undef, 0, "#stay", "Motion"))
192 0 2250 if ($self->testKeyword($text, "External Resources", 0, undef, 0, "#stay", "External Resource"))
198 756 1494 if ($self->testFloat($text, 0, undef, 0, "#stay", "Float"))
204 162 1332 if ($self->testInt($text, 0, undef, 0, "#stay", "Integer"))
211 44 1288 if ($self->testDetectChar($text, "\"", 0, 0, 0, undef, 0, "String", "String"))
218 12 1276 if ($self->testDetectChar($text, "#", 0, 0, 0, undef, 0, "Comment", "Comment"))
230 44 274 if ($self->testDetectChar($text, "\"", 0, 0, 0, undef, 0, "#pop", "String"))