Sample GMetrics Report

Generated
Jan 11, 2011 12:52:37 PM
Tool
GMetrics 0.3
Sources
src/main/groovy

Top Complexity Classes

NameComplexity
com.mrhaki.app.PersonService2
com.mrhaki.app.App1

Top Complexity Methods

NameComplexity
findByNickname2
run1

Class com.mrhaki.app.App

Class line count

N/A

Methods

1

Average LC:
N/A
Maximum LC:
N/A

Complexity

1.0

Maximum:
1.0

ABC

4.1

Maximum:
4.1
MethodCyclomatic ComplexityABCLines
run14.1
Back to top

Class com.mrhaki.app.Person

Class line count

5

Methods

0

Average LC:
N/A
Maximum LC:
N/A

Complexity

N/A

Maximum:
N/A

ABC

N/A

Maximum:
N/A
Back to top

Class com.mrhaki.app.PersonService

Class line count

13

Methods

1

Average LC:
3.0
Maximum LC:
3.0

Complexity

2.0

Maximum:
2.0

ABC

2.2

Maximum:
2.2
MethodCyclomatic ComplexityABCLines
findByNickname22.23
Back to top

Metrics

NameDescriptionAverageTotalMaximumMinimum
ABC Measures size and complexity of source code. See http://c2.com/cgi/wiki?AbcMetric3.36.24.12.2
ClassLineCountMeasures the number of lines in each class or interface.9.018.013.05.0
CyclomaticComplexity Measures the (McCabe) Cyclomatic Complexity of source code. See http://en.wikipedia.org/wiki/Cyclomatic_complexity.1.02.01.01.0
MethodLineCountMeasures the number of lines in each method.3.03.03.03.0

XSLT created by Hubert A. Klein Ikkink (mrhaki)