no message

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@1394 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Don Leckie
2003-02-03 20:38:05 +00:00
parent bb3122752e
commit e44b6b03f1

View File

@ -15,6 +15,9 @@ method entry. The decision points are 'if', 'while', 'for', and 'case labels'.
1-4 (low complexity) 5-7 (moderate complexity) 8-10 (high complexity) 10+ (very high complexity)
</description>
<priority>3</priority>
<properties>
<property name="reportLevel" value="1"/>
</properties>
<example>
<![CDATA[
Cyclomatic Complexity = 12