DelegationPoolResponse.java

1
package org.cardanofoundation.explorer.api.model.response.address;
2
3
import lombok.Builder;
4
import lombok.Getter;
5
import lombok.Setter;
6
7
@Getter
8
@Setter
9 8 1. toString : replaced return value with "" for org/cardanofoundation/explorer/api/model/response/address/DelegationPoolResponse$DelegationPoolResponseBuilder::toString → NO_COVERAGE
2. build : replaced return value with null for org/cardanofoundation/explorer/api/model/response/address/DelegationPoolResponse$DelegationPoolResponseBuilder::build → SURVIVED
3. builder : replaced return value with null for org/cardanofoundation/explorer/api/model/response/address/DelegationPoolResponse::builder → KILLED
4. poolName : replaced return value with null for org/cardanofoundation/explorer/api/model/response/address/DelegationPoolResponse$DelegationPoolResponseBuilder::poolName → KILLED
5. tickerName : replaced return value with null for org/cardanofoundation/explorer/api/model/response/address/DelegationPoolResponse$DelegationPoolResponseBuilder::tickerName → KILLED
6. iconUrl : replaced return value with null for org/cardanofoundation/explorer/api/model/response/address/DelegationPoolResponse$DelegationPoolResponseBuilder::iconUrl → KILLED
7. logoUrl : replaced return value with null for org/cardanofoundation/explorer/api/model/response/address/DelegationPoolResponse$DelegationPoolResponseBuilder::logoUrl → KILLED
8. poolId : replaced return value with null for org/cardanofoundation/explorer/api/model/response/address/DelegationPoolResponse$DelegationPoolResponseBuilder::poolId → KILLED
@Builder
10
public class DelegationPoolResponse {
11 1 1. getTickerName : replaced return value with "" for org/cardanofoundation/explorer/api/model/response/address/DelegationPoolResponse::getTickerName → NO_COVERAGE
  private String tickerName;
12 1 1. getPoolName : replaced return value with "" for org/cardanofoundation/explorer/api/model/response/address/DelegationPoolResponse::getPoolName → NO_COVERAGE
  private String poolName;
13 1 1. getPoolId : replaced return value with "" for org/cardanofoundation/explorer/api/model/response/address/DelegationPoolResponse::getPoolId → NO_COVERAGE
  private String poolId;
14 1 1. getLogoUrl : replaced return value with "" for org/cardanofoundation/explorer/api/model/response/address/DelegationPoolResponse::getLogoUrl → NO_COVERAGE
  private String logoUrl;
15 1 1. getIconUrl : replaced return value with "" for org/cardanofoundation/explorer/api/model/response/address/DelegationPoolResponse::getIconUrl → NO_COVERAGE
  private String iconUrl;
16
}

Mutations

9

1.1
Location : builder
Killed by : org.cardanofoundation.explorer.api.service.StakeKeyServiceTest.[engine:junit-jupiter]/[class:org.cardanofoundation.explorer.api.service.StakeKeyServiceTest]/[method:testGetStakeByAddressWhenRewardAvailable_thenReturn()]
replaced return value with null for org/cardanofoundation/explorer/api/model/response/address/DelegationPoolResponse::builder → KILLED

2.2
Location : toString
Killed by : none
replaced return value with "" for org/cardanofoundation/explorer/api/model/response/address/DelegationPoolResponse$DelegationPoolResponseBuilder::toString → NO_COVERAGE

3.3
Location : poolName
Killed by : org.cardanofoundation.explorer.api.service.StakeKeyServiceTest.[engine:junit-jupiter]/[class:org.cardanofoundation.explorer.api.service.StakeKeyServiceTest]/[method:testGetStakeByAddressWhenRewardAvailable_thenReturn()]
replaced return value with null for org/cardanofoundation/explorer/api/model/response/address/DelegationPoolResponse$DelegationPoolResponseBuilder::poolName → KILLED

4.4
Location : tickerName
Killed by : org.cardanofoundation.explorer.api.service.StakeKeyServiceTest.[engine:junit-jupiter]/[class:org.cardanofoundation.explorer.api.service.StakeKeyServiceTest]/[method:testGetStakeByAddressWhenRewardAvailable_thenReturn()]
replaced return value with null for org/cardanofoundation/explorer/api/model/response/address/DelegationPoolResponse$DelegationPoolResponseBuilder::tickerName → KILLED

5.5
Location : build
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/response/address/DelegationPoolResponse$DelegationPoolResponseBuilder::build → SURVIVED

6.6
Location : iconUrl
Killed by : org.cardanofoundation.explorer.api.service.StakeKeyServiceTest.[engine:junit-jupiter]/[class:org.cardanofoundation.explorer.api.service.StakeKeyServiceTest]/[method:testGetStakeByAddressWhenRewardAvailable_thenReturn()]
replaced return value with null for org/cardanofoundation/explorer/api/model/response/address/DelegationPoolResponse$DelegationPoolResponseBuilder::iconUrl → KILLED

7.7
Location : logoUrl
Killed by : org.cardanofoundation.explorer.api.service.StakeKeyServiceTest.[engine:junit-jupiter]/[class:org.cardanofoundation.explorer.api.service.StakeKeyServiceTest]/[method:testGetStakeByAddressWhenRewardAvailable_thenReturn()]
replaced return value with null for org/cardanofoundation/explorer/api/model/response/address/DelegationPoolResponse$DelegationPoolResponseBuilder::logoUrl → KILLED

8.8
Location : poolId
Killed by : org.cardanofoundation.explorer.api.service.StakeKeyServiceTest.[engine:junit-jupiter]/[class:org.cardanofoundation.explorer.api.service.StakeKeyServiceTest]/[method:testGetStakeByAddressWhenRewardAvailable_thenReturn()]
replaced return value with null for org/cardanofoundation/explorer/api/model/response/address/DelegationPoolResponse$DelegationPoolResponseBuilder::poolId → KILLED

11

1.1
Location : getTickerName
Killed by : none
replaced return value with "" for org/cardanofoundation/explorer/api/model/response/address/DelegationPoolResponse::getTickerName → NO_COVERAGE

12

1.1
Location : getPoolName
Killed by : none
replaced return value with "" for org/cardanofoundation/explorer/api/model/response/address/DelegationPoolResponse::getPoolName → NO_COVERAGE

13

1.1
Location : getPoolId
Killed by : none
replaced return value with "" for org/cardanofoundation/explorer/api/model/response/address/DelegationPoolResponse::getPoolId → NO_COVERAGE

14

1.1
Location : getLogoUrl
Killed by : none
replaced return value with "" for org/cardanofoundation/explorer/api/model/response/address/DelegationPoolResponse::getLogoUrl → NO_COVERAGE

15

1.1
Location : getIconUrl
Killed by : none
replaced return value with "" for org/cardanofoundation/explorer/api/model/response/address/DelegationPoolResponse::getIconUrl → NO_COVERAGE

Active mutators

Tests examined


Report generated by PIT 1.14.2