CommitteeMemberResponse.java

1
package org.cardanofoundation.explorer.api.model.response.committee;
2
3
import java.util.Date;
4
5
import lombok.AccessLevel;
6
import lombok.AllArgsConstructor;
7
import lombok.Getter;
8
import lombok.NoArgsConstructor;
9
import lombok.Setter;
10
import lombok.experimental.FieldDefaults;
11
import lombok.experimental.SuperBuilder;
12
13
import org.cardanofoundation.explorer.api.common.enumeration.CommitteeStatus;
14
15
@Getter
16
@Setter
17 13 1. activeEpoch : replaced return value with null for org/cardanofoundation/explorer/api/model/response/committee/CommitteeMemberResponse$CommitteeMemberResponseBuilder::activeEpoch → NO_COVERAGE
2. scriptHash : replaced return value with null for org/cardanofoundation/explorer/api/model/response/committee/CommitteeMemberResponse$CommitteeMemberResponseBuilder::scriptHash → NO_COVERAGE
3. termDuration : replaced return value with null for org/cardanofoundation/explorer/api/model/response/committee/CommitteeMemberResponse$CommitteeMemberResponseBuilder::termDuration → NO_COVERAGE
4. builder : replaced return value with null for org/cardanofoundation/explorer/api/model/response/committee/CommitteeMemberResponse::builder → NO_COVERAGE
5. expiredEpoch : replaced return value with null for org/cardanofoundation/explorer/api/model/response/committee/CommitteeMemberResponse$CommitteeMemberResponseBuilder::expiredEpoch → NO_COVERAGE
6. status : replaced return value with null for org/cardanofoundation/explorer/api/model/response/committee/CommitteeMemberResponse$CommitteeMemberResponseBuilder::status → NO_COVERAGE
7. toString : replaced return value with "" for org/cardanofoundation/explorer/api/model/response/committee/CommitteeMemberResponse$CommitteeMemberResponseBuilder::toString → NO_COVERAGE
8. self : replaced return value with null for org/cardanofoundation/explorer/api/model/response/committee/CommitteeMemberResponse$CommitteeMemberResponseBuilderImpl::self → NO_COVERAGE
9. registeredAt : replaced return value with null for org/cardanofoundation/explorer/api/model/response/committee/CommitteeMemberResponse$CommitteeMemberResponseBuilder::registeredAt → NO_COVERAGE
10. build : replaced return value with null for org/cardanofoundation/explorer/api/model/response/committee/CommitteeMemberResponse$CommitteeMemberResponseBuilderImpl::build → NO_COVERAGE
11. votingParticipation : replaced return value with null for org/cardanofoundation/explorer/api/model/response/committee/CommitteeMemberResponse$CommitteeMemberResponseBuilder::votingParticipation → NO_COVERAGE
12. resignedAt : replaced return value with null for org/cardanofoundation/explorer/api/model/response/committee/CommitteeMemberResponse$CommitteeMemberResponseBuilder::resignedAt → NO_COVERAGE
13. publicKey : replaced return value with null for org/cardanofoundation/explorer/api/model/response/committee/CommitteeMemberResponse$CommitteeMemberResponseBuilder::publicKey → NO_COVERAGE
@SuperBuilder
18
@AllArgsConstructor
19
@NoArgsConstructor
20
@FieldDefaults(level = AccessLevel.PRIVATE)
21
public class CommitteeMemberResponse {
22
23 1 1. getPublicKey : replaced return value with "" for org/cardanofoundation/explorer/api/model/response/committee/CommitteeMemberResponse::getPublicKey → NO_COVERAGE
  String publicKey;
24 1 1. getScriptHash : replaced return value with "" for org/cardanofoundation/explorer/api/model/response/committee/CommitteeMemberResponse::getScriptHash → NO_COVERAGE
  String scriptHash;
25 1 1. getStatus : replaced return value with null for org/cardanofoundation/explorer/api/model/response/committee/CommitteeMemberResponse::getStatus → NO_COVERAGE
  CommitteeStatus status;
26 1 1. getExpiredEpoch : replaced Integer return value with 0 for org/cardanofoundation/explorer/api/model/response/committee/CommitteeMemberResponse::getExpiredEpoch → NO_COVERAGE
  Integer expiredEpoch;
27 1 1. getActiveEpoch : replaced Integer return value with 0 for org/cardanofoundation/explorer/api/model/response/committee/CommitteeMemberResponse::getActiveEpoch → NO_COVERAGE
  Integer activeEpoch;
28
29 1 1. getRegisteredAt : replaced return value with null for org/cardanofoundation/explorer/api/model/response/committee/CommitteeMemberResponse::getRegisteredAt → NO_COVERAGE
  Date registeredAt;
30 1 1. getTermDuration : replaced Integer return value with 0 for org/cardanofoundation/explorer/api/model/response/committee/CommitteeMemberResponse::getTermDuration → NO_COVERAGE
  Integer termDuration;
31 1 1. getVotingParticipation : replaced Float return value with 0 for org/cardanofoundation/explorer/api/model/response/committee/CommitteeMemberResponse::getVotingParticipation → NO_COVERAGE
  Float votingParticipation;
32 1 1. getResignedAt : replaced return value with null for org/cardanofoundation/explorer/api/model/response/committee/CommitteeMemberResponse::getResignedAt → NO_COVERAGE
  Date resignedAt;
33
}

Mutations

17

1.1
Location : activeEpoch
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/response/committee/CommitteeMemberResponse$CommitteeMemberResponseBuilder::activeEpoch → NO_COVERAGE

2.2
Location : scriptHash
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/response/committee/CommitteeMemberResponse$CommitteeMemberResponseBuilder::scriptHash → NO_COVERAGE

3.3
Location : termDuration
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/response/committee/CommitteeMemberResponse$CommitteeMemberResponseBuilder::termDuration → NO_COVERAGE

4.4
Location : builder
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/response/committee/CommitteeMemberResponse::builder → NO_COVERAGE

5.5
Location : expiredEpoch
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/response/committee/CommitteeMemberResponse$CommitteeMemberResponseBuilder::expiredEpoch → NO_COVERAGE

6.6
Location : status
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/response/committee/CommitteeMemberResponse$CommitteeMemberResponseBuilder::status → NO_COVERAGE

7.7
Location : toString
Killed by : none
replaced return value with "" for org/cardanofoundation/explorer/api/model/response/committee/CommitteeMemberResponse$CommitteeMemberResponseBuilder::toString → NO_COVERAGE

8.8
Location : self
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/response/committee/CommitteeMemberResponse$CommitteeMemberResponseBuilderImpl::self → NO_COVERAGE

9.9
Location : registeredAt
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/response/committee/CommitteeMemberResponse$CommitteeMemberResponseBuilder::registeredAt → NO_COVERAGE

10.10
Location : build
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/response/committee/CommitteeMemberResponse$CommitteeMemberResponseBuilderImpl::build → NO_COVERAGE

11.11
Location : votingParticipation
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/response/committee/CommitteeMemberResponse$CommitteeMemberResponseBuilder::votingParticipation → NO_COVERAGE

12.12
Location : resignedAt
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/response/committee/CommitteeMemberResponse$CommitteeMemberResponseBuilder::resignedAt → NO_COVERAGE

13.13
Location : publicKey
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/response/committee/CommitteeMemberResponse$CommitteeMemberResponseBuilder::publicKey → NO_COVERAGE

23

1.1
Location : getPublicKey
Killed by : none
replaced return value with "" for org/cardanofoundation/explorer/api/model/response/committee/CommitteeMemberResponse::getPublicKey → NO_COVERAGE

24

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

25

1.1
Location : getStatus
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/response/committee/CommitteeMemberResponse::getStatus → NO_COVERAGE

26

1.1
Location : getExpiredEpoch
Killed by : none
replaced Integer return value with 0 for org/cardanofoundation/explorer/api/model/response/committee/CommitteeMemberResponse::getExpiredEpoch → NO_COVERAGE

27

1.1
Location : getActiveEpoch
Killed by : none
replaced Integer return value with 0 for org/cardanofoundation/explorer/api/model/response/committee/CommitteeMemberResponse::getActiveEpoch → NO_COVERAGE

29

1.1
Location : getRegisteredAt
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/response/committee/CommitteeMemberResponse::getRegisteredAt → NO_COVERAGE

30

1.1
Location : getTermDuration
Killed by : none
replaced Integer return value with 0 for org/cardanofoundation/explorer/api/model/response/committee/CommitteeMemberResponse::getTermDuration → NO_COVERAGE

31

1.1
Location : getVotingParticipation
Killed by : none
replaced Float return value with 0 for org/cardanofoundation/explorer/api/model/response/committee/CommitteeMemberResponse::getVotingParticipation → NO_COVERAGE

32

1.1
Location : getResignedAt
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/response/committee/CommitteeMemberResponse::getResignedAt → NO_COVERAGE

Active mutators

Tests examined


Report generated by PIT 1.14.2