Searched defs:CoverBlock (Results 1 – 1 of 1) sorted by relevance
22 type CoverBlock struct { struct23 Line0 uint32 // Line number for block start.24 Col0 uint16 // Column number for block start.25 Line1 uint32 // Line number for block end.26 Col1 uint16 // Column number for block end.27 Stmts uint16 // Number of statements included in this block.