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 | ![]() |
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 | ![]() |
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 | ![]() |
Instance method | Public | Method | 20100323 | |
2 | ![]() |
Instance method | Public | Method | Returns the number of executed statements, branches, etc | 20090618 |
3 | ![]() |
Instance method | Public | Method | Returns the number of statements, branches, etc not executed | 20090828 |
4 | ![]() |
Instance method | Public | Method | Returns the percentage | 20090618 |
5 | ![]() |
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 | ![]() |
I_OTHER_COVERAGE | Call by reference | Object reference (TYPE REF TO) | IF_SCV_COVERAGE | Abdeckungswerte (Gesamt, Ausgeführt, Prozent) | 20100323 | ||
2 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
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 |