PoolRangeValuesResponse.java

1
package org.cardanofoundation.explorer.api.model.response.pool;
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
@Getter
12
@Setter
13 16 1. maxLifetimeBlock : replaced return value with null for org/cardanofoundation/explorer/api/model/response/pool/PoolRangeValuesResponse$PoolRangeValuesResponseBuilder::maxLifetimeBlock → SURVIVED
2. maxPoolSize : replaced return value with null for org/cardanofoundation/explorer/api/model/response/pool/PoolRangeValuesResponse$PoolRangeValuesResponseBuilder::maxPoolSize → SURVIVED
3. toString : replaced return value with "" for org/cardanofoundation/explorer/api/model/response/pool/PoolRangeValuesResponse$PoolRangeValuesResponseBuilder::toString → NO_COVERAGE
4. minLifetimeBlock : replaced return value with null for org/cardanofoundation/explorer/api/model/response/pool/PoolRangeValuesResponse$PoolRangeValuesResponseBuilder::minLifetimeBlock → SURVIVED
5. maxGovParticipationRate : replaced return value with null for org/cardanofoundation/explorer/api/model/response/pool/PoolRangeValuesResponse$PoolRangeValuesResponseBuilder::maxGovParticipationRate → SURVIVED
6. maxSaturation : replaced return value with null for org/cardanofoundation/explorer/api/model/response/pool/PoolRangeValuesResponse$PoolRangeValuesResponseBuilder::maxSaturation → SURVIVED
7. minSaturation : replaced return value with null for org/cardanofoundation/explorer/api/model/response/pool/PoolRangeValuesResponse$PoolRangeValuesResponseBuilder::minSaturation → SURVIVED
8. minVotingPower : replaced return value with null for org/cardanofoundation/explorer/api/model/response/pool/PoolRangeValuesResponse$PoolRangeValuesResponseBuilder::minVotingPower → SURVIVED
9. minPoolSize : replaced return value with null for org/cardanofoundation/explorer/api/model/response/pool/PoolRangeValuesResponse$PoolRangeValuesResponseBuilder::minPoolSize → SURVIVED
10. minPledge : replaced return value with null for org/cardanofoundation/explorer/api/model/response/pool/PoolRangeValuesResponse$PoolRangeValuesResponseBuilder::minPledge → SURVIVED
11. maxPledge : replaced return value with null for org/cardanofoundation/explorer/api/model/response/pool/PoolRangeValuesResponse$PoolRangeValuesResponseBuilder::maxPledge → SURVIVED
12. maxVotingPower : replaced return value with null for org/cardanofoundation/explorer/api/model/response/pool/PoolRangeValuesResponse$PoolRangeValuesResponseBuilder::maxVotingPower → SURVIVED
13. minGovParticipationRate : replaced return value with null for org/cardanofoundation/explorer/api/model/response/pool/PoolRangeValuesResponse$PoolRangeValuesResponseBuilder::minGovParticipationRate → SURVIVED
14. self : replaced return value with null for org/cardanofoundation/explorer/api/model/response/pool/PoolRangeValuesResponse$PoolRangeValuesResponseBuilderImpl::self → SURVIVED
15. builder : replaced return value with null for org/cardanofoundation/explorer/api/model/response/pool/PoolRangeValuesResponse::builder → KILLED
16. build : replaced return value with null for org/cardanofoundation/explorer/api/model/response/pool/PoolRangeValuesResponse$PoolRangeValuesResponseBuilderImpl::build → KILLED
@SuperBuilder
14
@NoArgsConstructor
15
@AllArgsConstructor
16
public class PoolRangeValuesResponse {
17 1 1. getMinPoolSize : replaced return value with null for org/cardanofoundation/explorer/api/model/response/pool/PoolRangeValuesResponse::getMinPoolSize → SURVIVED
  BigInteger minPoolSize;
18 1 1. getMaxPoolSize : replaced return value with null for org/cardanofoundation/explorer/api/model/response/pool/PoolRangeValuesResponse::getMaxPoolSize → SURVIVED
  BigInteger maxPoolSize;
19
20 1 1. getMinPledge : replaced return value with null for org/cardanofoundation/explorer/api/model/response/pool/PoolRangeValuesResponse::getMinPledge → SURVIVED
  BigInteger minPledge;
21 1 1. getMaxPledge : replaced return value with null for org/cardanofoundation/explorer/api/model/response/pool/PoolRangeValuesResponse::getMaxPledge → SURVIVED
  BigInteger maxPledge;
22
23 1 1. getMinSaturation : replaced Double return value with 0 for org/cardanofoundation/explorer/api/model/response/pool/PoolRangeValuesResponse::getMinSaturation → SURVIVED
  Double minSaturation;
24 1 1. getMaxSaturation : replaced Double return value with 0 for org/cardanofoundation/explorer/api/model/response/pool/PoolRangeValuesResponse::getMaxSaturation → SURVIVED
  Double maxSaturation;
25
26 1 1. getMinLifetimeBlock : replaced Integer return value with 0 for org/cardanofoundation/explorer/api/model/response/pool/PoolRangeValuesResponse::getMinLifetimeBlock → SURVIVED
  Integer minLifetimeBlock;
27 1 1. getMaxLifetimeBlock : replaced Integer return value with 0 for org/cardanofoundation/explorer/api/model/response/pool/PoolRangeValuesResponse::getMaxLifetimeBlock → SURVIVED
  Integer maxLifetimeBlock;
28
29 1 1. getMinVotingPower : replaced Double return value with 0 for org/cardanofoundation/explorer/api/model/response/pool/PoolRangeValuesResponse::getMinVotingPower → SURVIVED
  Double minVotingPower;
30 1 1. getMaxVotingPower : replaced Double return value with 0 for org/cardanofoundation/explorer/api/model/response/pool/PoolRangeValuesResponse::getMaxVotingPower → SURVIVED
  Double maxVotingPower;
31
32 1 1. getMinGovParticipationRate : replaced Double return value with 0 for org/cardanofoundation/explorer/api/model/response/pool/PoolRangeValuesResponse::getMinGovParticipationRate → SURVIVED
  Double minGovParticipationRate;
33 1 1. getMaxGovParticipationRate : replaced Double return value with 0 for org/cardanofoundation/explorer/api/model/response/pool/PoolRangeValuesResponse::getMaxGovParticipationRate → SURVIVED
  Double maxGovParticipationRate;
34
}

Mutations

13

1.1
Location : maxLifetimeBlock
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/response/pool/PoolRangeValuesResponse$PoolRangeValuesResponseBuilder::maxLifetimeBlock → SURVIVED

2.2
Location : maxPoolSize
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/response/pool/PoolRangeValuesResponse$PoolRangeValuesResponseBuilder::maxPoolSize → SURVIVED

3.3
Location : toString
Killed by : none
replaced return value with "" for org/cardanofoundation/explorer/api/model/response/pool/PoolRangeValuesResponse$PoolRangeValuesResponseBuilder::toString → NO_COVERAGE

4.4
Location : minLifetimeBlock
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/response/pool/PoolRangeValuesResponse$PoolRangeValuesResponseBuilder::minLifetimeBlock → SURVIVED

5.5
Location : maxGovParticipationRate
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/response/pool/PoolRangeValuesResponse$PoolRangeValuesResponseBuilder::maxGovParticipationRate → SURVIVED

6.6
Location : maxSaturation
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/response/pool/PoolRangeValuesResponse$PoolRangeValuesResponseBuilder::maxSaturation → SURVIVED

7.7
Location : minSaturation
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/response/pool/PoolRangeValuesResponse$PoolRangeValuesResponseBuilder::minSaturation → SURVIVED

8.8
Location : minVotingPower
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/response/pool/PoolRangeValuesResponse$PoolRangeValuesResponseBuilder::minVotingPower → SURVIVED

9.9
Location : builder
Killed by : org.cardanofoundation.explorer.api.controller.PoolControllerTest.[engine:junit-jupiter]/[class:org.cardanofoundation.explorer.api.controller.PoolControllerTest]/[method:testGetRangeValueToFilterForPoolOverviewPage()]
replaced return value with null for org/cardanofoundation/explorer/api/model/response/pool/PoolRangeValuesResponse::builder → KILLED

10.10
Location : minPoolSize
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/response/pool/PoolRangeValuesResponse$PoolRangeValuesResponseBuilder::minPoolSize → SURVIVED

11.11
Location : build
Killed by : org.cardanofoundation.explorer.api.service.PoolServiceTest.[engine:junit-jupiter]/[class:org.cardanofoundation.explorer.api.service.PoolServiceTest]/[method:getPoolRangeValuesTest()]
replaced return value with null for org/cardanofoundation/explorer/api/model/response/pool/PoolRangeValuesResponse$PoolRangeValuesResponseBuilderImpl::build → KILLED

12.12
Location : minPledge
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/response/pool/PoolRangeValuesResponse$PoolRangeValuesResponseBuilder::minPledge → SURVIVED

13.13
Location : maxPledge
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/response/pool/PoolRangeValuesResponse$PoolRangeValuesResponseBuilder::maxPledge → SURVIVED

14.14
Location : maxVotingPower
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/response/pool/PoolRangeValuesResponse$PoolRangeValuesResponseBuilder::maxVotingPower → SURVIVED

15.15
Location : minGovParticipationRate
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/response/pool/PoolRangeValuesResponse$PoolRangeValuesResponseBuilder::minGovParticipationRate → SURVIVED

16.16
Location : self
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/response/pool/PoolRangeValuesResponse$PoolRangeValuesResponseBuilderImpl::self → SURVIVED

17

1.1
Location : getMinPoolSize
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/response/pool/PoolRangeValuesResponse::getMinPoolSize → SURVIVED

18

1.1
Location : getMaxPoolSize
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/response/pool/PoolRangeValuesResponse::getMaxPoolSize → SURVIVED

20

1.1
Location : getMinPledge
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/response/pool/PoolRangeValuesResponse::getMinPledge → SURVIVED

21

1.1
Location : getMaxPledge
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/response/pool/PoolRangeValuesResponse::getMaxPledge → SURVIVED

23

1.1
Location : getMinSaturation
Killed by : none
replaced Double return value with 0 for org/cardanofoundation/explorer/api/model/response/pool/PoolRangeValuesResponse::getMinSaturation → SURVIVED

24

1.1
Location : getMaxSaturation
Killed by : none
replaced Double return value with 0 for org/cardanofoundation/explorer/api/model/response/pool/PoolRangeValuesResponse::getMaxSaturation → SURVIVED

26

1.1
Location : getMinLifetimeBlock
Killed by : none
replaced Integer return value with 0 for org/cardanofoundation/explorer/api/model/response/pool/PoolRangeValuesResponse::getMinLifetimeBlock → SURVIVED

27

1.1
Location : getMaxLifetimeBlock
Killed by : none
replaced Integer return value with 0 for org/cardanofoundation/explorer/api/model/response/pool/PoolRangeValuesResponse::getMaxLifetimeBlock → SURVIVED

29

1.1
Location : getMinVotingPower
Killed by : none
replaced Double return value with 0 for org/cardanofoundation/explorer/api/model/response/pool/PoolRangeValuesResponse::getMinVotingPower → SURVIVED

30

1.1
Location : getMaxVotingPower
Killed by : none
replaced Double return value with 0 for org/cardanofoundation/explorer/api/model/response/pool/PoolRangeValuesResponse::getMaxVotingPower → SURVIVED

32

1.1
Location : getMinGovParticipationRate
Killed by : none
replaced Double return value with 0 for org/cardanofoundation/explorer/api/model/response/pool/PoolRangeValuesResponse::getMinGovParticipationRate → SURVIVED

33

1.1
Location : getMaxGovParticipationRate
Killed by : none
replaced Double return value with 0 for org/cardanofoundation/explorer/api/model/response/pool/PoolRangeValuesResponse::getMaxGovParticipationRate → SURVIVED

Active mutators

Tests examined


Report generated by PIT 1.14.2