class Covered::Root

def initialize(output, path)

def initialize(output, path)
	super(output)
	
	@path = path
end