Skip to content

Latest commit

 

History

History
28 lines (9 loc) · 601 Bytes

ut_coverage_helper.md

File metadata and controls

28 lines (9 loc) · 601 Bytes

UT_COVERAGE_HELPER

Types

Name Code Description
t_proftab_row
type t_proftab_row is record (
line binary_integer,
calls number(38,0)
);
t_proftab_rows
  
type t_proftab_rows is table of t_proftab_row;
t_block_row
type t_block_row is record(
line binary_integer
,blocks binary_integer
,covered_blocks binary_integer);
t_block_rows
type t_block_rows is table of t_block_row;