class

CyclomaticComplexity::MethodComplexity

Inherits JSON::Serializable < Reference < Object

Représente la complexité d'une méthode

Constructors

new(name : String, complexity : Int32, line_start : Int32, line_end : Int32)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

complexity
Source
complexity=(complexity : Int32)
Source
grade
Source
line_end
Source
line_end=(line_end : Int32)
Source
line_start
Source
line_start=(line_start : Int32)
Source
name
Source
name=(name : String)
Source
risk_level
Source