class FullSummary < Summary
- Inherits from
Summary
Inherited Methods
From Covered::Summary:
Generates a detailed report without applying a coverage threshold.
Definitions
def initialize
Initialize a full summary report.
Implementation
def initialize
super(threshold: nil)
end