class Covered::Source

def ignore?(node)

def ignore?(node)
	# NODE_ARGS Ruby doesn't report execution of arguments in :line tracepoint.
	node.type =~ @ignore
end