class Covered::Cache

def initialize(output)

def initialize(output)
	super(output)
	@marks = []
end