Class: Aws::Types::CodeCoverageReportSummary

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#branch_coverage_percentage::Float

Returns the value of attribute branch_coverage_percentage.

Returns:



295
296
297
# File 'sig/types.rbs', line 295

def branch_coverage_percentage
  @branch_coverage_percentage
end

#branches_covered::Integer

Returns the value of attribute branches_covered.

Returns:



296
297
298
# File 'sig/types.rbs', line 296

def branches_covered
  @branches_covered
end

#branches_missed::Integer

Returns the value of attribute branches_missed.

Returns:



297
298
299
# File 'sig/types.rbs', line 297

def branches_missed
  @branches_missed
end

#line_coverage_percentage::Float

Returns the value of attribute line_coverage_percentage.

Returns:



292
293
294
# File 'sig/types.rbs', line 292

def line_coverage_percentage
  @line_coverage_percentage
end

#lines_covered::Integer

Returns the value of attribute lines_covered.

Returns:



293
294
295
# File 'sig/types.rbs', line 293

def lines_covered
  @lines_covered
end

#lines_missed::Integer

Returns the value of attribute lines_missed.

Returns:



294
295
296
# File 'sig/types.rbs', line 294

def lines_missed
  @lines_missed
end