From 19e8c4e6ee276a5a8caff42ef3b508045d751b7b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 16 Nov 2023 10:12:44 -0800 Subject: [PATCH] .NET code metrics, automated pull request. (#6279) Co-authored-by: IEvangelist --- .../DotNet.GitHubAction/CODE_METRICS.md | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/github-actions/DotNet.GitHubAction/CODE_METRICS.md b/github-actions/DotNet.GitHubAction/CODE_METRICS.md index b777e60213..eb399b7c39 100644 --- a/github-actions/DotNet.GitHubAction/CODE_METRICS.md +++ b/github-actions/DotNet.GitHubAction/CODE_METRICS.md @@ -598,14 +598,14 @@ The *DotNet.GitHubAction.csproj* project file contains: - 4 namespaces. - 6 named types. -- 669 total lines of source code. -- Approximately 288 lines of executable code. +- 685 total lines of source code. +- Approximately 304 lines of executable code. - The highest cyclomatic complexity is 13 :x:.
- <global namespace> :heavy_check_mark: + <global namespace> :warning:
@@ -613,26 +613,26 @@ The *DotNet.GitHubAction.csproj* project file contains: The `` namespace contains 1 named types. - 1 named types. -- 94 total lines of source code. -- Approximately 94 lines of executable code. -- The highest cyclomatic complexity is 7 :heavy_check_mark:. +- 110 total lines of source code. +- Approximately 110 lines of executable code. +- The highest cyclomatic complexity is 8 :warning:.
- <Program>$ :heavy_check_mark: + <Program>$ :warning:
- The `$` contains 1 members. -- 94 total lines of source code. -- Approximately 94 lines of executable code. -- The highest cyclomatic complexity is 7 :heavy_check_mark:. +- 110 total lines of source code. +- Approximately 110 lines of executable code. +- The highest cyclomatic complexity is 8 :warning:. | Member kind | Line number | Maintainability index | Cyclomatic complexity | Depth of inheritance | Class coupling | Lines of source / executable code | | :-: | :-: | :-: | :-: | :-: | :-: | :-: | -| Method | 1 | 42 | 7 :heavy_check_mark: | 0 | 15 | 94 / 47 | +| Method | 1 | 40 | 8 :warning: | 0 | 16 | 110 / 55 | :top: back to <global namespace>