class Covered::Filter

def mark(path, *args)

def mark(path, *args)
	super if accept?(path)
end