public class CoberturaLineCoverageMetric extends AbstractCoberturaCoverageMetric implements groovy.lang.GroovyObject
LOG, ROUNDING_MODE, SCALE
Constructor and Description |
---|
CoberturaLineCoverageMetric() |
Modifier and Type | Method and Description |
---|---|
String |
getAttributeName() |
protected Ratio |
getCoverageRatioForSingleClass(Object matchingClassElement) |
groovy.lang.MetaClass |
getMetaClass() |
String |
getName() |
Object |
getProperty(String property) |
Object |
invokeMethod(String method,
Object arguments) |
void |
setMetaClass(groovy.lang.MetaClass mc) |
void |
setProperty(String property,
Object value) |
applyToClosure, applyToMethod, calculate, calculateForClass, calculateForPackage, calculateMethodResult, findMethodElement, getBaseLevel, getCoberturaFile, getCoverageRatioForClass, setCoberturaFile
applyToClass, applyToPackage, createAggregateMetricResult, createAggregateMetricResult, getEnabled, getFunctions, isEnabled, isNotAnInterface, setEnabled, setFunctions
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
applyToClass, applyToPackage, getFunctions, isEnabled
public groovy.lang.MetaClass getMetaClass()
getMetaClass
in interface groovy.lang.GroovyObject
getMetaClass
in class AbstractCoberturaCoverageMetric
public void setMetaClass(groovy.lang.MetaClass mc)
setMetaClass
in interface groovy.lang.GroovyObject
setMetaClass
in class AbstractCoberturaCoverageMetric
public Object invokeMethod(String method, Object arguments)
invokeMethod
in interface groovy.lang.GroovyObject
invokeMethod
in class AbstractCoberturaCoverageMetric
public Object getProperty(String property)
getProperty
in interface groovy.lang.GroovyObject
getProperty
in class AbstractCoberturaCoverageMetric
public void setProperty(String property, Object value)
setProperty
in interface groovy.lang.GroovyObject
setProperty
in class AbstractCoberturaCoverageMetric
public final String getAttributeName()
getAttributeName
in class AbstractCoberturaCoverageMetric
protected Ratio getCoverageRatioForSingleClass(Object matchingClassElement)
getCoverageRatioForSingleClass
in class AbstractCoberturaCoverageMetric
Copyright © 2022. All rights reserved.