| 1 | ||
| 2 | package com.jsql.util.tampering; | |
| 3 | ||
| 4 | ||
| 5 | public class ModelYamlTampering { | |
| 6 | ||
| 7 | private String tooltip; | |
| 8 | private String description; | |
| 9 | private String group; | |
| 10 | private String javascript; | |
| 11 | ||
| 12 | public String getTooltip() { | |
| 13 |
1
1. getTooltip : replaced return value with "" for com/jsql/util/tampering/ModelYamlTampering::getTooltip → NO_COVERAGE |
return this.tooltip; |
| 14 | } | |
| 15 | ||
| 16 | public void setTooltip(String tooltip) { | |
| 17 | this.tooltip = tooltip; | |
| 18 | } | |
| 19 | ||
| 20 | public String getDescription() { | |
| 21 |
1
1. getDescription : replaced return value with "" for com/jsql/util/tampering/ModelYamlTampering::getDescription → NO_COVERAGE |
return this.description; |
| 22 | } | |
| 23 | ||
| 24 | public void setDescription(String description) { | |
| 25 | this.description = description; | |
| 26 | } | |
| 27 | ||
| 28 | public String getGroup() { | |
| 29 |
1
1. getGroup : replaced return value with "" for com/jsql/util/tampering/ModelYamlTampering::getGroup → NO_COVERAGE |
return this.group; |
| 30 | } | |
| 31 | ||
| 32 | public void setGroup(String group) { | |
| 33 | this.group = group; | |
| 34 | } | |
| 35 | ||
| 36 | public String getJavascript() { | |
| 37 |
1
1. getJavascript : replaced return value with "" for com/jsql/util/tampering/ModelYamlTampering::getJavascript → KILLED |
return this.javascript; |
| 38 | } | |
| 39 | ||
| 40 | public void setJavascript(String javascript) { | |
| 41 | this.javascript = javascript; | |
| 42 | } | |
| 43 | } | |
Mutations | ||
| 13 |
1.1 |
|
| 21 |
1.1 |
|
| 29 |
1.1 |
|
| 37 |
1.1 |