Class: StudFinder::CLI::Analysis
- Inherits:
-
Struct
- Object
- Struct
- StudFinder::CLI::Analysis
- Defined in:
- lib/stud_finder/cli.rb
Instance Attribute Summary collapse
-
#churn_commits ⇒ Object
Returns the value of attribute churn_commits.
-
#churn_lines ⇒ Object
Returns the value of attribute churn_lines.
-
#complexity ⇒ Object
Returns the value of attribute complexity.
-
#coverage ⇒ Object
Returns the value of attribute coverage.
-
#coverage_available ⇒ Object
Returns the value of attribute coverage_available.
-
#edges ⇒ Object
Returns the value of attribute edges.
-
#fan_in ⇒ Object
Returns the value of attribute fan_in.
-
#fan_out ⇒ Object
Returns the value of attribute fan_out.
-
#files ⇒ Object
Returns the value of attribute files.
-
#rows ⇒ Object
Returns the value of attribute rows.
-
#skipped_files ⇒ Object
Returns the value of attribute skipped_files.
-
#warnings ⇒ Object
Returns the value of attribute warnings.
-
#weights ⇒ Object
Returns the value of attribute weights.
Instance Attribute Details
#churn_commits ⇒ Object
Returns the value of attribute churn_commits
59 60 61 |
# File 'lib/stud_finder/cli.rb', line 59 def churn_commits @churn_commits end |
#churn_lines ⇒ Object
Returns the value of attribute churn_lines
59 60 61 |
# File 'lib/stud_finder/cli.rb', line 59 def churn_lines @churn_lines end |
#complexity ⇒ Object
Returns the value of attribute complexity
59 60 61 |
# File 'lib/stud_finder/cli.rb', line 59 def complexity @complexity end |
#coverage ⇒ Object
Returns the value of attribute coverage
59 60 61 |
# File 'lib/stud_finder/cli.rb', line 59 def coverage @coverage end |
#coverage_available ⇒ Object
Returns the value of attribute coverage_available
59 60 61 |
# File 'lib/stud_finder/cli.rb', line 59 def coverage_available @coverage_available end |
#edges ⇒ Object
Returns the value of attribute edges
59 60 61 |
# File 'lib/stud_finder/cli.rb', line 59 def edges @edges end |
#fan_in ⇒ Object
Returns the value of attribute fan_in
59 60 61 |
# File 'lib/stud_finder/cli.rb', line 59 def fan_in @fan_in end |
#fan_out ⇒ Object
Returns the value of attribute fan_out
59 60 61 |
# File 'lib/stud_finder/cli.rb', line 59 def fan_out @fan_out end |
#files ⇒ Object
Returns the value of attribute files
59 60 61 |
# File 'lib/stud_finder/cli.rb', line 59 def files @files end |
#rows ⇒ Object
Returns the value of attribute rows
59 60 61 |
# File 'lib/stud_finder/cli.rb', line 59 def rows @rows end |
#skipped_files ⇒ Object
Returns the value of attribute skipped_files
59 60 61 |
# File 'lib/stud_finder/cli.rb', line 59 def skipped_files @skipped_files end |
#warnings ⇒ Object
Returns the value of attribute warnings
59 60 61 |
# File 'lib/stud_finder/cli.rb', line 59 def warnings @warnings end |
#weights ⇒ Object
Returns the value of attribute weights
59 60 61 |
# File 'lib/stud_finder/cli.rb', line 59 def weights @weights end |