class Lcov::BrData

Defined in:

lcov.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(line : UInt128 | UInt16 | UInt32 | UInt64 | UInt8, blk : UInt128 | UInt16 | UInt32 | UInt64 | UInt8 = 0_u32, br : UInt128 | UInt16 | UInt32 | UInt64 | UInt8 = 0_u32, hit : UInt128 | UInt16 | UInt32 | UInt64 | UInt8 = 0_u32) #

[View source]

Instance Method Detail

def blk : Int::Unsigned #

[View source]
def blk=(blk : Int::Unsigned) #

[View source]
def br : Int::Unsigned #

[View source]
def br=(br : Int::Unsigned) #

[View source]
def hit : Int::Unsigned #

[View source]
def hit=(hit : Int::Unsigned) #

[View source]
def line : Int::Unsigned #

[View source]
def line=(line : Int::Unsigned) #

[View source]
def to_s(io) #

[View source]