Code Quality Report for refactor/parsers/
Folder Totals: 18 issues (Critical: 0, High: 9, Medium: 9, Low: 0)
๐ Missing Documentation
| File |
Module Doc |
Missing Classes |
Missing Functions |
| init.py |
Missing |
All Documented |
All Documented |
| docstring_parser.py |
Present |
DocstringAnalyzer, DocstringAuditCLI |
init, should_exclude, _format_args, arg_str, _get_return_type, _process_function, _process_class, visit, analyze_directory |
| json_coverage_parser.py |
Missing |
All Documented |
_coverage_from_executed |
๐งน Linting Issues
| File |
Critical |
High |
Medium |
Low |
Total |
| docstring_parser.py |
0 |
9 |
7 |
0 |
16 |
| json_coverage_parser.py |
0 |
0 |
2 |
0 |
2 |