class Covered::Coverage

def initialize(source, counts = [], annotations = {})

def initialize(source, counts = [], annotations = {})
	@source = source
	@counts = counts
	@annotations = annotations
end