BasePoolChart.java

1
package org.cardanofoundation.explorer.api.model.response.pool.chart;
2
3
import java.util.List;
4
5
import lombok.Getter;
6
import lombok.Setter;
7
8
@Getter
9
@Setter
10
public abstract class BasePoolChart<K, T> {
11
12 1 1. getHighest : replaced return value with null for org/cardanofoundation/explorer/api/model/response/pool/chart/BasePoolChart::getHighest → NO_COVERAGE
  private T highest;
13
14 1 1. getLowest : replaced return value with null for org/cardanofoundation/explorer/api/model/response/pool/chart/BasePoolChart::getLowest → NO_COVERAGE
  private T lowest;
15
16 1 1. getDataByDays : replaced return value with Collections.emptyList for org/cardanofoundation/explorer/api/model/response/pool/chart/BasePoolChart::getDataByDays → NO_COVERAGE
  private List<K> dataByDays;
17
}

Mutations

12

1.1
Location : getHighest
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/response/pool/chart/BasePoolChart::getHighest → NO_COVERAGE

14

1.1
Location : getLowest
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/response/pool/chart/BasePoolChart::getLowest → NO_COVERAGE

16

1.1
Location : getDataByDays
Killed by : none
replaced return value with Collections.emptyList for org/cardanofoundation/explorer/api/model/response/pool/chart/BasePoolChart::getDataByDays → NO_COVERAGE

Active mutators

Tests examined


Report generated by PIT 1.14.2