Class: Covered::FullSummary

Inherits:
Summary
  • Object
show all
Defined in:
lib/covered/summary.rb

Overview

Generates a detailed report without applying a coverage threshold.

Instance Method Summary collapse

Methods inherited from Summary

#call, #each, #print_annotations, #print_coverage, #print_error, #print_line, #print_line_header, #terminal

Constructor Details

#initializeFullSummary

Initialize a full summary report.



169
170
171
# File 'lib/covered/summary.rb', line 169

def initialize
	super(threshold: nil)
end