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