t_usage.adb:16:7: Error: USAGE: (generic) T_Usage.Gen.Y1, variable, initialized, written, not read
t_usage.adb:17:7: Error: USAGE: (generic) T_Usage.Gen.Y2, variable, not initialized, written, not read
t_usage.adb:18:7: Found: Constantable: (generic) T_Usage.Gen.Y3, variable, initialized, not written, read (can be declared constant)
t_usage.adb:19:7: Found: Removable: (generic) T_Usage.Gen.Z, constant, not read (can be removed)
t_usage.adb:30:4: Error: USAGE: (instance) T_Usage.Inst1.Y1, variable, initialized, written, not read
t_usage.adb:30:4: Error: USAGE: (instance) T_Usage.Inst1.Y2, variable, not initialized, written, not read
t_usage.adb:30:4: Found: Removable: (instance) T_Usage.Inst1.Y3, variable, initialized, not written, not read
t_usage.adb:30:4: Found: Removable: (instance) T_Usage.Inst1.Z, constant, not read
t_usage.adb:31:4: Found: Removable: (instance) T_Usage.Inst2.Y1, variable, initialized, not written, not read
t_usage.adb:31:4: Error: USAGE: (instance) T_Usage.Inst2.Y2, variable, not initialized, written, not read
t_usage.adb:31:4: Found: Constantable: (instance) T_Usage.Inst2.Y3, variable, initialized, not written, read
t_usage.adb:31:4: Found: Removable: (instance) T_Usage.Inst2.Z, constant, not read
t_usage.adb:11:4: Found: Removable: (normal) T_Usage.Local, variable, not initialized, not written, not read (can be removed)
t_usage.adb:34:7: Error: USAGE: (normal) T_Usage.Pack.A1, variable, not initialized, written, read
t_usage.adb:34:11: Error: USAGE: (normal) T_Usage.Pack.A2, variable, not initialized, written, not read
t_usage.adb:35:7: Found: Constantable: (normal) T_Usage.Pack.A3, variable, initialized, not written, read (can be declared constant)
t_usage.adb:36:7: Found: Removable: (normal) T_Usage.Pack.A4, variable, not initialized, not written, not read (can be removed)
t_usage.adb:46:7: Found: Constantable: (normal) T_Usage.Pack.Ac, variable, initialized, not written, read (can be declared constant)
t_usage.adb:37:7: Found: Removable: (normal) T_Usage.Pack.B, constant, not read (can be removed)
t_usage.adb:39:7: Found: Constantable: (normal) T_Usage.Pack.D, variable, not initialized, not written, read (never given a value)
t_usage.adb:39:9: Error: USAGE: (normal) T_Usage.Pack.E, variable, not initialized, written, not read
t_usage.adb:39:11: Error: USAGE: (normal) T_Usage.Pack.F, variable, not initialized, written, read
t_usage.adb:41:7: Found: Removable: (normal) T_Usage.Pack.I1, constant, not read (can be removed)
t_usage.adb:43:7: Found: Removable: (normal) T_Usage.Pack.R, constant, not read (can be removed)
t_usage.adb:50:7: Found: Removable: (normal) T_Usage.Pack.V1, variable, initialized, not written, not read (can be removed)
t_usage.adb:52:7: Found: Removable: (normal) T_Usage.Pack.V2, variable, initialized, not written, not read (can be removed)
t_usage.adb:53:7: Found: Removable: (normal) T_Usage.Pack.V3, variable, initialized, not written, not read (can be removed)
t_usage.adb:58:7: Found: Removable: (normal) T_Usage.Pack.V4, variable, not initialized, not written, not read (can be removed)
t_usage.adb:61:7: Found: Removable: (normal) T_Usage.Pack.V5, variable, initialized, not written, not read (can be removed)
t_usage.adb:45:7: Error: USAGE: (normal) T_Usage.Pack.VR, variable, not initialized, written, not read
t_usage.adb:63:7: Found: Removable: (normal) T_Usage.Pack.XX, variable, not initialized, not written, not read (can be removed)
t_usage.adb:54:7: Found: Removable: (normal) T_Usage.Pack.Y, variable, initialized, not written, not read (can be removed)
t_usage.adb:55:7: Found: Removable: (normal) T_Usage.Pack.Z, variable, initialized, not written, not read (can be removed)
x_usage.ads:4:4: Error: USAGE: (normal) X_Usage.E1, exception, raised, handled
x_usage.ads:4:8: Error: USAGE: (normal) X_Usage.E2, exception, raised, not handled
x_usage.ads:4:12: Error: USAGE: (normal) X_Usage.E3, exception, not raised, handled
x_usage.ads:4:16: Error: USAGE: (normal) X_Usage.E4, exception, not raised, not handled
x_usage.ads:2:4: Error: USAGE: (normal) X_Usage.Not_Included, variable, not initialized, written, not read
x_usage.ads:25:4: Error: USAGE: (normal) X_Usage.P1, protected, called
x_usage.ads:26:4: Error: USAGE: (normal) X_Usage.P2, protected, called
x_usage.ads:27:4: Error: USAGE: (normal) X_Usage.P3, protected, called
x_usage.ads:28:14: Error: USAGE: (normal) X_Usage.P4, protected, not called
x_usage.ads:12:4: Error: USAGE: (normal) X_Usage.T1, task, called, aborted
x_usage.ads:13:4: Error: USAGE: (normal) X_Usage.T2, task, called, not aborted
x_usage.ads:14:4: Error: USAGE: (normal) X_Usage.T3, task, not called, aborted
x_usage.ads:15:9: Error: USAGE: (normal) X_Usage.T4, task, not called, not aborted

Counts summary:
USAGE: 22
