Class: Aws::Types::CodeCoverageReportSummary
- Inherits:
-
Object
- Object
- Aws::Types::CodeCoverageReportSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#branch_coverage_percentage ⇒ ::Float
Returns the value of attribute branch_coverage_percentage.
-
#branches_covered ⇒ ::Integer
Returns the value of attribute branches_covered.
-
#branches_missed ⇒ ::Integer
Returns the value of attribute branches_missed.
-
#line_coverage_percentage ⇒ ::Float
Returns the value of attribute line_coverage_percentage.
-
#lines_covered ⇒ ::Integer
Returns the value of attribute lines_covered.
-
#lines_missed ⇒ ::Integer
Returns the value of attribute lines_missed.
Instance Attribute Details
#branch_coverage_percentage ⇒ ::Float
Returns the value of attribute branch_coverage_percentage.
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.
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.
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.
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.
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.
294 295 296 |
# File 'sig/types.rbs', line 294 def lines_missed @lines_missed end |