# File lib/kwala/actions/cyclomatic_complexity.rb, line 45
  def initialize
    @limit = 11 # 1 more for header
    @cyclo_count = nil
    @bound = 0 # This should be methods instead of files.
  end