class Covered::Summary

def initialize(threshold: 1.0)

def initialize(threshold: 1.0)
	@threshold = threshold
end