|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sourceforge.cobertura.javancss.Metric
net.sourceforge.cobertura.javancss.ObjectMetric
public class ObjectMetric
Basic data class to store all metrics attached to an object.
| Field Summary | |
|---|---|
int |
ccn
Cyclomatic Complexity Number (McCabe metric) |
int |
classes
|
int |
functions
|
| Fields inherited from class net.sourceforge.cobertura.javancss.Metric |
|---|
javadocs, javadocsLn, multiLn, name, ncss, singleLn |
| Constructor Summary | |
|---|---|
ObjectMetric()
|
|
| Method Summary | |
|---|---|
void |
clear()
|
| Methods inherited from class net.sourceforge.cobertura.javancss.Metric |
|---|
compareTo, equals, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public int ccn
public int functions
public int classes
| Constructor Detail |
|---|
public ObjectMetric()
| Method Detail |
|---|
public void clear()
clear in class Metric
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||