SAP ABAP Class IF_SCV_COVERAGE (Coverage Values (Total, Executed, Percentage))
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SCV_COVERAGE Coverage Values (Total, Executed, Percentage) 20090815
Properties
Class IF_SCV_COVERAGE  
Short Description Coverage Values (Total, Executed, Percentage)    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20090618   SAP 
Last change 20131127   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class IF_SCV_COVERAGE has no interface implemented.
Friends
Class IF_SCV_COVERAGE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 TYPE Instance attribute Public Object reference (TYPE REF TO) CE_SCV_COVERAGE_TYPE Coverage Type 20090618
Methods
# Method Level Visibility Method type Description Created on
1 EQUALS Instance method Public Method 20100323
2 GET_EXECUTED Instance method Public Method Returns the number of executed statements, branches, etc 20090618
3 GET_NOT_EXECUTED Instance method Public Method Returns the number of statements, branches, etc not executed 20090828
4 GET_PERCENTAGE Instance method Public Method Returns the percentage 20090618
5 GET_TOTAL Instance method Public Method Returns the number of existing statements, branches, etc 20090618
Events
Class IF_SCV_COVERAGE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TAB Public See coding Table of References of Type IF_SCV_COVERAGE 20090618 tab TYPE STANDARD TABLE OF REF TO if_scv_coverage WITH DEFAULT KEY
Method Signatures

Method EQUALS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OTHER_COVERAGE Call by reference Object reference (TYPE REF TO) IF_SCV_COVERAGE Abdeckungswerte (Gesamt, Ausgeführt, Prozent) 20100323
2 Returning R_EQUALS Value transfer Type reference (TYPE) ABAP_BOOL 20100323

Method EQUALS on class IF_SCV_COVERAGE has no exception.

Method GET_EXECUTED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_EXECUTED Value transfer Type reference (TYPE) CVA_COVERAGE_EXECUTED Anzahl der ausgeführten Einheiten 20090618

Method GET_EXECUTED on class IF_SCV_COVERAGE has no exception.

Method GET_NOT_EXECUTED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_NOT_EXECUTED Value transfer Type reference (TYPE) CVA_COVERAGE_EXECUTED Anzahl der nicht ausgeführten Einheiten 20090828

Method GET_NOT_EXECUTED on class IF_SCV_COVERAGE has no exception.

Method GET_PERCENTAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_PERCENTAGE Value transfer Type reference (TYPE) DECFLOAT16 Prozentsatz der Abdeckung 20090618

Method GET_PERCENTAGE on class IF_SCV_COVERAGE has no exception.

Method GET_TOTAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_TOTAL Value transfer Type reference (TYPE) CVA_COVERAGE_TOTAL Gesamtzahl der Einheiten 20090618

Method GET_TOTAL on class IF_SCV_COVERAGE has no exception.
History
Last changed by/on SAP  20131127 
SAP Release Created in