Sha256: 0deb6b682b1bef9cbae4e3b0fb5dfcf086518fe3e52e5b218522a3a9949d60c1

Contents?: true

Size: 358 Bytes

Versions: 12

Compression:

Stored size: 358 Bytes

Contents

require 'simplabs/excellent/checks/base'

module Simplabs

  module Excellent

    module Checks

      class CyclomaticComplexityCheck < Base #:nodoc:

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

      end

    end

  end

end

Version data entries

12 entries across 12 versions & 2 rubygems

Version Path
simplabs-excellent-1.2.1 lib/simplabs/excellent/checks/cyclomatic_complexity_check.rb
simplabs-excellent-1.2.2 lib/simplabs/excellent/checks/cyclomatic_complexity_check.rb
simplabs-excellent-1.3.0 lib/simplabs/excellent/checks/cyclomatic_complexity_check.rb
simplabs-excellent-1.3.1 lib/simplabs/excellent/checks/cyclomatic_complexity_check.rb
simplabs-excellent-1.4.0 lib/simplabs/excellent/checks/cyclomatic_complexity_check.rb
simplabs-excellent-1.4.1 lib/simplabs/excellent/checks/cyclomatic_complexity_check.rb
simplabs-excellent-1.4.2 lib/simplabs/excellent/checks/cyclomatic_complexity_check.rb
simplabs-excellent-1.5.0 lib/simplabs/excellent/checks/cyclomatic_complexity_check.rb
simplabs-excellent-1.5.1 lib/simplabs/excellent/checks/cyclomatic_complexity_check.rb
simplabs-excellent-1.5.2 lib/simplabs/excellent/checks/cyclomatic_complexity_check.rb
simplabs-excellent-1.5.3 lib/simplabs/excellent/checks/cyclomatic_complexity_check.rb
excellent-1.5.4 lib/simplabs/excellent/checks/cyclomatic_complexity_check.rb