class Lcov::BrData
- Lcov::BrData
- Reference
- Object
Defined in:
lcov.crConstructors
Instance Method Summary
- #blk : Int::Unsigned
- #blk=(blk : Int::Unsigned)
- #br : Int::Unsigned
- #br=(br : Int::Unsigned)
- #hit : Int::Unsigned
- #hit=(hit : Int::Unsigned)
- #line : Int::Unsigned
- #line=(line : Int::Unsigned)
- #to_s(io)
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)
#