class Covered::Summary

def initialize(threshold: 1.0)

@parameter threshold [Numeric | Nil] The minimum ratio a file must meet to be omitted from the detailed output.
Initialize the report with an optional coverage threshold.
def initialize(threshold: 1.0)
	@threshold = threshold
end