File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,13 +22,20 @@ title: vX.X Release Notes (template)
2222{% include metrics-phing.md %}
2323
2424* Lines of Code: XXX (XXX of comments, XXX of code)
25- * Overall Cyclomatic Complexity/LoC: XXX
26- * Classes: XXX (XXX Concrete, XXX Abstract, XXX Interfaces)
25+ * Cyclomatic Complexity:
26+ * Per Class: XXX (min: XXX, max: XXX)
27+ * Per Method: XXX (min: XXX, max: XXX)
28+ * Per Line of Code: XXX
29+ * Interfaces: XXX
30+ * Traits: XXX
31+ * Classes: XXX (XXX Concrete, XXX Abstract)
2732 * Lines of Code/Class: XXX
2833 * Class Constants: XXX
2934 * Methods: XXX (XXX static, XXX non-static)
35+ * Public: XXX
36+ * Protected: XXX
37+ * Private: XXX
3038 * Lines of Code/Method: XXX
31- * Cyclomatic Complexity/Number of Methods: XXX
3239* Functions: XXX
3340* Constants: XXX
3441* Test Classes: XXX
You can’t perform that action at this time.
0 commit comments