class SimpleCov::StaticCoverageExtractor::Visitor

def visit_while_node(node)

else (the loop either runs the body or doesn't).
`while` / `until` loops get a single `:body` arm. No synthetic
def visit_while_node(node)
  emit_loop(node, :while)
  super
end