class SimpleCov::Result::MissingSourceFilesReporter
def initialize(missing_paths, input_size:, every_entry_dropped:)
def initialize(missing_paths, input_size:, every_entry_dropped:) @missing_paths = missing_paths @input_size = input_size @every_entry_dropped = every_entry_dropped end