File.java

1
package com.jsql.model.accessible.engine.sqlserver;
2
3
import org.apache.commons.lang3.StringUtils;
4
5
public class File {
6
7
    private String read = StringUtils.EMPTY;
8
9
    public String getRead() {
10 1 1. getRead : replaced return value with "" for com/jsql/model/accessible/engine/sqlserver/File::getRead → NO_COVERAGE
        return this.read;
11
    }
12
13
    public void setRead(String read) {
14
        this.read = read;
15
    }
16
}

Mutations

10

1.1
Location : getRead
Killed by : none
replaced return value with "" for com/jsql/model/accessible/engine/sqlserver/File::getRead → NO_COVERAGE

Active mutators

Tests examined


Report generated by PIT 1.23.0