1 | package org.cardanofoundation.explorer.api.model.response.drep; | |
2 | ||
3 | import java.math.BigInteger; | |
4 | ||
5 | import lombok.Data; | |
6 | import lombok.experimental.SuperBuilder; | |
7 | ||
8 |
53
1. hashCode : Replaced integer multiplication with division → NO_COVERAGE 2. equals : replaced boolean return with false for org/cardanofoundation/explorer/api/model/response/drep/DRepRangeValuesResponse::equals → NO_COVERAGE 3. equals : negated conditional → NO_COVERAGE 4. toString : replaced return value with "" for org/cardanofoundation/explorer/api/model/response/drep/DRepRangeValuesResponse::toString → NO_COVERAGE 5. equals : negated conditional → NO_COVERAGE 6. hashCode : negated conditional → NO_COVERAGE 7. hashCode : negated conditional → NO_COVERAGE 8. hashCode : Replaced integer addition with subtraction → NO_COVERAGE 9. equals : negated conditional → NO_COVERAGE 10. hashCode : Replaced integer multiplication with division → NO_COVERAGE 11. equals : negated conditional → NO_COVERAGE 12. equals : negated conditional → NO_COVERAGE 13. hashCode : Replaced integer addition with subtraction → NO_COVERAGE 14. equals : negated conditional → NO_COVERAGE 15. equals : negated conditional → NO_COVERAGE 16. canEqual : replaced boolean return with false for org/cardanofoundation/explorer/api/model/response/drep/DRepRangeValuesResponse::canEqual → NO_COVERAGE 17. equals : replaced boolean return with false for org/cardanofoundation/explorer/api/model/response/drep/DRepRangeValuesResponse::equals → NO_COVERAGE 18. hashCode : Replaced integer multiplication with division → NO_COVERAGE 19. hashCode : negated conditional → NO_COVERAGE 20. equals : negated conditional → NO_COVERAGE 21. equals : negated conditional → NO_COVERAGE 22. hashCode : replaced int return with 0 for org/cardanofoundation/explorer/api/model/response/drep/DRepRangeValuesResponse::hashCode → NO_COVERAGE 23. equals : negated conditional → NO_COVERAGE 24. hashCode : negated conditional → NO_COVERAGE 25. equals : negated conditional → NO_COVERAGE 26. equals : replaced boolean return with true for org/cardanofoundation/explorer/api/model/response/drep/DRepRangeValuesResponse::equals → NO_COVERAGE 27. hashCode : Replaced integer addition with subtraction → NO_COVERAGE 28. hashCode : Replaced integer addition with subtraction → NO_COVERAGE 29. equals : negated conditional → NO_COVERAGE 30. equals : replaced boolean return with true for org/cardanofoundation/explorer/api/model/response/drep/DRepRangeValuesResponse::equals → NO_COVERAGE 31. equals : replaced boolean return with true for org/cardanofoundation/explorer/api/model/response/drep/DRepRangeValuesResponse::equals → NO_COVERAGE 32. hashCode : Replaced integer addition with subtraction → NO_COVERAGE 33. equals : negated conditional → NO_COVERAGE 34. equals : replaced boolean return with true for org/cardanofoundation/explorer/api/model/response/drep/DRepRangeValuesResponse::equals → NO_COVERAGE 35. equals : replaced boolean return with true for org/cardanofoundation/explorer/api/model/response/drep/DRepRangeValuesResponse::equals → NO_COVERAGE 36. hashCode : Replaced integer multiplication with division → NO_COVERAGE 37. equals : negated conditional → NO_COVERAGE 38. equals : negated conditional → NO_COVERAGE 39. hashCode : Replaced integer addition with subtraction → NO_COVERAGE 40. equals : negated conditional → NO_COVERAGE 41. equals : replaced boolean return with true for org/cardanofoundation/explorer/api/model/response/drep/DRepRangeValuesResponse::equals → NO_COVERAGE 42. equals : negated conditional → NO_COVERAGE 43. hashCode : Replaced integer multiplication with division → NO_COVERAGE 44. equals : negated conditional → NO_COVERAGE 45. equals : replaced boolean return with true for org/cardanofoundation/explorer/api/model/response/drep/DRepRangeValuesResponse::equals → NO_COVERAGE 46. hashCode : negated conditional → NO_COVERAGE 47. equals : negated conditional → NO_COVERAGE 48. equals : negated conditional → NO_COVERAGE 49. hashCode : Replaced integer multiplication with division → NO_COVERAGE 50. hashCode : negated conditional → NO_COVERAGE 51. equals : replaced boolean return with true for org/cardanofoundation/explorer/api/model/response/drep/DRepRangeValuesResponse::equals → NO_COVERAGE 52. canEqual : replaced boolean return with true for org/cardanofoundation/explorer/api/model/response/drep/DRepRangeValuesResponse::canEqual → NO_COVERAGE 53. equals : negated conditional → NO_COVERAGE |
@Data |
9 |
10
1. build : replaced return value with null for org/cardanofoundation/explorer/api/model/response/drep/DRepRangeValuesResponse$DRepRangeValuesResponseBuilderImpl::build → NO_COVERAGE 2. maxVotingPower : replaced return value with null for org/cardanofoundation/explorer/api/model/response/drep/DRepRangeValuesResponse$DRepRangeValuesResponseBuilder::maxVotingPower → NO_COVERAGE 3. toString : replaced return value with "" for org/cardanofoundation/explorer/api/model/response/drep/DRepRangeValuesResponse$DRepRangeValuesResponseBuilder::toString → NO_COVERAGE 4. maxActiveVoteStake : replaced return value with null for org/cardanofoundation/explorer/api/model/response/drep/DRepRangeValuesResponse$DRepRangeValuesResponseBuilder::maxActiveVoteStake → NO_COVERAGE 5. maxGovParticipationRate : replaced return value with null for org/cardanofoundation/explorer/api/model/response/drep/DRepRangeValuesResponse$DRepRangeValuesResponseBuilder::maxGovParticipationRate → NO_COVERAGE 6. builder : replaced return value with null for org/cardanofoundation/explorer/api/model/response/drep/DRepRangeValuesResponse::builder → NO_COVERAGE 7. minActiveVoteStake : replaced return value with null for org/cardanofoundation/explorer/api/model/response/drep/DRepRangeValuesResponse$DRepRangeValuesResponseBuilder::minActiveVoteStake → NO_COVERAGE 8. minVotingPower : replaced return value with null for org/cardanofoundation/explorer/api/model/response/drep/DRepRangeValuesResponse$DRepRangeValuesResponseBuilder::minVotingPower → NO_COVERAGE 9. minGovParticipationRate : replaced return value with null for org/cardanofoundation/explorer/api/model/response/drep/DRepRangeValuesResponse$DRepRangeValuesResponseBuilder::minGovParticipationRate → NO_COVERAGE 10. self : replaced return value with null for org/cardanofoundation/explorer/api/model/response/drep/DRepRangeValuesResponse$DRepRangeValuesResponseBuilderImpl::self → NO_COVERAGE |
@SuperBuilder |
10 | public class DRepRangeValuesResponse { | |
11 |
1
1. getMinVotingPower : replaced Double return value with 0 for org/cardanofoundation/explorer/api/model/response/drep/DRepRangeValuesResponse::getMinVotingPower → NO_COVERAGE |
Double minVotingPower; |
12 |
1
1. getMaxVotingPower : replaced Double return value with 0 for org/cardanofoundation/explorer/api/model/response/drep/DRepRangeValuesResponse::getMaxVotingPower → NO_COVERAGE |
Double maxVotingPower; |
13 | ||
14 |
1
1. getMaxActiveVoteStake : replaced return value with null for org/cardanofoundation/explorer/api/model/response/drep/DRepRangeValuesResponse::getMaxActiveVoteStake → NO_COVERAGE |
BigInteger maxActiveVoteStake; |
15 | ||
16 |
1
1. getMinActiveVoteStake : replaced return value with null for org/cardanofoundation/explorer/api/model/response/drep/DRepRangeValuesResponse::getMinActiveVoteStake → NO_COVERAGE |
BigInteger minActiveVoteStake; |
17 | ||
18 |
1
1. getMinGovParticipationRate : replaced Double return value with 0 for org/cardanofoundation/explorer/api/model/response/drep/DRepRangeValuesResponse::getMinGovParticipationRate → NO_COVERAGE |
Double minGovParticipationRate; |
19 | ||
20 |
1
1. getMaxGovParticipationRate : replaced Double return value with 0 for org/cardanofoundation/explorer/api/model/response/drep/DRepRangeValuesResponse::getMaxGovParticipationRate → NO_COVERAGE |
Double maxGovParticipationRate; |
21 | } | |
Mutations | ||
8 |
1.1 2.2 3.3 4.4 5.5 6.6 7.7 8.8 9.9 10.10 11.11 12.12 13.13 14.14 15.15 16.16 17.17 18.18 19.19 20.20 21.21 22.22 23.23 24.24 25.25 26.26 27.27 28.28 29.29 30.30 31.31 32.32 33.33 34.34 35.35 36.36 37.37 38.38 39.39 40.40 41.41 42.42 43.43 44.44 45.45 46.46 47.47 48.48 49.49 50.50 51.51 52.52 53.53 |
|
9 |
1.1 2.2 3.3 4.4 5.5 6.6 7.7 8.8 9.9 10.10 |
|
11 |
1.1 |
|
12 |
1.1 |
|
14 |
1.1 |
|
16 |
1.1 |
|
18 |
1.1 |
|
20 |
1.1 |