t_max_size.adb:169:15: Error: MAX_SIZE: declaration of "procedure_body" is more than 20 lines long (169)
t_max_size.adb:12:13: Error: MAX_SIZE: declaration of "package_spec" is more than 3 lines long (5)
t_max_size.adb:22:13: Error: MAX_SIZE: declaration of "package_body" is more than 6 lines long (9)
t_max_size.adb:27:9: Error: MAX_SIZE: declaration of "function_body" is more than 3 lines long (4)
t_max_size.adb:43:9: Error: MAX_SIZE: declaration of "task_body" is more than 5 lines long (12)
t_max_size.adb:42:12: Error: MAX_SIZE: statement "accept" is more than 4 lines long (5)
t_max_size.adb:48:10: Error: MAX_SIZE: declaration of "task_spec" is more than 3 lines long (4)
t_max_size.adb:58:10: Error: MAX_SIZE: declaration of "protected_spec" is more than 3 lines long (4)
t_max_size.adb:69:10: Error: MAX_SIZE: declaration of "protected_body" is more than 6 lines long (10)
t_max_size.adb:68:13: Error: MAX_SIZE: declaration of "entry_body" is more than 3 lines long (4)
t_max_size.adb:93:10: Error: MAX_SIZE: statement "if" is more than 8 lines long (12)
t_max_size.adb:85:13: Error: MAX_SIZE: statement "if_branch" is more than 2 lines long (3)
t_max_size.adb:89:11: Error: MAX_SIZE: statement "if_branch" is more than 2 lines long (3)
t_max_size.adb:108:12: Error: MAX_SIZE: statement "case" is more than 9 lines long (14)
t_max_size.adb:102:14: Error: MAX_SIZE: statement "case_branch" is more than 2 lines long (3)
t_max_size.adb:107:18: Error: MAX_SIZE: statement "case_branch" is more than 2 lines long (4)
t_max_size.adb:116:12: Error: MAX_SIZE: statement "unnamed_loop" is more than 3 lines long (4)
t_max_size.adb:126:15: Error: MAX_SIZE: statement "loop" is more than 5 lines long (6)
t_max_size.adb:137:7: Found: MAX_SIZE: statement "block" is more than 8 lines long (10)
t_max_size.adb:137:7: Found: MAX_SIZE: statement "unnamed_block" is more than 5 lines long (10)
t_max_size.adb:137:7: Error: MAX_SIZE: statement "simple_block" is more than 3 lines long (10)
t_max_size.adb:148:10: Found: MAX_SIZE: statement "block" is more than 8 lines long (10)
t_max_size.adb:148:10: Error: MAX_SIZE: statement "simple_block" is more than 3 lines long (10)
t_max_size.adb:158:7: Found: MAX_SIZE: statement "block" is more than 8 lines long (9)
t_max_size.adb:158:7: Found: MAX_SIZE: statement "unnamed_block" is more than 5 lines long (9)
t_max_size.adb:168:10: Found: MAX_SIZE: statement "block" is more than 8 lines long (9)
t_max_size.adb:169:15: Error: MAX_SIZE: declaration of "unit" is more than 100 lines long (169)

Counts summary:
Block_Count: 8
Loop_Count: 4
