class CoverageReporter::SourceFiles

Included Modules

Defined in:

coverage_reporter/source_files.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(source_files : Array(CoverageReporter::FileReport) = [] of FileReport, filename : String | Nil = nil) #

[View source]

Instance Method Detail

def add(reports : Array(FileReport) | Nil, filename : String) #

[View source]
def each(*args, **options) #

[View source]
def each(*args, **options, &) #

[View source]
def filenames : Array(String) #

[View source]