Class: Buildr::Cobertura::CoberturaCheck

Inherits:
Object
  • Object
show all
Defined in:
lib/buildr/java/cobertura.rb

Instance Attribute Summary collapse

Instance Attribute Details

#branch_rateObject

Returns the value of attribute branch_rate.



128
129
130
# File 'lib/buildr/java/cobertura.rb', line 128

def branch_rate
  @branch_rate
end

#line_rateObject

Returns the value of attribute line_rate.



128
129
130
# File 'lib/buildr/java/cobertura.rb', line 128

def line_rate
  @line_rate
end

#package_branch_rateObject

Returns the value of attribute package_branch_rate.



128
129
130
# File 'lib/buildr/java/cobertura.rb', line 128

def package_branch_rate
  @package_branch_rate
end

#package_line_rateObject

Returns the value of attribute package_line_rate.



128
129
130
# File 'lib/buildr/java/cobertura.rb', line 128

def package_line_rate
  @package_line_rate
end

#total_branch_rateObject

Returns the value of attribute total_branch_rate.



128
129
130
# File 'lib/buildr/java/cobertura.rb', line 128

def total_branch_rate
  @total_branch_rate
end

#total_line_rateObject

Returns the value of attribute total_line_rate.



128
129
130
# File 'lib/buildr/java/cobertura.rb', line 128

def total_line_rate
  @total_line_rate
end