TxStakeCertificate.java

1
package org.cardanofoundation.explorer.api.model.response.tx;
2
3
import lombok.AllArgsConstructor;
4
import lombok.Builder;
5
import lombok.Getter;
6
import lombok.NoArgsConstructor;
7
import lombok.Setter;
8
9
import org.cardanofoundation.explorer.api.common.enumeration.CertificateType;
10
11
@Getter
12
@Setter
13
@NoArgsConstructor
14
@AllArgsConstructor
15 5 1. stakeAddress : replaced return value with null for org/cardanofoundation/explorer/api/model/response/tx/TxStakeCertificate$TxStakeCertificateBuilder::stakeAddress → NO_COVERAGE
2. type : replaced return value with null for org/cardanofoundation/explorer/api/model/response/tx/TxStakeCertificate$TxStakeCertificateBuilder::type → NO_COVERAGE
3. build : replaced return value with null for org/cardanofoundation/explorer/api/model/response/tx/TxStakeCertificate$TxStakeCertificateBuilder::build → NO_COVERAGE
4. toString : replaced return value with "" for org/cardanofoundation/explorer/api/model/response/tx/TxStakeCertificate$TxStakeCertificateBuilder::toString → NO_COVERAGE
5. builder : replaced return value with null for org/cardanofoundation/explorer/api/model/response/tx/TxStakeCertificate::builder → NO_COVERAGE
@Builder
16
public class TxStakeCertificate {
17 1 1. getStakeAddress : replaced return value with "" for org/cardanofoundation/explorer/api/model/response/tx/TxStakeCertificate::getStakeAddress → NO_COVERAGE
  private String stakeAddress;
18 1 1. getType : replaced return value with null for org/cardanofoundation/explorer/api/model/response/tx/TxStakeCertificate::getType → NO_COVERAGE
  private CertificateType type;
19
}

Mutations

15

1.1
Location : stakeAddress
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/response/tx/TxStakeCertificate$TxStakeCertificateBuilder::stakeAddress → NO_COVERAGE

2.2
Location : type
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/response/tx/TxStakeCertificate$TxStakeCertificateBuilder::type → NO_COVERAGE

3.3
Location : build
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/response/tx/TxStakeCertificate$TxStakeCertificateBuilder::build → NO_COVERAGE

4.4
Location : toString
Killed by : none
replaced return value with "" for org/cardanofoundation/explorer/api/model/response/tx/TxStakeCertificate$TxStakeCertificateBuilder::toString → NO_COVERAGE

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

17

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

18

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

Active mutators

Tests examined


Report generated by PIT 1.14.2