DelegatorChartResponse.java

1
package org.cardanofoundation.explorer.api.model.response.pool.chart;
2
3
import java.util.List;
4
5
public class DelegatorChartResponse extends BasePoolChart<DelegatorChartList, Long> {
6
7
  public DelegatorChartResponse() {
8 1 1. <init> : removed call to org/cardanofoundation/explorer/api/model/response/pool/chart/DelegatorChartResponse::setDataByDays → SURVIVED
    this.setDataByDays(List.of());
9 1 1. <init> : removed call to org/cardanofoundation/explorer/api/model/response/pool/chart/DelegatorChartResponse::setHighest → SURVIVED
    this.setHighest(0L);
10 1 1. <init> : removed call to org/cardanofoundation/explorer/api/model/response/pool/chart/DelegatorChartResponse::setLowest → SURVIVED
    this.setLowest(0L);
11
  }
12
}

Mutations

8

1.1
Location : <init>
Killed by : none
removed call to org/cardanofoundation/explorer/api/model/response/pool/chart/DelegatorChartResponse::setDataByDays → SURVIVED

9

1.1
Location : <init>
Killed by : none
removed call to org/cardanofoundation/explorer/api/model/response/pool/chart/DelegatorChartResponse::setHighest → SURVIVED

10

1.1
Location : <init>
Killed by : none
removed call to org/cardanofoundation/explorer/api/model/response/pool/chart/DelegatorChartResponse::setLowest → SURVIVED

Active mutators

Tests examined


Report generated by PIT 1.14.2