Class: CodeCoverageAction::CodeCoverageFileData

Inherits:
Struct
  • Object
show all
Defined in:
lib/kwala/actions/code_coverage.rb

Instance Attribute Summary collapse

Instance Attribute Details

#file_cov_pathObject

Returns the value of attribute file_cov_path

Returns:

  • (Object)

    the current value of file_cov_path



51
52
53
# File 'lib/kwala/actions/code_coverage.rb', line 51

def file_cov_path
  @file_cov_path
end

#locObject

Returns the value of attribute loc

Returns:

  • (Object)

    the current value of loc



51
52
53
# File 'lib/kwala/actions/code_coverage.rb', line 51

def loc
  @loc
end

#percentObject

Returns the value of attribute percent

Returns:

  • (Object)

    the current value of percent



51
52
53
# File 'lib/kwala/actions/code_coverage.rb', line 51

def percent
  @percent
end

#rcov_indexObject

Returns the value of attribute rcov_index

Returns:

  • (Object)

    the current value of rcov_index



51
52
53
# File 'lib/kwala/actions/code_coverage.rb', line 51

def rcov_index
  @rcov_index
end

#ruby_fileObject

Returns the value of attribute ruby_file

Returns:

  • (Object)

    the current value of ruby_file



51
52
53
# File 'lib/kwala/actions/code_coverage.rb', line 51

def ruby_file
  @ruby_file
end