class Covered::Filter

def mark(path, lineno, value)

def mark(path, lineno, value)
	@output.mark(path, lineno, value) if accept?(path)
end