class CodeRay::Encoders::Statistic

def setup options

def setup options
  super
  
  @type_stats = Hash.new { |h, k| h[k] = TypeStats.new 0, 0 }
  @real_token_count = 0
end