class RuboCop::Cop::Performance::Count

def eligible_node?(node)

def eligible_node?(node)
  !(node.parent && node.parent.block_type?)
end