in lib/linguist/blob_helper.rb [198:202]
def high_ratio_of_long_lines? return false if loc == 0 size / loc > 5000 end