class Covered::Wrapper

def to_h

def to_h
	@output.to_enum(:each).collect{|coverage| [coverage.path, coverage]}.to_h
end