class Covered::Filter

def accept?(path)

def accept?(path)
	match?(path) and super
end