Class: RDoc::AnyMethod

Inherits:
Object
  • Object
show all
Includes:
DcovHelpers
Defined in:
lib/dcov/analyzer.rb

Instance Attribute Summary

Attributes included from DcovHelpers

#reporting_data

Instance Method Summary collapse

Methods included from DcovHelpers

#full_name, #initialize

Instance Method Details

#classifierObject



36
37
38
# File 'lib/dcov/analyzer.rb', line 36

def classifier
  :method
end

#initialize_reporting_dataObject



40
41
42
43
# File 'lib/dcov/analyzer.rb', line 40

def initialize_reporting_data
  @reporting_data[:parameters_without_coverage] = []
  @reporting_data[:default_values_without_coverage] = []
end