class Coverage::File

Defined in:

coverage/runtime/coverage.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(path : String, md5 : String, source_map) #

[View source]

Instance Method Detail

def [](line_id) #

[View source]
def access_map : Slice(Int32) #

[View source]
def access_map=(access_map : Slice(Int32)) #

[View source]
def id : Int32 #

def id=(id : Int32) #

[View source]
def id? : Int32 | Nil #

def md5 : String #

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

[View source]
def path : String #

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

[View source]
def source_map : Slice(Int32) #

[View source]
def source_map=(source_map : Slice(Int32)) #

[View source]