struct Coverage::Outputter::HtmlReport::CoverageReport

Defined in:

coverage/runtime/outputters/html_report.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(filename : String, md5 : String) #

[View source]

Instance Method Detail

def covered_lines : Int32 #

[View source]
def covered_lines=(covered_lines : Int32) #

[View source]
def filename : String #

[View source]
def filename=(filename : String) #

[View source]
def lines : Array(Tuple(String, Int32 | Nil)) #

[View source]
def lines=(lines : Array(Tuple(String, Int32 | Nil))) #

[View source]
def md5 : String #

[View source]
def md5=(md5 : String) #

[View source]
def percent_coverage #

[View source]
def percent_coverage_str #

[View source]
def relevant_lines : Int32 #

[View source]
def relevant_lines=(relevant_lines : Int32) #

[View source]