class Stats

Defined in:

lpc.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(address : String) #

[View source]

Instance Method Detail

def address : String #

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

[View source]
def count : UInt64 #

[View source]
def count=(count : UInt64) #

[View source]
def fail : UInt64 #

[View source]
def fail=(fail : UInt64) #

[View source]
def fail_count : Int32 | UInt64 #

[View source]
def fail_count=(fail_count : Int32 | UInt64) #

[View source]
def report_bool(st_bool) #

[View source]
def success : UInt64 #

[View source]
def success=(success : UInt64) #

[View source]
def to_s(io) #

generate a report in the end.


[View source]