SAP ABAP Class IF_SCOV_PB_STMNTS_INFO (Coverage info for statements of a processing block)
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SCOV_PB_STMNTS_INFO | Coverage info for statements of a processing block | 20090126 |
Properties
Class | IF_SCOV_PB_STMNTS_INFO | |
Short Description | Coverage info for statements of a processing block | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | ||
Created | 20090126 | SAP |
Last change | 20110908 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class IF_SCOV_PB_STMNTS_INFO has no forward declaration.
Interfaces
Class IF_SCOV_PB_STMNTS_INFO has no interface implemented.
Friends
Class IF_SCOV_PB_STMNTS_INFO has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Public | Type reference (TYPE) | I | Number of branches in the processing block | 20090126 | ||
2 | ![]() |
Instance attribute | Public | Object reference (TYPE REF TO) | CL_SCOV_PB_INFO | ID of the Processing Block | 20090126 | ||
3 | ![]() |
Instance attribute | Public | Type reference (TYPE) | I | Number of relevant statements in the processing block | 20090126 | ||
4 | ![]() |
Instance attribute | Public | Type reference (TYPE) | TY_T_STMNTS_INFO | 20090126 | |||
5 | ![]() |
Instance attribute | Public | Type reference (TYPE) | I | Number of tested branches in the processing block (current) | 20090126 | ||
6 | ![]() |
Instance attribute | Public | Type reference (TYPE) | I | Number of tested branches in the processing block (cumulat.) | 20090126 | ||
7 | ![]() |
Instance attribute | Public | Type reference (TYPE) | I | Number of tested statements in the processing block (curr) | 20090126 | ||
8 | ![]() |
Instance attribute | Public | Type reference (TYPE) | I | Number of tested statements in the processing block (cumul.) | 20090126 |
Methods
Class IF_SCOV_PB_STMNTS_INFO has no method.
Events
Class IF_SCOV_PB_STMNTS_INFO has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_S_STMNT_INFO | Public | See coding | 20090126 | BEGIN OF ty_s_stmnt_info,
st_line TYPE i,
st_column TYPE i,
en_line TYPE i,
en_column TYPE i,
st_no TYPE i,
cur_counter TYPE decfloat34,
cum_counter TYPE decfloat34,
flag TYPE abp_sflag,
BEGIN OF brch_true,
cur_counter TYPE decfloat34,
cum_counter TYPE decfloat34,
END OF brch_true,
BEGIN OF brch_false,
cur_counter TYPE decfloat34,
cum_counter TYPE decfloat34,
END OF brch_false,
END OF ty_s_stmnt_info
|
||
2 | TY_T_STMNTS_INFO | Public | See coding | 20090126 | ty_t_stmnts_info TYPE SORTED TABLE OF ty_s_stmnt_info
WITH UNIQUE KEY st_line st_column en_line en_column
|
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in |