BlockFilterResponse.java

1
package org.cardanofoundation.explorer.api.model.response;
2
3
import java.io.Serializable;
4
import java.math.BigInteger;
5
import java.time.LocalDateTime;
6
7
import lombok.Getter;
8
import lombok.Setter;
9
10
@Getter
11
@Setter
12
public class BlockFilterResponse implements Serializable {
13
14 1 1. getBlockNo : replaced Integer return value with 0 for org/cardanofoundation/explorer/api/model/response/BlockFilterResponse::getBlockNo → SURVIVED
  private Integer blockNo;
15
16 1 1. getSlotNo : replaced Long return value with 0L for org/cardanofoundation/explorer/api/model/response/BlockFilterResponse::getSlotNo → SURVIVED
  private Long slotNo;
17
18 1 1. getEpochNo : replaced Integer return value with 0 for org/cardanofoundation/explorer/api/model/response/BlockFilterResponse::getEpochNo → SURVIVED
  private Integer epochNo;
19
20 1 1. getEpochSlotNo : replaced Integer return value with 0 for org/cardanofoundation/explorer/api/model/response/BlockFilterResponse::getEpochSlotNo → SURVIVED
  private Integer epochSlotNo;
21
22 1 1. getHash : replaced return value with "" for org/cardanofoundation/explorer/api/model/response/BlockFilterResponse::getHash → SURVIVED
  private String hash;
23
24 1 1. getTime : replaced return value with null for org/cardanofoundation/explorer/api/model/response/BlockFilterResponse::getTime → SURVIVED
  private LocalDateTime time;
25
26 1 1. getTxCount : replaced Long return value with 0L for org/cardanofoundation/explorer/api/model/response/BlockFilterResponse::getTxCount → SURVIVED
  private Long txCount;
27
28 1 1. getTotalFees : replaced return value with null for org/cardanofoundation/explorer/api/model/response/BlockFilterResponse::getTotalFees → SURVIVED
  private BigInteger totalFees;
29
30 1 1. getTotalOutput : replaced return value with null for org/cardanofoundation/explorer/api/model/response/BlockFilterResponse::getTotalOutput → SURVIVED
  private BigInteger totalOutput;
31
32 1 1. getSlotLeader : replaced return value with "" for org/cardanofoundation/explorer/api/model/response/BlockFilterResponse::getSlotLeader → SURVIVED
  private String slotLeader;
33
}

Mutations

14

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

16

1.1
Location : getSlotNo
Killed by : none
replaced Long return value with 0L for org/cardanofoundation/explorer/api/model/response/BlockFilterResponse::getSlotNo → SURVIVED

18

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

20

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

22

1.1
Location : getHash
Killed by : none
replaced return value with "" for org/cardanofoundation/explorer/api/model/response/BlockFilterResponse::getHash → SURVIVED

24

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

26

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

28

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

30

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

32

1.1
Location : getSlotLeader
Killed by : none
replaced return value with "" for org/cardanofoundation/explorer/api/model/response/BlockFilterResponse::getSlotLeader → SURVIVED

Active mutators

Tests examined


Report generated by PIT 1.14.2