SAP ABAP Interface IF_SCV_COVERAGE (Coverage Values (Total, Executed, Percentage))
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-TOO-COV (Application Component) Coverage Analyzer
⤷
SCOV_API_ALL (Package) Coverage API for All Purposes
⤷
⤷
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
| Interface | IF_SCV_COVERAGE | |
| Short Description | Coverage Values (Total, Executed, Percentage) |
General Data
| Package | SCOV_API_ALL | Coverage API for All Purposes |
| Created | 20090618 | SAP |
| Last changed | 20131127 | SAP |
| 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
Interface IF_SCV_COVERAGE has no interface.
Friends
Interface IF_SCV_COVERAGE has no friend.
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 | 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
Interface 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 Interface 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 Interface 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 Interface 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 Interface 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 Interface IF_SCV_COVERAGE has no exception.
History
| Last changed by/on | SAP | 20131127 |
| SAP Release Created in | 800 |