Front page | perl.perl5.porters |
Postings from July 2014
code complexity measures
From:
Jarkko Hietaniemi
Date:
July 1, 2014 18:52
Subject:
code complexity measures
Message ID:
53B30361.5060104@iki.fi
Some of the side effects of Coverity analysis is that one can pull out
code complexity measures, like the CCM (Cyclomatic Complexity Measure:
http://en.wikipedia.org/wiki/Cyclomatic_complexity). While one can
discuss the true nature and benefits of these measures (and hey, people
have, for decades), here they are:
https://docs.google.com/spreadsheets/d/1AhS0uRmEKvxH5YuAA_A3Qb8o9N2gn9dBu_3GETFbIvQ/edit#gid=88748250
In addition to CCM, I also included some Halstead measures, and the
forward edge count.
-
code complexity measures
by Jarkko Hietaniemi