| Total Complexity | 19 |
| Dependencies | 9 |
| Dependents | 1 |
| Total lines | 243 |
| Lines of code | 134 |
| Logical lines of code | 108 |
| Comment lines | 58 |
| Methods | 7 |
| Properties | 0 |
| Method | Rating | Maintainability | Complexity | Lines of code |
|---|---|---|---|---|
| get_all_customers() | 53 | 4 | 22 | |
| get_customer_invoices() | 53 | 4 | 22 | |
| get_customer_by_number() | 54 | 3 | 20 | |
| create_customer() | 56 | 2 | 18 | |
| update_customer() | 56 | 2 | 18 | |
| get_customer_by_id() | 57 | 2 | 17 | |
| get_customers_by_query() | 57 | 2 | 17 |