class Lcov::Record

Defined in:

lcov.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String = "", file : String = "", fn_found : UInt32 = 0_u32, fn_hit : UInt32 = 0_u32, fn_ln : Hash(String, UInt32) = {} of String => UInt32, fn_data : Hash(String, UInt32) = {} of String => UInt32, br_hit : UInt32 = 0_u32, br_found : UInt32 = 0_u32, br_data : Array(Lcov::BrData) = [] of BrData, ln_hit : UInt32 = 0_u32, ln_found : UInt32 = 0_u32, ln_data : Hash(UInt32, UInt32) = {} of UInt32 => UInt32) #

[View source]

Instance Method Detail

def br_data : Array(BrData) #

[View source]
def br_data=(br_data : Array(BrData)) #

[View source]
def br_found : UInt32 #

[View source]
def br_found=(br_found : UInt32) #

[View source]
def br_hit : UInt32 #

[View source]
def br_hit=(br_hit : UInt32) #

[View source]
def file : String #

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

[View source]
def fn_data : Hash(String, UInt32) #

[View source]
def fn_data=(fn_data : Hash(String, UInt32)) #

[View source]
def fn_found : UInt32 #

[View source]
def fn_found=(fn_found : UInt32) #

[View source]
def fn_hit : UInt32 #

[View source]
def fn_hit=(fn_hit : UInt32) #

[View source]
def fn_ln : Hash(String, UInt32) #

[View source]
def fn_ln=(fn_ln : Hash(String, UInt32)) #

[View source]
def ln_data : Hash(UInt32, UInt32) #

[View source]
def ln_data=(ln_data : Hash(UInt32, UInt32)) #

[View source]
def ln_found : UInt32 #

[View source]
def ln_found=(ln_found : UInt32) #

[View source]
def ln_hit : UInt32 #

[View source]
def ln_hit=(ln_hit : UInt32) #

[View source]
def name : String #

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

[View source]
def to_s(io) #

[View source]