TxReferenceInput.java

1
package org.cardanofoundation.explorer.api.model.response.tx;
2
3
import java.math.BigInteger;
4
import java.util.List;
5
6
import lombok.*;
7
8
@Getter
9
@Setter
10 13 1. tokens : replaced return value with null for org/cardanofoundation/explorer/api/model/response/tx/TxReferenceInput$TxReferenceInputBuilder::tokens → NO_COVERAGE
2. address : replaced return value with null for org/cardanofoundation/explorer/api/model/response/tx/TxReferenceInput$TxReferenceInputBuilder::address → NO_COVERAGE
3. datumHash : replaced return value with null for org/cardanofoundation/explorer/api/model/response/tx/TxReferenceInput$TxReferenceInputBuilder::datumHash → NO_COVERAGE
4. scriptType : replaced return value with null for org/cardanofoundation/explorer/api/model/response/tx/TxReferenceInput$TxReferenceInputBuilder::scriptType → NO_COVERAGE
5. build : replaced return value with null for org/cardanofoundation/explorer/api/model/response/tx/TxReferenceInput$TxReferenceInputBuilder::build → NO_COVERAGE
6. index : replaced return value with null for org/cardanofoundation/explorer/api/model/response/tx/TxReferenceInput$TxReferenceInputBuilder::index → NO_COVERAGE
7. builder : replaced return value with null for org/cardanofoundation/explorer/api/model/response/tx/TxReferenceInput::builder → NO_COVERAGE
8. value : replaced return value with null for org/cardanofoundation/explorer/api/model/response/tx/TxReferenceInput$TxReferenceInputBuilder::value → NO_COVERAGE
9. txHash : replaced return value with null for org/cardanofoundation/explorer/api/model/response/tx/TxReferenceInput$TxReferenceInputBuilder::txHash → NO_COVERAGE
10. script : replaced return value with null for org/cardanofoundation/explorer/api/model/response/tx/TxReferenceInput$TxReferenceInputBuilder::script → NO_COVERAGE
11. datum : replaced return value with null for org/cardanofoundation/explorer/api/model/response/tx/TxReferenceInput$TxReferenceInputBuilder::datum → NO_COVERAGE
12. scriptHash : replaced return value with null for org/cardanofoundation/explorer/api/model/response/tx/TxReferenceInput$TxReferenceInputBuilder::scriptHash → NO_COVERAGE
13. toString : replaced return value with "" for org/cardanofoundation/explorer/api/model/response/tx/TxReferenceInput$TxReferenceInputBuilder::toString → NO_COVERAGE
@Builder
11
@NoArgsConstructor
12
@AllArgsConstructor
13
public class TxReferenceInput {
14 1 1. getAddress : replaced return value with "" for org/cardanofoundation/explorer/api/model/response/tx/TxReferenceInput::getAddress → NO_COVERAGE
  private String address;
15 1 1. getIndex : replaced Integer return value with 0 for org/cardanofoundation/explorer/api/model/response/tx/TxReferenceInput::getIndex → NO_COVERAGE
  private Integer index;
16 1 1. getTxHash : replaced return value with "" for org/cardanofoundation/explorer/api/model/response/tx/TxReferenceInput::getTxHash → NO_COVERAGE
  private String txHash;
17 1 1. getValue : replaced return value with null for org/cardanofoundation/explorer/api/model/response/tx/TxReferenceInput::getValue → NO_COVERAGE
  private BigInteger value;
18 1 1. getTokens : replaced return value with Collections.emptyList for org/cardanofoundation/explorer/api/model/response/tx/TxReferenceInput::getTokens → NO_COVERAGE
  private List<TxMintingResponse> tokens;
19 1 1. getDatumHash : replaced return value with "" for org/cardanofoundation/explorer/api/model/response/tx/TxReferenceInput::getDatumHash → NO_COVERAGE
  private String datumHash;
20 1 1. getDatum : replaced return value with "" for org/cardanofoundation/explorer/api/model/response/tx/TxReferenceInput::getDatum → NO_COVERAGE
  private String datum;
21 1 1. getScriptHash : replaced return value with "" for org/cardanofoundation/explorer/api/model/response/tx/TxReferenceInput::getScriptHash → NO_COVERAGE
  private String scriptHash;
22 1 1. getScriptType : replaced return value with "" for org/cardanofoundation/explorer/api/model/response/tx/TxReferenceInput::getScriptType → NO_COVERAGE
  private String scriptType;
23 1 1. getScript : replaced return value with "" for org/cardanofoundation/explorer/api/model/response/tx/TxReferenceInput::getScript → NO_COVERAGE
  private String script;
24
}

Mutations

10

1.1
Location : tokens
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/response/tx/TxReferenceInput$TxReferenceInputBuilder::tokens → NO_COVERAGE

2.2
Location : address
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/response/tx/TxReferenceInput$TxReferenceInputBuilder::address → NO_COVERAGE

3.3
Location : datumHash
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/response/tx/TxReferenceInput$TxReferenceInputBuilder::datumHash → NO_COVERAGE

4.4
Location : scriptType
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/response/tx/TxReferenceInput$TxReferenceInputBuilder::scriptType → NO_COVERAGE

5.5
Location : build
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/response/tx/TxReferenceInput$TxReferenceInputBuilder::build → NO_COVERAGE

6.6
Location : index
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/response/tx/TxReferenceInput$TxReferenceInputBuilder::index → NO_COVERAGE

7.7
Location : builder
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/response/tx/TxReferenceInput::builder → NO_COVERAGE

8.8
Location : value
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/response/tx/TxReferenceInput$TxReferenceInputBuilder::value → NO_COVERAGE

9.9
Location : txHash
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/response/tx/TxReferenceInput$TxReferenceInputBuilder::txHash → NO_COVERAGE

10.10
Location : script
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/response/tx/TxReferenceInput$TxReferenceInputBuilder::script → NO_COVERAGE

11.11
Location : datum
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/response/tx/TxReferenceInput$TxReferenceInputBuilder::datum → NO_COVERAGE

12.12
Location : scriptHash
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/response/tx/TxReferenceInput$TxReferenceInputBuilder::scriptHash → NO_COVERAGE

13.13
Location : toString
Killed by : none
replaced return value with "" for org/cardanofoundation/explorer/api/model/response/tx/TxReferenceInput$TxReferenceInputBuilder::toString → NO_COVERAGE

14

1.1
Location : getAddress
Killed by : none
replaced return value with "" for org/cardanofoundation/explorer/api/model/response/tx/TxReferenceInput::getAddress → NO_COVERAGE

15

1.1
Location : getIndex
Killed by : none
replaced Integer return value with 0 for org/cardanofoundation/explorer/api/model/response/tx/TxReferenceInput::getIndex → NO_COVERAGE

16

1.1
Location : getTxHash
Killed by : none
replaced return value with "" for org/cardanofoundation/explorer/api/model/response/tx/TxReferenceInput::getTxHash → NO_COVERAGE

17

1.1
Location : getValue
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/response/tx/TxReferenceInput::getValue → NO_COVERAGE

18

1.1
Location : getTokens
Killed by : none
replaced return value with Collections.emptyList for org/cardanofoundation/explorer/api/model/response/tx/TxReferenceInput::getTokens → NO_COVERAGE

19

1.1
Location : getDatumHash
Killed by : none
replaced return value with "" for org/cardanofoundation/explorer/api/model/response/tx/TxReferenceInput::getDatumHash → NO_COVERAGE

20

1.1
Location : getDatum
Killed by : none
replaced return value with "" for org/cardanofoundation/explorer/api/model/response/tx/TxReferenceInput::getDatum → NO_COVERAGE

21

1.1
Location : getScriptHash
Killed by : none
replaced return value with "" for org/cardanofoundation/explorer/api/model/response/tx/TxReferenceInput::getScriptHash → NO_COVERAGE

22

1.1
Location : getScriptType
Killed by : none
replaced return value with "" for org/cardanofoundation/explorer/api/model/response/tx/TxReferenceInput::getScriptType → NO_COVERAGE

23

1.1
Location : getScript
Killed by : none
replaced return value with "" for org/cardanofoundation/explorer/api/model/response/tx/TxReferenceInput::getScript → NO_COVERAGE

Active mutators

Tests examined


Report generated by PIT 1.14.2