in lib/cc/analyzer/formatters/html_formatter.rb [202:209]
def line(type)
if location["lines"]
location["lines"][type]
elsif location["positions"]
position_to_line(location["positions"][type])
end
end