Class: StudFinder::CLI::Analysis

Inherits:
Struct
  • Object
show all
Defined in:
lib/stud_finder/cli.rb

Instance Attribute Summary collapse

Instance Attribute Details

#churn_commitsObject

Returns the value of attribute churn_commits

Returns:

  • (Object)

    the current value of churn_commits



71
72
73
# File 'lib/stud_finder/cli.rb', line 71

def churn_commits
  @churn_commits
end

#churn_linesObject

Returns the value of attribute churn_lines

Returns:

  • (Object)

    the current value of churn_lines



71
72
73
# File 'lib/stud_finder/cli.rb', line 71

def churn_lines
  @churn_lines
end

#complexityObject

Returns the value of attribute complexity

Returns:

  • (Object)

    the current value of complexity



71
72
73
# File 'lib/stud_finder/cli.rb', line 71

def complexity
  @complexity
end

#coverageObject

Returns the value of attribute coverage

Returns:

  • (Object)

    the current value of coverage



71
72
73
# File 'lib/stud_finder/cli.rb', line 71

def coverage
  @coverage
end

#coverage_availableObject

Returns the value of attribute coverage_available

Returns:

  • (Object)

    the current value of coverage_available



71
72
73
# File 'lib/stud_finder/cli.rb', line 71

def coverage_available
  @coverage_available
end

#edgesObject

Returns the value of attribute edges

Returns:

  • (Object)

    the current value of edges



71
72
73
# File 'lib/stud_finder/cli.rb', line 71

def edges
  @edges
end

#fan_inObject

Returns the value of attribute fan_in

Returns:

  • (Object)

    the current value of fan_in



71
72
73
# File 'lib/stud_finder/cli.rb', line 71

def fan_in
  @fan_in
end

#fan_outObject

Returns the value of attribute fan_out

Returns:

  • (Object)

    the current value of fan_out



71
72
73
# File 'lib/stud_finder/cli.rb', line 71

def fan_out
  @fan_out
end

#filesObject

Returns the value of attribute files

Returns:

  • (Object)

    the current value of files



71
72
73
# File 'lib/stud_finder/cli.rb', line 71

def files
  @files
end

#locObject

Returns the value of attribute loc

Returns:

  • (Object)

    the current value of loc



71
72
73
# File 'lib/stud_finder/cli.rb', line 71

def loc
  @loc
end

#rowsObject

Returns the value of attribute rows

Returns:

  • (Object)

    the current value of rows



71
72
73
# File 'lib/stud_finder/cli.rb', line 71

def rows
  @rows
end

#skipped_filesObject

Returns the value of attribute skipped_files

Returns:

  • (Object)

    the current value of skipped_files



71
72
73
# File 'lib/stud_finder/cli.rb', line 71

def skipped_files
  @skipped_files
end

#warningsObject

Returns the value of attribute warnings

Returns:

  • (Object)

    the current value of warnings



71
72
73
# File 'lib/stud_finder/cli.rb', line 71

def warnings
  @warnings
end

#weightsObject

Returns the value of attribute weights

Returns:

  • (Object)

    the current value of weights



71
72
73
# File 'lib/stud_finder/cli.rb', line 71

def weights
  @weights
end