class Covered::FullSummary

Generates a detailed report without applying a coverage threshold.

def initialize

Initialize a full summary report.
def initialize
	super(threshold: nil)
end