SAP ABAP Interface IF_SCOV_PB_STMNTS_INFO (Coverage info for statements of a processing block)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-TOO-COV (Application Component) Coverage Analyzer
     SCOV_MAIN_II (Package) Main Package II
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
Interface IF_SCOV_PB_STMNTS_INFO  
Short Description Coverage info for statements of a processing block    
General Data
Package SCOV_MAIN_II   Main Package II 
Created 20090126   SAP 
Last changed 20110908   SAP 
Unicode checks active    
Forward declarations
Interface IF_SCOV_PB_STMNTS_INFO has no forward declaration.
Interfaces
Interface IF_SCOV_PB_STMNTS_INFO has no interface.
Friends
Interface IF_SCOV_PB_STMNTS_INFO has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 BRANCH_COUNT Instance attribute Public Type reference (TYPE) I Number of branches in the processing block 20090126
2 PB_INFO Instance attribute Public Object reference (TYPE REF TO) CL_SCOV_PB_INFO ID of the Processing Block 20090126
3 STATEMENT_COUNT Instance attribute Public Type reference (TYPE) I Number of relevant statements in the processing block 20090126
4 STMNTS_INFO Instance attribute Public Type reference (TYPE) TY_T_STMNTS_INFO 20090126
5 TESTED_BRCH Instance attribute Public Type reference (TYPE) I Number of tested branches in the processing block (current) 20090126
6 TESTED_BRCH_CUM Instance attribute Public Type reference (TYPE) I Number of tested branches in the processing block (cumulat.) 20090126
7 TESTED_ST Instance attribute Public Type reference (TYPE) I Number of tested statements in the processing block (curr) 20090126
8 TESTED_ST_CUM Instance attribute Public Type reference (TYPE) I Number of tested statements in the processing block (cumul.) 20090126
Methods
Interface IF_SCOV_PB_STMNTS_INFO has no method.
Events
Interface 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 720