AddressFilterResponse.java

1
package org.cardanofoundation.explorer.api.model.response.address;
2
3
import java.math.BigInteger;
4
5
import lombok.AllArgsConstructor;
6
import lombok.Builder;
7
import lombok.Getter;
8
import lombok.NoArgsConstructor;
9
import lombok.Setter;
10
11
@Getter
12
@Setter
13 6 1. toString : replaced return value with "" for org/cardanofoundation/explorer/api/model/response/address/AddressFilterResponse$AddressFilterResponseBuilder::toString → NO_COVERAGE
2. balance : replaced return value with null for org/cardanofoundation/explorer/api/model/response/address/AddressFilterResponse$AddressFilterResponseBuilder::balance → NO_COVERAGE
3. txCount : replaced return value with null for org/cardanofoundation/explorer/api/model/response/address/AddressFilterResponse$AddressFilterResponseBuilder::txCount → NO_COVERAGE
4. address : replaced return value with null for org/cardanofoundation/explorer/api/model/response/address/AddressFilterResponse$AddressFilterResponseBuilder::address → NO_COVERAGE
5. build : replaced return value with null for org/cardanofoundation/explorer/api/model/response/address/AddressFilterResponse$AddressFilterResponseBuilder::build → NO_COVERAGE
6. builder : replaced return value with null for org/cardanofoundation/explorer/api/model/response/address/AddressFilterResponse::builder → NO_COVERAGE
@Builder
14
@NoArgsConstructor
15
@AllArgsConstructor
16
public class AddressFilterResponse {
17 1 1. getAddress : replaced return value with "" for org/cardanofoundation/explorer/api/model/response/address/AddressFilterResponse::getAddress → KILLED
  private String address;
18 1 1. getTxCount : replaced Long return value with 0L for org/cardanofoundation/explorer/api/model/response/address/AddressFilterResponse::getTxCount → NO_COVERAGE
  private Long txCount;
19 1 1. getBalance : replaced return value with null for org/cardanofoundation/explorer/api/model/response/address/AddressFilterResponse::getBalance → KILLED
  private BigInteger balance;
20
}

Mutations

13

1.1
Location : toString
Killed by : none
replaced return value with "" for org/cardanofoundation/explorer/api/model/response/address/AddressFilterResponse$AddressFilterResponseBuilder::toString → NO_COVERAGE

2.2
Location : balance
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/response/address/AddressFilterResponse$AddressFilterResponseBuilder::balance → NO_COVERAGE

3.3
Location : txCount
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/response/address/AddressFilterResponse$AddressFilterResponseBuilder::txCount → NO_COVERAGE

4.4
Location : address
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/response/address/AddressFilterResponse$AddressFilterResponseBuilder::address → NO_COVERAGE

5.5
Location : build
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/response/address/AddressFilterResponse$AddressFilterResponseBuilder::build → NO_COVERAGE

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

17

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

18

1.1
Location : getTxCount
Killed by : none
replaced Long return value with 0L for org/cardanofoundation/explorer/api/model/response/address/AddressFilterResponse::getTxCount → NO_COVERAGE

19

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

Active mutators

Tests examined


Report generated by PIT 1.14.2