| Total Complexity | 116 | 
| Dependencies | 6 | 
| Dependents | 0 | 
| Total lines | 572 | 
| Lines of code | 431 | 
| Logical lines of code | 281 | 
| Comment lines | 37 | 
| Methods | 14 | 
| Properties | 1 | 
| Method | Rating | Maintainability | Complexity | Lines of code | 
|---|---|---|---|---|
| get_bookable_appointments() | 45 | 135 | ||
| get_all_available_periods() | 46 | 17 | 35 | |
| get_booked_periods() | 40 | 14 | 59 | |
| is_period_available() | 46 | 10 | 37 | |
| get_default_available_periods() | 45 | 7 | 40 | |
| combine_abutting_periods() | 49 | 6 | 33 | |
| get_custom_available_periods() | 52 | 4 | 24 | |
| get_blocked_periods() | 60 | 3 | 14 | |
| get_inverse_periods() | 62 | 3 | 12 | |
| get_args() | 58 | 1 | 16 | |
| get_period_with_buffered_start_date() | 65 | 2 | 9 | |
| get_period_with_buffered_end_date() | 65 | 2 | 9 | |
| __construct() | 77 | 1 | 4 | |
| hooks() | 74 | 1 | 4 |