Conversation
There was a problem hiding this comment.
✅ Quality Gates: OK
- Declining Code Health: 0 findings(s) 🚩
- Improving Code Health: 1 findings(s) ✅
- Affected Hotspots: 0 files(s) 🔥
Recommended Review Level: Lightweight sanity check
View detailed results in CodeScene
✅ Positive Code Health Impact (highest to lowest):
- Overall Code Complexity badClass.cs
| return count; | ||
| } | ||
|
|
||
| public virtual int ImportNewsletterSubscribersFromTxt2(Stream stream) |
There was a problem hiding this comment.
ℹ Getting worse: Lines of Code in a Single File
The lines of code increases from 1661 to 1716, improve code health by reducing it to 1000
Why does this problem occur?
The number of Lines of Code in a single file. More Lines of Code lowers the code health. Read more.
To ignore this warning click here.
| return count; | ||
| } | ||
|
|
||
| public virtual int ImportNewsletterSubscribersFromTxt2(Stream stream) |
There was a problem hiding this comment.
✅ Getting better: Overall Code Complexity
The mean cyclomatic complexity decreases from 12.66 to 12.52, threshold = 4
Why does this problem occur?
This file has many conditional statements (e.g. if, for, while) across its implementation, leading to lower code health. Avoid adding more conditionals. Read more.
There was a problem hiding this comment.
✅ Quality Gates: OK
- Declining Code Health: 0 findings(s) 🚩
- Improving Code Health: 1 findings(s) ✅
- Affected Hotspots: 1 files(s) 🔥
Recommended Review Level: Lightweight sanity check
View detailed results in CodeScene
✅ Positive Code Health Impact (highest to lowest):
- Overall Code Complexity badClass.cs 🔥
There was a problem hiding this comment.
✅ Quality Gates: OK
- Declining Code Health: 0 findings(s) 🚩
- Improving Code Health: 1 findings(s) ✅
- Affected Hotspots: 1 files(s) 🔥
Recommended Review Level: Lightweight sanity check
View detailed results in CodeScene
✅ Positive Code Health Impact (highest to lowest):
- Overall Code Complexity badClass.cs 🔥
No description provided.