1 | package org.cardanofoundation.explorer.api.model.metadatastandard; | |
2 | ||
3 | import lombok.Builder; | |
4 | import lombok.Getter; | |
5 | import lombok.Setter; | |
6 | ||
7 | @Getter | |
8 | @Setter | |
9 |
9
1. property : replaced return value with null for org/cardanofoundation/explorer/api/model/metadatastandard/BaseProperty$BasePropertyBuilder::property → SURVIVED 2. build : replaced return value with null for org/cardanofoundation/explorer/api/model/metadatastandard/BaseProperty$BasePropertyBuilder::build → SURVIVED 3. index : replaced return value with null for org/cardanofoundation/explorer/api/model/metadatastandard/BaseProperty$BasePropertyBuilder::index → SURVIVED 4. value : replaced return value with null for org/cardanofoundation/explorer/api/model/metadatastandard/BaseProperty$BasePropertyBuilder::value → SURVIVED 5. valueFormat : replaced return value with null for org/cardanofoundation/explorer/api/model/metadatastandard/BaseProperty$BasePropertyBuilder::valueFormat → SURVIVED 6. format : replaced return value with null for org/cardanofoundation/explorer/api/model/metadatastandard/BaseProperty$BasePropertyBuilder::format → SURVIVED 7. toString : replaced return value with "" for org/cardanofoundation/explorer/api/model/metadatastandard/BaseProperty$BasePropertyBuilder::toString → NO_COVERAGE 8. builder : replaced return value with null for org/cardanofoundation/explorer/api/model/metadatastandard/BaseProperty::builder → SURVIVED 9. valid : replaced return value with null for org/cardanofoundation/explorer/api/model/metadatastandard/BaseProperty$BasePropertyBuilder::valid → SURVIVED |
@Builder |
10 | public class BaseProperty { | |
11 | ||
12 |
1
1. getIndex : replaced return value with "" for org/cardanofoundation/explorer/api/model/metadatastandard/BaseProperty::getIndex → SURVIVED |
private String index; |
13 | ||
14 |
2
1. getValid : replaced Boolean return with False for org/cardanofoundation/explorer/api/model/metadatastandard/BaseProperty::getValid → SURVIVED 2. getValid : replaced Boolean return with True for org/cardanofoundation/explorer/api/model/metadatastandard/BaseProperty::getValid → SURVIVED |
private Boolean valid; |
15 | ||
16 |
1
1. getValue : replaced return value with null for org/cardanofoundation/explorer/api/model/metadatastandard/BaseProperty::getValue → NO_COVERAGE |
private Object value; |
17 | ||
18 |
1
1. getProperty : replaced return value with "" for org/cardanofoundation/explorer/api/model/metadatastandard/BaseProperty::getProperty → SURVIVED |
private String property; |
19 | ||
20 |
1
1. getFormat : replaced return value with "" for org/cardanofoundation/explorer/api/model/metadatastandard/BaseProperty::getFormat → NO_COVERAGE |
private String format; |
21 | ||
22 |
1
1. getValueFormat : replaced return value with "" for org/cardanofoundation/explorer/api/model/metadatastandard/BaseProperty::getValueFormat → NO_COVERAGE |
private String valueFormat; |
23 | } | |
Mutations | ||
9 |
1.1 2.2 3.3 4.4 5.5 6.6 7.7 8.8 9.9 |
|
12 |
1.1 |
|
14 |
1.1 2.2 |
|
16 |
1.1 |
|
18 |
1.1 |
|
20 |
1.1 |
|
22 |
1.1 |