class Covered::Wrapper

def to_h

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