NoteResponse.java

1
package org.cardanofoundation.explorer.api.model.response.tx;
2
3
import lombok.Builder;
4
import lombok.Getter;
5
import lombok.Setter;
6
7
@Getter
8
@Setter
9 4 1. build : replaced return value with null for org/cardanofoundation/explorer/api/model/response/tx/NoteResponse$NoteResponseBuilder::build → NO_COVERAGE
2. builder : replaced return value with null for org/cardanofoundation/explorer/api/model/response/tx/NoteResponse::builder → NO_COVERAGE
3. toString : replaced return value with "" for org/cardanofoundation/explorer/api/model/response/tx/NoteResponse$NoteResponseBuilder::toString → NO_COVERAGE
4. note : replaced return value with null for org/cardanofoundation/explorer/api/model/response/tx/NoteResponse$NoteResponseBuilder::note → NO_COVERAGE
@Builder
10
public class NoteResponse {
11 1 1. getNote : replaced return value with "" for org/cardanofoundation/explorer/api/model/response/tx/NoteResponse::getNote → NO_COVERAGE
  private String note;
12
}

Mutations

9

1.1
Location : build
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/response/tx/NoteResponse$NoteResponseBuilder::build → NO_COVERAGE

2.2
Location : builder
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/response/tx/NoteResponse::builder → NO_COVERAGE

3.3
Location : toString
Killed by : none
replaced return value with "" for org/cardanofoundation/explorer/api/model/response/tx/NoteResponse$NoteResponseBuilder::toString → NO_COVERAGE

4.4
Location : note
Killed by : none
replaced return value with null for org/cardanofoundation/explorer/api/model/response/tx/NoteResponse$NoteResponseBuilder::note → NO_COVERAGE

11

1.1
Location : getNote
Killed by : none
replaced return value with "" for org/cardanofoundation/explorer/api/model/response/tx/NoteResponse::getNote → NO_COVERAGE

Active mutators

Tests examined


Report generated by PIT 1.14.2