1 | package org.cardanofoundation.explorer.api.model.response.token; | |
2 | ||
3 | import lombok.Builder; | |
4 | import lombok.Getter; | |
5 | import lombok.Setter; | |
6 | ||
7 | @Getter | |
8 | @Setter | |
9 |
8
1. toString : replaced return value with "" for org/cardanofoundation/explorer/api/model/response/token/PolicyResponse$PolicyResponseBuilder::toString → NO_COVERAGE 2. policyScript : replaced return value with null for org/cardanofoundation/explorer/api/model/response/token/PolicyResponse$PolicyResponseBuilder::policyScript → SURVIVED 3. isSmartContract : replaced return value with null for org/cardanofoundation/explorer/api/model/response/token/PolicyResponse$PolicyResponseBuilder::isSmartContract → SURVIVED 4. isNativeScript : replaced return value with null for org/cardanofoundation/explorer/api/model/response/token/PolicyResponse$PolicyResponseBuilder::isNativeScript → SURVIVED 5. build : replaced return value with null for org/cardanofoundation/explorer/api/model/response/token/PolicyResponse$PolicyResponseBuilder::build → KILLED 6. policyId : replaced return value with null for org/cardanofoundation/explorer/api/model/response/token/PolicyResponse$PolicyResponseBuilder::policyId → KILLED 7. totalToken : replaced return value with null for org/cardanofoundation/explorer/api/model/response/token/PolicyResponse$PolicyResponseBuilder::totalToken → KILLED 8. builder : replaced return value with null for org/cardanofoundation/explorer/api/model/response/token/PolicyResponse::builder → KILLED |
@Builder |
10 | public class PolicyResponse { | |
11 |
1
1. getPolicyId : replaced return value with "" for org/cardanofoundation/explorer/api/model/response/token/PolicyResponse::getPolicyId → KILLED |
private String policyId; |
12 |
1
1. getTotalToken : replaced Integer return value with 0 for org/cardanofoundation/explorer/api/model/response/token/PolicyResponse::getTotalToken → KILLED |
private Integer totalToken; |
13 |
1
1. getPolicyScript : replaced return value with "" for org/cardanofoundation/explorer/api/model/response/token/PolicyResponse::getPolicyScript → KILLED |
private String policyScript; |
14 |
2
1. isNativeScript : replaced boolean return with false for org/cardanofoundation/explorer/api/model/response/token/PolicyResponse::isNativeScript → SURVIVED 2. isNativeScript : replaced boolean return with true for org/cardanofoundation/explorer/api/model/response/token/PolicyResponse::isNativeScript → SURVIVED |
private boolean isNativeScript = false; |
15 |
2
1. isSmartContract : replaced boolean return with false for org/cardanofoundation/explorer/api/model/response/token/PolicyResponse::isSmartContract → SURVIVED 2. isSmartContract : replaced boolean return with true for org/cardanofoundation/explorer/api/model/response/token/PolicyResponse::isSmartContract → SURVIVED |
private boolean isSmartContract = false; |
16 | } | |
Mutations | ||
9 |
1.1 2.2 3.3 4.4 5.5 6.6 7.7 8.8 |
|
11 |
1.1 |
|
12 |
1.1 |
|
13 |
1.1 |
|
14 |
1.1 2.2 |
|
15 |
1.1 2.2 |