TokenCIP.java

1
package org.cardanofoundation.explorer.api.model.metadatastandard.cip;
2
3
import java.util.List;
4
5
import lombok.Getter;
6
import lombok.Setter;
7
8
import org.cardanofoundation.explorer.api.model.metadatastandard.BaseProperty;
9
10
@Getter
11
@Setter
12
public class TokenCIP {
13
14 1 1. getTokenName : replaced return value with null for org/cardanofoundation/explorer/api/model/metadatastandard/cip/TokenCIP::getTokenName → NO_COVERAGE
  private Object tokenName;
15
16 1 1. getRequireProperties : replaced return value with Collections.emptyList for org/cardanofoundation/explorer/api/model/metadatastandard/cip/TokenCIP::getRequireProperties → SURVIVED
  private List<BaseProperty> requireProperties;
17
18 1 1. getOptionalProperties : replaced return value with Collections.emptyList for org/cardanofoundation/explorer/api/model/metadatastandard/cip/TokenCIP::getOptionalProperties → SURVIVED
  private List<BaseProperty> optionalProperties;
19
}

Mutations

14

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

16

1.1
Location : getRequireProperties
Killed by : none
replaced return value with Collections.emptyList for org/cardanofoundation/explorer/api/model/metadatastandard/cip/TokenCIP::getRequireProperties → SURVIVED

18

1.1
Location : getOptionalProperties
Killed by : none
replaced return value with Collections.emptyList for org/cardanofoundation/explorer/api/model/metadatastandard/cip/TokenCIP::getOptionalProperties → SURVIVED

Active mutators

Tests examined


Report generated by PIT 1.14.2