build/buildutils/cmt.ini
author William Roberts <williamr@symbian.org>
Fri, 18 Jun 2010 12:47:53 +0100
branchRCL_3
changeset 39 5337859c5963
parent 19 04becd199f91
permissions -rw-r--r--
Workaround for Bug 3029 - switch to the Symbian preferred location for classes.cldc.zip etc.


# Alarm limits on files:
# ----------------------
MCCABE_FILE_MIN=1
MCCABE_FILE_MAX=10000
# "LOC" below means LOCpro
LOC_FILE_MIN=0
LOC_FILE_MAX=40000
# "COMMENT_RATIO" below means LOCcom/LOCphy %
COMMENT_RATIO_FILE_MIN=0
COMMENT_RATIO_FILE_MAX=100
V_FILE_MIN=0
V_FILE_MAX=800000
B_FILE_MIN=0
B_FILE_MAX=200
MI_FILE_MIN = -100

# Alarm limits on functions:
# --------------------------
MCCABE_FUNCTION_MIN=1
MCCABE_FUNCTION_MAX=20
LOC_FUNCTION_MIN=0
DESTRUCTOR_LOC_MIN=0
LOC_FUNCTION_MAX=40000
COMMENT_RATIO_FUNCTION_MIN=0
COMMENT_RATIO_FUNCTION_MAX=100
COMMENT_FUNCTION_MIN=0
V_FUNCTION_MIN=0
DESTRUCTOR_V_MIN=1
V_FUNCTION_MAX=100000
MI_FUNCTION_MIN = -100

# end of cmt.ini