module Hoe::Flog

def initialize_flog

def initialize_flog
  self.flog_method    ||= :max_method
  self.flog_threshold ||= 20 # 2x industry avg
end