Sha256: bca1cb3ed953eb96ca61d1014fcb11b2f2573a22c48d3e6b2a5660e2bef814aa

Contents?: true

Size: 370 Bytes

Versions: 4

Compression:

Stored size: 370 Bytes

Contents

require 'simplabs/excellent/checks/base'

module Simplabs

  module Excellent

    module Checks

      class CyclomaticComplexityCheck < Base #:nodoc:

        def initialize(interesting_contexts, threshold)
          super()
          @interesting_contexts = interesting_contexts
          @threshold            = threshold
        end

      end

    end

  end

end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
excellent-1.7.2 lib/simplabs/excellent/checks/cyclomatic_complexity_check.rb
excellent-1.7.1 lib/simplabs/excellent/checks/cyclomatic_complexity_check.rb
excellent-1.7.0 lib/simplabs/excellent/checks/cyclomatic_complexity_check.rb
excellent-1.6.0 lib/simplabs/excellent/checks/cyclomatic_complexity_check.rb