build/buildutils/cmt.ini
author Fionntina Carville <fionntinac@symbian.org>
Thu, 28 Oct 2010 16:07:36 +0100
branchRCL_3
changeset 86 be12440571b9
parent 19 04becd199f91
permissions -rw-r--r--
Reapply changes for bug 2896 and tweak for generatej9zips.py


# 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