class Covered::Files

def annotate(path, line_number, value)

def annotate(path, line_number, value)
	self[path].annotate(line_number, value)
end