BaseProperty.java

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
Location : property
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/metadatastandard/BaseProperty$BasePropertyBuilder::property → SURVIVED

2.2
Location : build
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/metadatastandard/BaseProperty$BasePropertyBuilder::build → SURVIVED

3.3
Location : index
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/metadatastandard/BaseProperty$BasePropertyBuilder::index → SURVIVED

4.4
Location : value
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/metadatastandard/BaseProperty$BasePropertyBuilder::value → SURVIVED

5.5
Location : valueFormat
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/metadatastandard/BaseProperty$BasePropertyBuilder::valueFormat → SURVIVED

6.6
Location : format
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/metadatastandard/BaseProperty$BasePropertyBuilder::format → SURVIVED

7.7
Location : toString
Killed by : none
replaced return value with "" for org/cardanofoundation/explorer/api/model/metadatastandard/BaseProperty$BasePropertyBuilder::toString → NO_COVERAGE

8.8
Location : builder
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/metadatastandard/BaseProperty::builder → SURVIVED

9.9
Location : valid
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/metadatastandard/BaseProperty$BasePropertyBuilder::valid → SURVIVED

12

1.1
Location : getIndex
Killed by : none
replaced return value with "" for org/cardanofoundation/explorer/api/model/metadatastandard/BaseProperty::getIndex → SURVIVED

14

1.1
Location : getValid
Killed by : none
replaced Boolean return with False for org/cardanofoundation/explorer/api/model/metadatastandard/BaseProperty::getValid → SURVIVED

2.2
Location : getValid
Killed by : none
replaced Boolean return with True for org/cardanofoundation/explorer/api/model/metadatastandard/BaseProperty::getValid → SURVIVED

16

1.1
Location : getValue
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/metadatastandard/BaseProperty::getValue → NO_COVERAGE

18

1.1
Location : getProperty
Killed by : none
replaced return value with "" for org/cardanofoundation/explorer/api/model/metadatastandard/BaseProperty::getProperty → SURVIVED

20

1.1
Location : getFormat
Killed by : none
replaced return value with "" for org/cardanofoundation/explorer/api/model/metadatastandard/BaseProperty::getFormat → NO_COVERAGE

22

1.1
Location : getValueFormat
Killed by : none
replaced return value with "" for org/cardanofoundation/explorer/api/model/metadatastandard/BaseProperty::getValueFormat → NO_COVERAGE

Active mutators

Tests examined


Report generated by PIT 1.14.2