TxMetadataResponse.java

1
package org.cardanofoundation.explorer.api.model.response.tx;
2
3
import java.math.BigInteger;
4
import java.util.Map;
5
6
import lombok.*;
7
8
import org.cardanofoundation.explorer.api.model.metadatastandard.bolnisi.MetadataBolnisi;
9
import org.cardanofoundation.explorer.api.model.metadatastandard.cip.MetadataCIP;
10
11
@Getter
12
@Setter
13 10 1. metadataCIP20 : replaced return value with null for org/cardanofoundation/explorer/api/model/response/tx/TxMetadataResponse$TxMetadataResponseBuilder::metadataCIP20 → NO_COVERAGE
2. label : replaced return value with null for org/cardanofoundation/explorer/api/model/response/tx/TxMetadataResponse$TxMetadataResponseBuilder::label → NO_COVERAGE
3. metadataBolnisi : replaced return value with null for org/cardanofoundation/explorer/api/model/response/tx/TxMetadataResponse$TxMetadataResponseBuilder::metadataBolnisi → NO_COVERAGE
4. metadataCIP60 : replaced return value with null for org/cardanofoundation/explorer/api/model/response/tx/TxMetadataResponse$TxMetadataResponseBuilder::metadataCIP60 → NO_COVERAGE
5. toString : replaced return value with "" for org/cardanofoundation/explorer/api/model/response/tx/TxMetadataResponse$TxMetadataResponseBuilder::toString → NO_COVERAGE
6. metadataCIP25 : replaced return value with null for org/cardanofoundation/explorer/api/model/response/tx/TxMetadataResponse$TxMetadataResponseBuilder::metadataCIP25 → NO_COVERAGE
7. builder : replaced return value with null for org/cardanofoundation/explorer/api/model/response/tx/TxMetadataResponse::builder → NO_COVERAGE
8. build : replaced return value with null for org/cardanofoundation/explorer/api/model/response/tx/TxMetadataResponse$TxMetadataResponseBuilder::build → NO_COVERAGE
9. metadataCIP83 : replaced return value with null for org/cardanofoundation/explorer/api/model/response/tx/TxMetadataResponse$TxMetadataResponseBuilder::metadataCIP83 → NO_COVERAGE
10. value : replaced return value with null for org/cardanofoundation/explorer/api/model/response/tx/TxMetadataResponse$TxMetadataResponseBuilder::value → NO_COVERAGE
@Builder
14
@NoArgsConstructor
15
@AllArgsConstructor
16
public class TxMetadataResponse {
17 1 1. getLabel : replaced return value with null for org/cardanofoundation/explorer/api/model/response/tx/TxMetadataResponse::getLabel → NO_COVERAGE
  private BigInteger label;
18 1 1. getValue : replaced return value with "" for org/cardanofoundation/explorer/api/model/response/tx/TxMetadataResponse::getValue → NO_COVERAGE
  private String value;
19 1 1. getMetadataCIP25 : replaced return value with null for org/cardanofoundation/explorer/api/model/response/tx/TxMetadataResponse::getMetadataCIP25 → NO_COVERAGE
  private MetadataCIP metadataCIP25;
20 1 1. getMetadataCIP60 : replaced return value with null for org/cardanofoundation/explorer/api/model/response/tx/TxMetadataResponse::getMetadataCIP60 → NO_COVERAGE
  private MetadataCIP metadataCIP60;
21 1 1. getMetadataCIP20 : replaced return value with Collections.emptyMap for org/cardanofoundation/explorer/api/model/response/tx/TxMetadataResponse::getMetadataCIP20 → NO_COVERAGE
  private Map<String, Object> metadataCIP20;
22 1 1. getMetadataCIP83 : replaced return value with Collections.emptyMap for org/cardanofoundation/explorer/api/model/response/tx/TxMetadataResponse::getMetadataCIP83 → NO_COVERAGE
  private Map<String, Object> metadataCIP83;
23 1 1. getMetadataBolnisi : replaced return value with null for org/cardanofoundation/explorer/api/model/response/tx/TxMetadataResponse::getMetadataBolnisi → NO_COVERAGE
  private MetadataBolnisi metadataBolnisi;
24
}

Mutations

13

1.1
Location : metadataCIP20
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/response/tx/TxMetadataResponse$TxMetadataResponseBuilder::metadataCIP20 → NO_COVERAGE

2.2
Location : label
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/response/tx/TxMetadataResponse$TxMetadataResponseBuilder::label → NO_COVERAGE

3.3
Location : metadataBolnisi
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/response/tx/TxMetadataResponse$TxMetadataResponseBuilder::metadataBolnisi → NO_COVERAGE

4.4
Location : metadataCIP60
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/response/tx/TxMetadataResponse$TxMetadataResponseBuilder::metadataCIP60 → NO_COVERAGE

5.5
Location : toString
Killed by : none
replaced return value with "" for org/cardanofoundation/explorer/api/model/response/tx/TxMetadataResponse$TxMetadataResponseBuilder::toString → NO_COVERAGE

6.6
Location : metadataCIP25
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/response/tx/TxMetadataResponse$TxMetadataResponseBuilder::metadataCIP25 → NO_COVERAGE

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

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

9.9
Location : metadataCIP83
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/response/tx/TxMetadataResponse$TxMetadataResponseBuilder::metadataCIP83 → NO_COVERAGE

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

17

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

18

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

19

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

20

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

21

1.1
Location : getMetadataCIP20
Killed by : none
replaced return value with Collections.emptyMap for org/cardanofoundation/explorer/api/model/response/tx/TxMetadataResponse::getMetadataCIP20 → NO_COVERAGE

22

1.1
Location : getMetadataCIP83
Killed by : none
replaced return value with Collections.emptyMap for org/cardanofoundation/explorer/api/model/response/tx/TxMetadataResponse::getMetadataCIP83 → NO_COVERAGE

23

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

Active mutators

Tests examined


Report generated by PIT 1.14.2