Check ID | Check Name | Supported |
AC_00 | No Control Code Characters | Yes |
AC_01 | No Direct or Indirect Recursion | Yes |
AC_HIS_02 | Number of Paths(PATH) | Yes |
AC_HIS_04 | Cyclomatic Complexity (v(G)) | Yes |
AC_HIS_05 | Calling Functions (CALLING) | Yes |
AC_HIS_06 | Called Functions (CALLS) | Yes |
AC_HIS_07 | Function Parameters (PARAM) | Yes |
AC_HIS_08 | Number of Staments (STMT) | Yes |
AC_HIS_09 | Number of call levels (LEVEL) | Yes |
AC_HIS_10 | Number of return points (RETURN) | Yes |
AC_HIS_11 | Language scope (VOCF) | Yes |
AC_HIS_12 | Recursion (AP_CG_CYCLE) | Yes |
AC_HIS_13 | Statements Changed (SCHG) | Yes |
AC_HIS_14 | Statements Deleted (SDEL) | Yes |
AC_HIS_15 | New Statements (SNEW) | Yes |
AC_HIS_16 | Stability Index (S) | Yes |
CSHARP_N000 | Naming Convention: Classes | Yes |
CSHARP_N001 | Naming Convention: Consts | Yes |
CSHARP_N002 | Naming Convention: Enumerators | Yes |
CSHARP_N003 | Naming Convention: Events | Yes |
CSHARP_N004 | Naming Convention: Fields | Yes |
CSHARP_N005 | Naming Convention: Files | Yes |
CSHARP_N006 | Naming Convention: Indexers | Yes |
CSHARP_N007 | Naming Convention: Methods | Yes |
CSHARP_N008 | Naming Convention: Namespaces | Yes |
CSHARP_N009 | Naming Convention: Parameters | Yes |
CSHARP_N010 | Naming Convention: Properties | Yes |
CSHARP_N011 | Naming Convention: Type | Yes |
CSHARP_N012 | Naming Convention: Variables | Yes |
HIS_01 | 1. Comment Density (COMF) | Yes |
HIS_02 | 2. Number of Paths(PATH) | Yes |
HIS_03 | 3. Number of Goto Statements(GOTO) | Yes |
HIS_04 | 4. Cyclomatic Complexity (v(G)) | Yes |
HIS_05 | 5. Calling Functions (CALLING) | Yes |
HIS_06 | 6. Called Functions (CALLS) | Yes |
HIS_07 | 7. Function Parameters (PARAM) | Yes |
HIS_08 | 8. Number of Staments(STMT) | Yes |
HIS_09 | 9. Number of call levels(LEVEL) | Yes |
HIS_10 | 10. Number of return points (RETURN) | Yes |
HIS_11 | 11. Language scope(VOCF) | Yes |
HIS_12 | 12. Recursion (AP_CG_CYCLE) | Yes |
HIS_13 | 13. Statements Changed (SCHG) | Yes |
HIS_14 | 14. Statements Deleted (SDEL) | Yes |
HIS_15 | 15. New Statements (SNEW) | Yes |
HIS_16 | 16. Stability Index (S) | Yes |
METRIC_00 | Program Unit Call Count | Yes |
METRIC_01 | Program Unit Callby Count | Yes |
METRIC_02 | Program Unit Comment to Code Ratio | Yes |
METRIC_03 | Program Unit Cyclomatic Complexity | Yes |
METRIC_04 | Program Unit Max Length | Yes |
METRIC_05 | Program Unit Max Nesting Depth | Yes |
METRIC_06 | Program Unit Parameters Count | Yes |
METRIC_07 | Program Unit Path Count | Yes |
METRIC_08 | Program Unit Statement Count | Yes |
METRIC_09 | Coupling Between Object Classes | Yes |
METRIC_13 | Maintainability Index | Yes |
RECOMMENDED_04 | Functions Too Long | Yes |
RECOMMENDED_06 | Goto Statements | Yes |
RECOMMENDED_10 | Overly Complex Functions | Yes |
RECOMMENDED_12 | Unreachable Code | Yes |
RECOMMENDED_13 | Unused Functions | Yes |
RECOMMENDED_18 | Unused Local Variables | Yes |
RECOMMENDED_19 | Comments Indicating Future Fixes | Yes |
RECOMMENDED_20 | Duplicate Code | Yes |