generated from maddendeavor/python-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmaintainability.txt
17 lines (17 loc) · 2.46 KB
/
maintainability.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
╒══════════════════════════════════════════╤═════════════════════════╕
│ File │ Maintainability Index │
╞══════════════════════════════════════════╪═════════════════════════╡
│ project_name/_version.py │ 38.7073 │
├──────────────────────────────────────────┼─────────────────────────┤
│ project_name/__init__.py │ 100 │
├──────────────────────────────────────────┼─────────────────────────┤
│ project_name/__main__.py │ 100 │
├──────────────────────────────────────────┼─────────────────────────┤
│ project_name/util/__init__.py │ 100 │
├──────────────────────────────────────────┼─────────────────────────┤
│ project_name/sub_package/test_example.py │ 100 │
├──────────────────────────────────────────┼─────────────────────────┤
│ project_name/sub_package/__init__.py │ 100 │
├──────────────────────────────────────────┼─────────────────────────┤
│ Total │ 89.7846 │
╘══════════════════════════════════════════╧═════════════════════════╛