class Covered::Summary

def initialize(output, threshold: 1.0)

def initialize(output, threshold: 1.0)
	super(output)
	
	@statistics = nil
	
	@threshold = threshold
end