CommitteeOverviewResponse.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.common.entity.enumeration.CommitteeState;
14
15
@Getter
16
@Setter
17 10 1. threshold : replaced return value with null for org/cardanofoundation/explorer/api/model/response/committee/CommitteeOverviewResponse$CommitteeOverviewResponseBuilder::threshold → NO_COVERAGE
2. toString : replaced return value with "" for org/cardanofoundation/explorer/api/model/response/committee/CommitteeOverviewResponse$CommitteeOverviewResponseBuilder::toString → NO_COVERAGE
3. lastUpdate : replaced return value with null for org/cardanofoundation/explorer/api/model/response/committee/CommitteeOverviewResponse$CommitteeOverviewResponseBuilder::lastUpdate → NO_COVERAGE
4. builder : replaced return value with null for org/cardanofoundation/explorer/api/model/response/committee/CommitteeOverviewResponse::builder → NO_COVERAGE
5. governanceVotes : replaced return value with null for org/cardanofoundation/explorer/api/model/response/committee/CommitteeOverviewResponse$CommitteeOverviewResponseBuilder::governanceVotes → NO_COVERAGE
6. proposalPolicy : replaced return value with null for org/cardanofoundation/explorer/api/model/response/committee/CommitteeOverviewResponse$CommitteeOverviewResponseBuilder::proposalPolicy → NO_COVERAGE
7. activeMembers : replaced return value with null for org/cardanofoundation/explorer/api/model/response/committee/CommitteeOverviewResponse$CommitteeOverviewResponseBuilder::activeMembers → NO_COVERAGE
8. currentState : replaced return value with null for org/cardanofoundation/explorer/api/model/response/committee/CommitteeOverviewResponse$CommitteeOverviewResponseBuilder::currentState → NO_COVERAGE
9. self : replaced return value with null for org/cardanofoundation/explorer/api/model/response/committee/CommitteeOverviewResponse$CommitteeOverviewResponseBuilderImpl::self → NO_COVERAGE
10. build : replaced return value with null for org/cardanofoundation/explorer/api/model/response/committee/CommitteeOverviewResponse$CommitteeOverviewResponseBuilderImpl::build → NO_COVERAGE
@SuperBuilder
18
@AllArgsConstructor
19
@NoArgsConstructor
20
@FieldDefaults(level = AccessLevel.PRIVATE)
21
public class CommitteeOverviewResponse {
22
23 1 1. getCurrentState : replaced return value with null for org/cardanofoundation/explorer/api/model/response/committee/CommitteeOverviewResponse::getCurrentState → NO_COVERAGE
  CommitteeState currentState;
24 1 1. getProposalPolicy : replaced return value with "" for org/cardanofoundation/explorer/api/model/response/committee/CommitteeOverviewResponse::getProposalPolicy → NO_COVERAGE
  String proposalPolicy;
25 1 1. getActiveMembers : replaced Long return value with 0L for org/cardanofoundation/explorer/api/model/response/committee/CommitteeOverviewResponse::getActiveMembers → NO_COVERAGE
  Long activeMembers;
26 1 1. getThreshold : replaced Double return value with 0 for org/cardanofoundation/explorer/api/model/response/committee/CommitteeOverviewResponse::getThreshold → NO_COVERAGE
  Double threshold;
27 1 1. getGovernanceVotes : replaced Long return value with 0L for org/cardanofoundation/explorer/api/model/response/committee/CommitteeOverviewResponse::getGovernanceVotes → NO_COVERAGE
  Long governanceVotes;
28 1 1. getLastUpdate : replaced return value with null for org/cardanofoundation/explorer/api/model/response/committee/CommitteeOverviewResponse::getLastUpdate → NO_COVERAGE
  Date lastUpdate;
29
}

Mutations

17

1.1
Location : threshold
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/response/committee/CommitteeOverviewResponse$CommitteeOverviewResponseBuilder::threshold → NO_COVERAGE

2.2
Location : toString
Killed by : none
replaced return value with "" for org/cardanofoundation/explorer/api/model/response/committee/CommitteeOverviewResponse$CommitteeOverviewResponseBuilder::toString → NO_COVERAGE

3.3
Location : lastUpdate
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/response/committee/CommitteeOverviewResponse$CommitteeOverviewResponseBuilder::lastUpdate → NO_COVERAGE

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

5.5
Location : governanceVotes
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/response/committee/CommitteeOverviewResponse$CommitteeOverviewResponseBuilder::governanceVotes → NO_COVERAGE

6.6
Location : proposalPolicy
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/response/committee/CommitteeOverviewResponse$CommitteeOverviewResponseBuilder::proposalPolicy → NO_COVERAGE

7.7
Location : activeMembers
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/response/committee/CommitteeOverviewResponse$CommitteeOverviewResponseBuilder::activeMembers → NO_COVERAGE

8.8
Location : currentState
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/response/committee/CommitteeOverviewResponse$CommitteeOverviewResponseBuilder::currentState → NO_COVERAGE

9.9
Location : self
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/response/committee/CommitteeOverviewResponse$CommitteeOverviewResponseBuilderImpl::self → NO_COVERAGE

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

23

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

24

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

25

1.1
Location : getActiveMembers
Killed by : none
replaced Long return value with 0L for org/cardanofoundation/explorer/api/model/response/committee/CommitteeOverviewResponse::getActiveMembers → NO_COVERAGE

26

1.1
Location : getThreshold
Killed by : none
replaced Double return value with 0 for org/cardanofoundation/explorer/api/model/response/committee/CommitteeOverviewResponse::getThreshold → NO_COVERAGE

27

1.1
Location : getGovernanceVotes
Killed by : none
replaced Long return value with 0L for org/cardanofoundation/explorer/api/model/response/committee/CommitteeOverviewResponse::getGovernanceVotes → NO_COVERAGE

28

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

Active mutators

Tests examined


Report generated by PIT 1.14.2