module SimpleCov::StaticCoverageExtractor::LocationConventions

def legacy_case_tail_end(case_node, when_node)

back to the clause's final condition value.
The last body content in the case after `when_node`, falling
def legacy_case_tail_end(case_node, when_node)
  following_case_content(case_node, when_node).last ||
    (when_node.conditions.last || when_node).location
end