struct CoverageReporter::LcovParser::Info

Defined in:

coverage_reporter/parsers/lcov_parser.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(coverage : LineInfo, branches : Hash(Line, BranchInfo)) #

[View source]

Instance Method Detail

def branches : Hash(Line, BranchInfo) #

def clone #

[View source]
def copy_with(coverage _coverage = @coverage, branches _branches = @branches) #

[View source]
def coverage : LineInfo #