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



59
60
61
# File 'lib/stud_finder/cli.rb', line 59

def churn_commits
  @churn_commits
end

#churn_linesObject

Returns the value of attribute churn_lines

Returns:

  • (Object)

    the current value of churn_lines



59
60
61
# File 'lib/stud_finder/cli.rb', line 59

def churn_lines
  @churn_lines
end

#complexityObject

Returns the value of attribute complexity

Returns:

  • (Object)

    the current value of complexity



59
60
61
# File 'lib/stud_finder/cli.rb', line 59

def complexity
  @complexity
end

#coverageObject

Returns the value of attribute coverage

Returns:

  • (Object)

    the current value of coverage



59
60
61
# File 'lib/stud_finder/cli.rb', line 59

def coverage
  @coverage
end

#coverage_availableObject

Returns the value of attribute coverage_available

Returns:

  • (Object)

    the current value of coverage_available



59
60
61
# File 'lib/stud_finder/cli.rb', line 59

def coverage_available
  @coverage_available
end

#edgesObject

Returns the value of attribute edges

Returns:

  • (Object)

    the current value of edges



59
60
61
# File 'lib/stud_finder/cli.rb', line 59

def edges
  @edges
end

#fan_inObject

Returns the value of attribute fan_in

Returns:

  • (Object)

    the current value of fan_in



59
60
61
# File 'lib/stud_finder/cli.rb', line 59

def fan_in
  @fan_in
end

#fan_outObject

Returns the value of attribute fan_out

Returns:

  • (Object)

    the current value of fan_out



59
60
61
# File 'lib/stud_finder/cli.rb', line 59

def fan_out
  @fan_out
end

#filesObject

Returns the value of attribute files

Returns:

  • (Object)

    the current value of files



59
60
61
# File 'lib/stud_finder/cli.rb', line 59

def files
  @files
end

#rowsObject

Returns the value of attribute rows

Returns:

  • (Object)

    the current value of rows



59
60
61
# File 'lib/stud_finder/cli.rb', line 59

def rows
  @rows
end

#skipped_filesObject

Returns the value of attribute skipped_files

Returns:

  • (Object)

    the current value of skipped_files



59
60
61
# File 'lib/stud_finder/cli.rb', line 59

def skipped_files
  @skipped_files
end

#warningsObject

Returns the value of attribute warnings

Returns:

  • (Object)

    the current value of warnings



59
60
61
# File 'lib/stud_finder/cli.rb', line 59

def warnings
  @warnings
end

#weightsObject

Returns the value of attribute weights

Returns:

  • (Object)

    the current value of weights



59
60
61
# File 'lib/stud_finder/cli.rb', line 59

def weights
  @weights
end