in lib/cc/engine/issue.rb [87:92]
def multiplier result = message.scan(MULTIPLIER_REGEX) score, threshold = result[0] score.to_i - threshold.to_i end