StakePoolsChartResponse.java

1
package org.cardanofoundation.explorer.api.model.response.pool;
2
3
import lombok.*;
4
5
@Getter
6
@Setter
7 5 1. toString : replaced return value with "" for org/cardanofoundation/explorer/api/model/response/pool/StakePoolsChartResponse$StakePoolsChartResponseBuilder::toString → NO_COVERAGE
2. activePool : replaced return value with null for org/cardanofoundation/explorer/api/model/response/pool/StakePoolsChartResponse$StakePoolsChartResponseBuilder::activePool → KILLED
3. build : replaced return value with null for org/cardanofoundation/explorer/api/model/response/pool/StakePoolsChartResponse$StakePoolsChartResponseBuilder::build → KILLED
4. builder : replaced return value with null for org/cardanofoundation/explorer/api/model/response/pool/StakePoolsChartResponse::builder → KILLED
5. registeredPool : replaced return value with null for org/cardanofoundation/explorer/api/model/response/pool/StakePoolsChartResponse$StakePoolsChartResponseBuilder::registeredPool → KILLED
@Builder
8
@NoArgsConstructor
9
@AllArgsConstructor
10
public class StakePoolsChartResponse {
11 1 1. getRegisteredPool : replaced Long return value with 0L for org/cardanofoundation/explorer/api/model/response/pool/StakePoolsChartResponse::getRegisteredPool → KILLED
  private Long registeredPool;
12 1 1. getActivePool : replaced Long return value with 0L for org/cardanofoundation/explorer/api/model/response/pool/StakePoolsChartResponse::getActivePool → KILLED
  private Long activePool;
13
}

Mutations

7

1.1
Location : activePool
Killed by : org.cardanofoundation.explorer.api.service.PoolServiceTest.[engine:junit-jupiter]/[class:org.cardanofoundation.explorer.api.service.PoolServiceTest]/[method:getRegiseredStakePoolsChartTest()]
replaced return value with null for org/cardanofoundation/explorer/api/model/response/pool/StakePoolsChartResponse$StakePoolsChartResponseBuilder::activePool → KILLED

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

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

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

5.5
Location : registeredPool
Killed by : org.cardanofoundation.explorer.api.service.PoolServiceTest.[engine:junit-jupiter]/[class:org.cardanofoundation.explorer.api.service.PoolServiceTest]/[method:getRegiseredStakePoolsChartTest()]
replaced return value with null for org/cardanofoundation/explorer/api/model/response/pool/StakePoolsChartResponse$StakePoolsChartResponseBuilder::registeredPool → KILLED

11

1.1
Location : getRegisteredPool
Killed by : org.cardanofoundation.explorer.api.service.PoolServiceTest.[engine:junit-jupiter]/[class:org.cardanofoundation.explorer.api.service.PoolServiceTest]/[method:getRegiseredStakePoolsChartTest()]
replaced Long return value with 0L for org/cardanofoundation/explorer/api/model/response/pool/StakePoolsChartResponse::getRegisteredPool → KILLED

12

1.1
Location : getActivePool
Killed by : org.cardanofoundation.explorer.api.service.PoolServiceTest.[engine:junit-jupiter]/[class:org.cardanofoundation.explorer.api.service.PoolServiceTest]/[method:getRegiseredStakePoolsChartTest()]
replaced Long return value with 0L for org/cardanofoundation/explorer/api/model/response/pool/StakePoolsChartResponse::getActivePool → KILLED

Active mutators

Tests examined


Report generated by PIT 1.14.2