Coverage Report - org.webslinger.rules.ConstantValue
Classes in this File
Line Coverage
Branch Coverage
Complexity
ConstantValue
N/A
N/A
N/A
N/A
1.0;
1
1
package
org.webslinger.rules;
2
3
public
interface
ConstantValue {
4
String getConstantValue();
5
}