ProtocolParamUpdate.java

1
package org.cardanofoundation.explorer.api.model;
2
3
import java.math.BigInteger;
4
5
import lombok.AllArgsConstructor;
6
import lombok.Getter;
7
import lombok.NoArgsConstructor;
8
import lombok.Setter;
9
import lombok.experimental.SuperBuilder;
10
11
import com.fasterxml.jackson.annotation.JsonProperty;
12
13
@Getter
14
@Setter
15
@NoArgsConstructor
16
@AllArgsConstructor
17 46 1. govActionDeposit : replaced return value with null for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate$ProtocolParamUpdateBuilder::govActionDeposit → NO_COVERAGE
2. protocolMinorVer : replaced return value with null for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate$ProtocolParamUpdateBuilder::protocolMinorVer → NO_COVERAGE
3. decentralisationParam : replaced return value with null for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate$ProtocolParamUpdateBuilder::decentralisationParam → NO_COVERAGE
4. collateralPercent : replaced return value with null for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate$ProtocolParamUpdateBuilder::collateralPercent → NO_COVERAGE
5. priceStep : replaced return value with null for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate$ProtocolParamUpdateBuilder::priceStep → NO_COVERAGE
6. builder : replaced return value with null for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate::builder → NO_COVERAGE
7. committeeMaxTermLength : replaced return value with null for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate$ProtocolParamUpdateBuilder::committeeMaxTermLength → NO_COVERAGE
8. maxTxExMem : replaced return value with null for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate$ProtocolParamUpdateBuilder::maxTxExMem → NO_COVERAGE
9. priceMem : replaced return value with null for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate$ProtocolParamUpdateBuilder::priceMem → NO_COVERAGE
10. maxCollateralInputs : replaced return value with null for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate$ProtocolParamUpdateBuilder::maxCollateralInputs → NO_COVERAGE
11. drepActivity : replaced return value with null for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate$ProtocolParamUpdateBuilder::drepActivity → NO_COVERAGE
12. drepDeposit : replaced return value with null for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate$ProtocolParamUpdateBuilder::drepDeposit → NO_COVERAGE
13. treasuryGrowthRate : replaced return value with null for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate$ProtocolParamUpdateBuilder::treasuryGrowthRate → NO_COVERAGE
14. govActionLifetime : replaced return value with null for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate$ProtocolParamUpdateBuilder::govActionLifetime → NO_COVERAGE
15. maxBlockExMem : replaced return value with null for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate$ProtocolParamUpdateBuilder::maxBlockExMem → NO_COVERAGE
16. costModels : replaced return value with null for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate$ProtocolParamUpdateBuilder::costModels → NO_COVERAGE
17. maxValSize : replaced return value with null for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate$ProtocolParamUpdateBuilder::maxValSize → NO_COVERAGE
18. minUtxo : replaced return value with null for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate$ProtocolParamUpdateBuilder::minUtxo → NO_COVERAGE
19. maxBlockHeaderSize : replaced return value with null for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate$ProtocolParamUpdateBuilder::maxBlockHeaderSize → NO_COVERAGE
20. adaPerUtxoByte : replaced return value with null for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate$ProtocolParamUpdateBuilder::adaPerUtxoByte → NO_COVERAGE
21. costModelsHash : replaced return value with null for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate$ProtocolParamUpdateBuilder::costModelsHash → NO_COVERAGE
22. build : replaced return value with null for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate$ProtocolParamUpdateBuilderImpl::build → NO_COVERAGE
23. poolPledgeInfluence : replaced return value with null for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate$ProtocolParamUpdateBuilder::poolPledgeInfluence → NO_COVERAGE
24. drepVotingThresholds : replaced return value with null for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate$ProtocolParamUpdateBuilder::drepVotingThresholds → NO_COVERAGE
25. minFeeRefScriptCostPerByte : replaced return value with null for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate$ProtocolParamUpdateBuilder::minFeeRefScriptCostPerByte → NO_COVERAGE
26. nopt : replaced return value with null for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate$ProtocolParamUpdateBuilder::nopt → NO_COVERAGE
27. keyDeposit : replaced return value with null for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate$ProtocolParamUpdateBuilder::keyDeposit → NO_COVERAGE
28. maxTxSize : replaced return value with null for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate$ProtocolParamUpdateBuilder::maxTxSize → NO_COVERAGE
29. minFeeB : replaced return value with null for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate$ProtocolParamUpdateBuilder::minFeeB → NO_COVERAGE
30. maxBlockExSteps : replaced return value with null for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate$ProtocolParamUpdateBuilder::maxBlockExSteps → NO_COVERAGE
31. maxEpoch : replaced return value with null for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate$ProtocolParamUpdateBuilder::maxEpoch → NO_COVERAGE
32. maxBlockSize : replaced return value with null for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate$ProtocolParamUpdateBuilder::maxBlockSize → NO_COVERAGE
33. protocolMajorVer : replaced return value with null for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate$ProtocolParamUpdateBuilder::protocolMajorVer → NO_COVERAGE
34. maxTxExSteps : replaced return value with null for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate$ProtocolParamUpdateBuilder::maxTxExSteps → NO_COVERAGE
35. toString : replaced return value with "" for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate$ProtocolParamUpdateBuilder::toString → NO_COVERAGE
36. committeeMinSize : replaced return value with null for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate$ProtocolParamUpdateBuilder::committeeMinSize → NO_COVERAGE
37. poolDeposit : replaced return value with null for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate$ProtocolParamUpdateBuilder::poolDeposit → NO_COVERAGE
38. $fillValuesFrom : removed call to org/cardanofoundation/explorer/api/model/ProtocolParamUpdate$ProtocolParamUpdateBuilder::$fillValuesFromInstanceIntoBuilder → NO_COVERAGE
39. $fillValuesFrom : replaced return value with null for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate$ProtocolParamUpdateBuilder::$fillValuesFrom → NO_COVERAGE
40. extraEntropy : replaced return value with null for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate$ProtocolParamUpdateBuilder::extraEntropy → NO_COVERAGE
41. poolVotingThresholds : replaced return value with null for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate$ProtocolParamUpdateBuilder::poolVotingThresholds → NO_COVERAGE
42. self : replaced return value with null for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate$ProtocolParamUpdateBuilderImpl::self → NO_COVERAGE
43. minFeeA : replaced return value with null for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate$ProtocolParamUpdateBuilder::minFeeA → NO_COVERAGE
44. minPoolCost : replaced return value with null for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate$ProtocolParamUpdateBuilder::minPoolCost → NO_COVERAGE
45. toBuilder : replaced return value with null for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate::toBuilder → NO_COVERAGE
46. expansionRate : replaced return value with null for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate$ProtocolParamUpdateBuilder::expansionRate → NO_COVERAGE
@SuperBuilder(toBuilder = true)
18
public class ProtocolParamUpdate {
19
  @JsonProperty("minUtxo")
20 1 1. getMinUtxo : replaced return value with null for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate::getMinUtxo → NO_COVERAGE
  private BigInteger minUtxo;
21
22
  @JsonProperty("maxEpoch")
23 1 1. getMaxEpoch : replaced Integer return value with 0 for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate::getMaxEpoch → NO_COVERAGE
  private Integer maxEpoch;
24
25
  @JsonProperty("extraEntropy")
26 1 1. getExtraEntropy : replaced return value with "" for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate::getExtraEntropy → NO_COVERAGE
  private String extraEntropy;
27
28
  @JsonProperty("expansionRate")
29 1 1. getExpansionRate : replaced Double return value with 0 for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate::getExpansionRate → NO_COVERAGE
  private Double expansionRate;
30
31
  @JsonProperty("adaPerUtxoByte")
32 1 1. getAdaPerUtxoByte : replaced return value with null for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate::getAdaPerUtxoByte → NO_COVERAGE
  private BigInteger adaPerUtxoByte;
33
34
  @JsonProperty("protocolMajorVer")
35 1 1. getProtocolMajorVer : replaced Integer return value with 0 for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate::getProtocolMajorVer → NO_COVERAGE
  private Integer protocolMajorVer;
36
37
  @JsonProperty("protocolMinorVer")
38 1 1. getProtocolMinorVer : replaced Integer return value with 0 for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate::getProtocolMinorVer → NO_COVERAGE
  private Integer protocolMinorVer;
39
40
  @JsonProperty("treasuryGrowthRate")
41 1 1. getTreasuryGrowthRate : replaced Double return value with 0 for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate::getTreasuryGrowthRate → NO_COVERAGE
  private Double treasuryGrowthRate;
42
43
  @JsonProperty("decentralisationParam")
44 1 1. getDecentralisationParam : replaced Double return value with 0 for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate::getDecentralisationParam → NO_COVERAGE
  private Double decentralisationParam;
45
46
  @JsonProperty("costModelsHash")
47 1 1. getCostModelsHash : replaced return value with "" for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate::getCostModelsHash → NO_COVERAGE
  private String costModelsHash;
48
  //  Economic group
49
  @JsonProperty("minFeeA")
50 1 1. getMinFeeA : replaced Integer return value with 0 for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate::getMinFeeA → SURVIVED
  private Integer minFeeA;
51
52
  @JsonProperty("minFeeB")
53 1 1. getMinFeeB : replaced Integer return value with 0 for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate::getMinFeeB → SURVIVED
  private Integer minFeeB;
54
55
  @JsonProperty("keyDeposit")
56 1 1. getKeyDeposit : replaced return value with null for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate::getKeyDeposit → SURVIVED
  private BigInteger keyDeposit;
57
58
  @JsonProperty("poolDeposit")
59 1 1. getPoolDeposit : replaced return value with null for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate::getPoolDeposit → SURVIVED
  private BigInteger poolDeposit;
60
61
  @JsonProperty("minPoolCost")
62 1 1. getMinPoolCost : replaced return value with null for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate::getMinPoolCost → SURVIVED
  private BigInteger minPoolCost;
63
64
  @JsonProperty("priceMem")
65 1 1. getPriceMem : replaced Double return value with 0 for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate::getPriceMem → SURVIVED
  private Double priceMem;
66
67
  @JsonProperty("priceStep")
68 1 1. getPriceStep : replaced Double return value with 0 for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate::getPriceStep → SURVIVED
  private Double priceStep;
69
  //  Network group
70
  @JsonProperty("maxBlockSize")
71 1 1. getMaxBlockSize : replaced Integer return value with 0 for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate::getMaxBlockSize → SURVIVED
  private Integer maxBlockSize;
72
73
  @JsonProperty("maxTxSize")
74 1 1. getMaxTxSize : replaced Integer return value with 0 for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate::getMaxTxSize → SURVIVED
  private Integer maxTxSize;
75
76
  @JsonProperty("maxBlockHeaderSize")
77 1 1. getMaxBlockHeaderSize : replaced Integer return value with 0 for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate::getMaxBlockHeaderSize → SURVIVED
  private Integer maxBlockHeaderSize;
78
79
  @JsonProperty("maxValSize")
80 1 1. getMaxValSize : replaced return value with null for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate::getMaxValSize → SURVIVED
  private BigInteger maxValSize;
81
82
  @JsonProperty("maxTxExMem")
83 1 1. getMaxTxExMem : replaced return value with null for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate::getMaxTxExMem → SURVIVED
  private BigInteger maxTxExMem;
84
85
  @JsonProperty("maxTxExSteps")
86 1 1. getMaxTxExSteps : replaced return value with null for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate::getMaxTxExSteps → SURVIVED
  private BigInteger maxTxExSteps;
87
88
  @JsonProperty("maxBlockExMem")
89 1 1. getMaxBlockExMem : replaced return value with null for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate::getMaxBlockExMem → SURVIVED
  private BigInteger maxBlockExMem;
90
91
  @JsonProperty("maxBlockExSteps")
92 1 1. getMaxBlockExSteps : replaced return value with null for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate::getMaxBlockExSteps → SURVIVED
  private BigInteger maxBlockExSteps;
93
94
  @JsonProperty("maxCollateralInputs")
95 1 1. getMaxCollateralInputs : replaced Integer return value with 0 for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate::getMaxCollateralInputs → SURVIVED
  private Integer maxCollateralInputs;
96
  //  Technical group
97
  @JsonProperty("nopt")
98 1 1. getNopt : replaced Integer return value with 0 for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate::getNopt → SURVIVED
  private Integer nopt;
99
100
  @JsonProperty("poolPledgeInfluence")
101 1 1. getPoolPledgeInfluence : replaced Double return value with 0 for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate::getPoolPledgeInfluence → SURVIVED
  private Double poolPledgeInfluence;
102
103
  @JsonProperty("costModels")
104 1 1. getCostModels : replaced return value with null for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate::getCostModels → SURVIVED
  private Object costModels;
105
106
  @JsonProperty("collateralPercent")
107 1 1. getCollateralPercent : replaced Double return value with 0 for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate::getCollateralPercent → SURVIVED
  private Double collateralPercent;
108
  //  governance group
109
  @JsonProperty("drepVotingThresholds")
110 1 1. getDrepVotingThresholds : replaced return value with null for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate::getDrepVotingThresholds → KILLED
  private Object drepVotingThresholds;
111
112
  @JsonProperty("poolVotingThresholds")
113 1 1. getPoolVotingThresholds : replaced return value with null for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate::getPoolVotingThresholds → SURVIVED
  private Object poolVotingThresholds;
114
115
  @JsonProperty("govActionLifetime")
116 1 1. getGovActionLifetime : replaced return value with null for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate::getGovActionLifetime → SURVIVED
  private BigInteger govActionLifetime;
117
118
  @JsonProperty("govActionDeposit")
119 1 1. getGovActionDeposit : replaced return value with null for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate::getGovActionDeposit → SURVIVED
  private BigInteger govActionDeposit;
120
121
  @JsonProperty("drepDeposit")
122 1 1. getDrepDeposit : replaced return value with null for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate::getDrepDeposit → SURVIVED
  private BigInteger drepDeposit;
123
124
  @JsonProperty("drepActivity")
125 1 1. getDrepActivity : replaced return value with null for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate::getDrepActivity → SURVIVED
  private BigInteger drepActivity;
126
127
  @JsonProperty("committeeMinSize")
128 1 1. getCommitteeMinSize : replaced return value with null for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate::getCommitteeMinSize → SURVIVED
  private BigInteger committeeMinSize;
129
130
  @JsonProperty("committeeMaxTermLength")
131 1 1. getCommitteeMaxTermLength : replaced return value with null for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate::getCommitteeMaxTermLength → SURVIVED
  private BigInteger committeeMaxTermLength;
132
  //  security group
133
  @JsonProperty("minFeeRefScriptCostPerByte")
134 1 1. getMinFeeRefScriptCostPerByte : replaced return value with null for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate::getMinFeeRefScriptCostPerByte → SURVIVED
  private BigInteger minFeeRefScriptCostPerByte;
135
}

Mutations

17

1.1
Location : govActionDeposit
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate$ProtocolParamUpdateBuilder::govActionDeposit → NO_COVERAGE

2.2
Location : protocolMinorVer
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate$ProtocolParamUpdateBuilder::protocolMinorVer → NO_COVERAGE

3.3
Location : decentralisationParam
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate$ProtocolParamUpdateBuilder::decentralisationParam → NO_COVERAGE

4.4
Location : collateralPercent
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate$ProtocolParamUpdateBuilder::collateralPercent → NO_COVERAGE

5.5
Location : priceStep
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate$ProtocolParamUpdateBuilder::priceStep → NO_COVERAGE

6.6
Location : builder
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate::builder → NO_COVERAGE

7.7
Location : committeeMaxTermLength
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate$ProtocolParamUpdateBuilder::committeeMaxTermLength → NO_COVERAGE

8.8
Location : maxTxExMem
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate$ProtocolParamUpdateBuilder::maxTxExMem → NO_COVERAGE

9.9
Location : priceMem
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate$ProtocolParamUpdateBuilder::priceMem → NO_COVERAGE

10.10
Location : maxCollateralInputs
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate$ProtocolParamUpdateBuilder::maxCollateralInputs → NO_COVERAGE

11.11
Location : drepActivity
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate$ProtocolParamUpdateBuilder::drepActivity → NO_COVERAGE

12.12
Location : drepDeposit
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate$ProtocolParamUpdateBuilder::drepDeposit → NO_COVERAGE

13.13
Location : treasuryGrowthRate
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate$ProtocolParamUpdateBuilder::treasuryGrowthRate → NO_COVERAGE

14.14
Location : govActionLifetime
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate$ProtocolParamUpdateBuilder::govActionLifetime → NO_COVERAGE

15.15
Location : maxBlockExMem
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate$ProtocolParamUpdateBuilder::maxBlockExMem → NO_COVERAGE

16.16
Location : costModels
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate$ProtocolParamUpdateBuilder::costModels → NO_COVERAGE

17.17
Location : maxValSize
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate$ProtocolParamUpdateBuilder::maxValSize → NO_COVERAGE

18.18
Location : minUtxo
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate$ProtocolParamUpdateBuilder::minUtxo → NO_COVERAGE

19.19
Location : maxBlockHeaderSize
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate$ProtocolParamUpdateBuilder::maxBlockHeaderSize → NO_COVERAGE

20.20
Location : adaPerUtxoByte
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate$ProtocolParamUpdateBuilder::adaPerUtxoByte → NO_COVERAGE

21.21
Location : costModelsHash
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate$ProtocolParamUpdateBuilder::costModelsHash → NO_COVERAGE

22.22
Location : build
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate$ProtocolParamUpdateBuilderImpl::build → NO_COVERAGE

23.23
Location : poolPledgeInfluence
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate$ProtocolParamUpdateBuilder::poolPledgeInfluence → NO_COVERAGE

24.24
Location : drepVotingThresholds
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate$ProtocolParamUpdateBuilder::drepVotingThresholds → NO_COVERAGE

25.25
Location : minFeeRefScriptCostPerByte
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate$ProtocolParamUpdateBuilder::minFeeRefScriptCostPerByte → NO_COVERAGE

26.26
Location : nopt
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate$ProtocolParamUpdateBuilder::nopt → NO_COVERAGE

27.27
Location : keyDeposit
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate$ProtocolParamUpdateBuilder::keyDeposit → NO_COVERAGE

28.28
Location : maxTxSize
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate$ProtocolParamUpdateBuilder::maxTxSize → NO_COVERAGE

29.29
Location : minFeeB
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate$ProtocolParamUpdateBuilder::minFeeB → NO_COVERAGE

30.30
Location : maxBlockExSteps
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate$ProtocolParamUpdateBuilder::maxBlockExSteps → NO_COVERAGE

31.31
Location : maxEpoch
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate$ProtocolParamUpdateBuilder::maxEpoch → NO_COVERAGE

32.32
Location : maxBlockSize
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate$ProtocolParamUpdateBuilder::maxBlockSize → NO_COVERAGE

33.33
Location : protocolMajorVer
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate$ProtocolParamUpdateBuilder::protocolMajorVer → NO_COVERAGE

34.34
Location : maxTxExSteps
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate$ProtocolParamUpdateBuilder::maxTxExSteps → NO_COVERAGE

35.35
Location : toString
Killed by : none
replaced return value with "" for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate$ProtocolParamUpdateBuilder::toString → NO_COVERAGE

36.36
Location : committeeMinSize
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate$ProtocolParamUpdateBuilder::committeeMinSize → NO_COVERAGE

37.37
Location : poolDeposit
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate$ProtocolParamUpdateBuilder::poolDeposit → NO_COVERAGE

38.38
Location : $fillValuesFrom
Killed by : none
removed call to org/cardanofoundation/explorer/api/model/ProtocolParamUpdate$ProtocolParamUpdateBuilder::$fillValuesFromInstanceIntoBuilder → NO_COVERAGE

39.39
Location : $fillValuesFrom
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate$ProtocolParamUpdateBuilder::$fillValuesFrom → NO_COVERAGE

40.40
Location : extraEntropy
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate$ProtocolParamUpdateBuilder::extraEntropy → NO_COVERAGE

41.41
Location : poolVotingThresholds
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate$ProtocolParamUpdateBuilder::poolVotingThresholds → NO_COVERAGE

42.42
Location : self
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate$ProtocolParamUpdateBuilderImpl::self → NO_COVERAGE

43.43
Location : minFeeA
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate$ProtocolParamUpdateBuilder::minFeeA → NO_COVERAGE

44.44
Location : minPoolCost
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate$ProtocolParamUpdateBuilder::minPoolCost → NO_COVERAGE

45.45
Location : toBuilder
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate::toBuilder → NO_COVERAGE

46.46
Location : expansionRate
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate$ProtocolParamUpdateBuilder::expansionRate → NO_COVERAGE

20

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

23

1.1
Location : getMaxEpoch
Killed by : none
replaced Integer return value with 0 for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate::getMaxEpoch → NO_COVERAGE

26

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

29

1.1
Location : getExpansionRate
Killed by : none
replaced Double return value with 0 for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate::getExpansionRate → NO_COVERAGE

32

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

35

1.1
Location : getProtocolMajorVer
Killed by : none
replaced Integer return value with 0 for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate::getProtocolMajorVer → NO_COVERAGE

38

1.1
Location : getProtocolMinorVer
Killed by : none
replaced Integer return value with 0 for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate::getProtocolMinorVer → NO_COVERAGE

41

1.1
Location : getTreasuryGrowthRate
Killed by : none
replaced Double return value with 0 for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate::getTreasuryGrowthRate → NO_COVERAGE

44

1.1
Location : getDecentralisationParam
Killed by : none
replaced Double return value with 0 for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate::getDecentralisationParam → NO_COVERAGE

47

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

50

1.1
Location : getMinFeeA
Killed by : none
replaced Integer return value with 0 for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate::getMinFeeA → SURVIVED

53

1.1
Location : getMinFeeB
Killed by : none
replaced Integer return value with 0 for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate::getMinFeeB → SURVIVED

56

1.1
Location : getKeyDeposit
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate::getKeyDeposit → SURVIVED

59

1.1
Location : getPoolDeposit
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate::getPoolDeposit → SURVIVED

62

1.1
Location : getMinPoolCost
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate::getMinPoolCost → SURVIVED

65

1.1
Location : getPriceMem
Killed by : none
replaced Double return value with 0 for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate::getPriceMem → SURVIVED

68

1.1
Location : getPriceStep
Killed by : none
replaced Double return value with 0 for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate::getPriceStep → SURVIVED

71

1.1
Location : getMaxBlockSize
Killed by : none
replaced Integer return value with 0 for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate::getMaxBlockSize → SURVIVED

74

1.1
Location : getMaxTxSize
Killed by : none
replaced Integer return value with 0 for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate::getMaxTxSize → SURVIVED

77

1.1
Location : getMaxBlockHeaderSize
Killed by : none
replaced Integer return value with 0 for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate::getMaxBlockHeaderSize → SURVIVED

80

1.1
Location : getMaxValSize
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate::getMaxValSize → SURVIVED

83

1.1
Location : getMaxTxExMem
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate::getMaxTxExMem → SURVIVED

86

1.1
Location : getMaxTxExSteps
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate::getMaxTxExSteps → SURVIVED

89

1.1
Location : getMaxBlockExMem
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate::getMaxBlockExMem → SURVIVED

92

1.1
Location : getMaxBlockExSteps
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate::getMaxBlockExSteps → SURVIVED

95

1.1
Location : getMaxCollateralInputs
Killed by : none
replaced Integer return value with 0 for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate::getMaxCollateralInputs → SURVIVED

98

1.1
Location : getNopt
Killed by : none
replaced Integer return value with 0 for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate::getNopt → SURVIVED

101

1.1
Location : getPoolPledgeInfluence
Killed by : none
replaced Double return value with 0 for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate::getPoolPledgeInfluence → SURVIVED

104

1.1
Location : getCostModels
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate::getCostModels → SURVIVED

107

1.1
Location : getCollateralPercent
Killed by : none
replaced Double return value with 0 for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate::getCollateralPercent → SURVIVED

110

1.1
Location : getDrepVotingThresholds
Killed by : org.cardanofoundation.explorer.api.service.GovActionServiceTest.[engine:junit-jupiter]/[class:org.cardanofoundation.explorer.api.service.GovActionServiceTest]/[method:testGetVotingChartByGovActionTxHashAndIndex_withDRepType()]
replaced return value with null for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate::getDrepVotingThresholds → KILLED

113

1.1
Location : getPoolVotingThresholds
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate::getPoolVotingThresholds → SURVIVED

116

1.1
Location : getGovActionLifetime
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate::getGovActionLifetime → SURVIVED

119

1.1
Location : getGovActionDeposit
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate::getGovActionDeposit → SURVIVED

122

1.1
Location : getDrepDeposit
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate::getDrepDeposit → SURVIVED

125

1.1
Location : getDrepActivity
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate::getDrepActivity → SURVIVED

128

1.1
Location : getCommitteeMinSize
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate::getCommitteeMinSize → SURVIVED

131

1.1
Location : getCommitteeMaxTermLength
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate::getCommitteeMaxTermLength → SURVIVED

134

1.1
Location : getMinFeeRefScriptCostPerByte
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/ProtocolParamUpdate::getMinFeeRefScriptCostPerByte → SURVIVED

Active mutators

Tests examined


Report generated by PIT 1.14.2