AddressChartBalanceResponse.java

1
package org.cardanofoundation.explorer.api.model.response.address;
2
3
import java.math.BigInteger;
4
import java.util.List;
5
6
import lombok.*;
7
8
@Getter
9
@Setter
10 6 1. toString : replaced return value with "" for org/cardanofoundation/explorer/api/model/response/address/AddressChartBalanceResponse$AddressChartBalanceResponseBuilder::toString → NO_COVERAGE
2. lowestBalance : replaced return value with null for org/cardanofoundation/explorer/api/model/response/address/AddressChartBalanceResponse$AddressChartBalanceResponseBuilder::lowestBalance → KILLED
3. builder : replaced return value with null for org/cardanofoundation/explorer/api/model/response/address/AddressChartBalanceResponse::builder → KILLED
4. data : replaced return value with null for org/cardanofoundation/explorer/api/model/response/address/AddressChartBalanceResponse$AddressChartBalanceResponseBuilder::data → KILLED
5. build : replaced return value with null for org/cardanofoundation/explorer/api/model/response/address/AddressChartBalanceResponse$AddressChartBalanceResponseBuilder::build → KILLED
6. highestBalance : replaced return value with null for org/cardanofoundation/explorer/api/model/response/address/AddressChartBalanceResponse$AddressChartBalanceResponseBuilder::highestBalance → KILLED
@Builder
11
@NoArgsConstructor
12
@AllArgsConstructor
13
public class AddressChartBalanceResponse {
14 1 1. getData : replaced return value with Collections.emptyList for org/cardanofoundation/explorer/api/model/response/address/AddressChartBalanceResponse::getData → SURVIVED
  private List<AddressChartBalanceData> data;
15 1 1. getHighestBalance : replaced return value with null for org/cardanofoundation/explorer/api/model/response/address/AddressChartBalanceResponse::getHighestBalance → KILLED
  private BigInteger highestBalance;
16 1 1. getLowestBalance : replaced return value with null for org/cardanofoundation/explorer/api/model/response/address/AddressChartBalanceResponse::getLowestBalance → KILLED
  private BigInteger lowestBalance;
17
}

Mutations

10

1.1
Location : lowestBalance
Killed by : org.cardanofoundation.explorer.api.service.AddressServiceTest.[engine:junit-jupiter]/[class:org.cardanofoundation.explorer.api.service.AddressServiceTest]/[method:getAddressAnalytics_shouldReturnListNull()]
replaced return value with null for org/cardanofoundation/explorer/api/model/response/address/AddressChartBalanceResponse$AddressChartBalanceResponseBuilder::lowestBalance → KILLED

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

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

4.4
Location : data
Killed by : org.cardanofoundation.explorer.api.service.AddressServiceTest.[engine:junit-jupiter]/[class:org.cardanofoundation.explorer.api.service.AddressServiceTest]/[method:getAddressAnalytics_shouldReturnListNull()]
replaced return value with null for org/cardanofoundation/explorer/api/model/response/address/AddressChartBalanceResponse$AddressChartBalanceResponseBuilder::data → KILLED

5.5
Location : build
Killed by : org.cardanofoundation.explorer.api.service.AddressServiceTest.[engine:junit-jupiter]/[class:org.cardanofoundation.explorer.api.service.AddressServiceTest]/[method:getAddressAnalytics_shouldReturnListNull()]
replaced return value with null for org/cardanofoundation/explorer/api/model/response/address/AddressChartBalanceResponse$AddressChartBalanceResponseBuilder::build → KILLED

6.6
Location : highestBalance
Killed by : org.cardanofoundation.explorer.api.service.AddressServiceTest.[engine:junit-jupiter]/[class:org.cardanofoundation.explorer.api.service.AddressServiceTest]/[method:getAddressAnalytics_shouldReturnListNull()]
replaced return value with null for org/cardanofoundation/explorer/api/model/response/address/AddressChartBalanceResponse$AddressChartBalanceResponseBuilder::highestBalance → KILLED

14

1.1
Location : getData
Killed by : none
replaced return value with Collections.emptyList for org/cardanofoundation/explorer/api/model/response/address/AddressChartBalanceResponse::getData → SURVIVED

15

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

16

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

Active mutators

Tests examined


Report generated by PIT 1.14.2