-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.xml
29 lines (29 loc) · 1.03 KB
/
config.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<RUGRAT>
<useQueries>false</useQueries>
<injectFilename />
<password />
<allowIndirectRecursion>no</allowIndirectRecursion>
<doReachabilityMatrix>no</doReachabilityMatrix>
<noOfInheritanceChains>0</noOfInheritanceChains>
<probability>0</probability>
<minNoOfClassFields>0</minNoOfClassFields>
<allowArray>no</allowArray>
<maxRecursionDepth>1</maxRecursionDepth>
<maxNoOfClassFields>0</maxNoOfClassFields>
<recursionProbability>0</recursionProbability>
<callType>MCO1_2</callType>
<noOfClasses>3</noOfClasses>
<maxAllowedMethodCalls>2</maxAllowedMethodCalls>
<maximumArraySize>2</maximumArraySize>
<maxNestedIfs>2</maxNestedIfs>
<maxNoOfParametersPerMethod>5</maxNoOfParametersPerMethod>
<totalLOC>100</totalLOC>
<classNamePrefix>T</classNamePrefix>
<maxNoOfMethodsPerClass>3</maxNoOfMethodsPerClass>
<minNoOfParametersPerMethod>2</minNoOfParametersPerMethod>
<intMaxValue>50</intMaxValue>
<allowedTypes>
<type>int</type>
</allowedTypes>
</RUGRAT>