From c040f14fc78c8e28266b4d85b8ad6fbad74e10bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9la=20Ben=20Khalfallah?= Date: Fri, 20 Sep 2024 09:57:54 +0200 Subject: [PATCH] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index fee6584..cc151c0 100644 --- a/README.md +++ b/README.md @@ -144,8 +144,6 @@ For more details on preventing XSS vulnerabilities, you can refer to the followi In addition to the Halstead metrics and Maintainability Index, **CodeHealthMeter** also leverages various graph metrics to analyze the structure and dependencies within your codebase. These metrics provide valuable insights into the overall software quality and potential areas for improvement. -a. **Graph-Level Metrics** - - **projectDensity**: Gauges the overall interconnectedness. High density means lots of dependencies, potentially signifying a complex system. - **projectDegreeCentrality, projectInDegreeCentrality, projectOutDegreeCentrality**: - **High degree centrality**: suggests a module plays a central role or has many connections.