Class: Aws::Types::CodeCoverage

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#branch_coverage_percentage::Float

Returns the value of attribute branch_coverage_percentage.



284
285
286
# File 'sig/types.rbs', line 284

def branch_coverage_percentage
  @branch_coverage_percentage
end

#branches_covered::Integer

Returns the value of attribute branches_covered.



285
286
287
# File 'sig/types.rbs', line 285

def branches_covered
  @branches_covered
end

#branches_missed::Integer

Returns the value of attribute branches_missed.



286
287
288
# File 'sig/types.rbs', line 286

def branches_missed
  @branches_missed
end

#expired::Time

Returns the value of attribute expired.



287
288
289
# File 'sig/types.rbs', line 287

def expired
  @expired
end

#file_path::String

Returns the value of attribute file_path.



280
281
282
# File 'sig/types.rbs', line 280

def file_path
  @file_path
end

#id::String

Returns the value of attribute id.



278
279
280
# File 'sig/types.rbs', line 278

def id
  @id
end

#line_coverage_percentage::Float

Returns the value of attribute line_coverage_percentage.



281
282
283
# File 'sig/types.rbs', line 281

def line_coverage_percentage
  @line_coverage_percentage
end

#lines_covered::Integer

Returns the value of attribute lines_covered.



282
283
284
# File 'sig/types.rbs', line 282

def lines_covered
  @lines_covered
end

#lines_missed::Integer

Returns the value of attribute lines_missed.



283
284
285
# File 'sig/types.rbs', line 283

def lines_missed
  @lines_missed
end

#report_arn::String

Returns the value of attribute report_arn.



279
280
281
# File 'sig/types.rbs', line 279

def report_arn
  @report_arn
end