Please sort the results. I'd suggest by Database, Row Count, and then Rows Changed.
Please reformat the output rows (main change would be to add Schema, and a space between the colon and value for DB, Table, and Index).
Current:
Object: DB:MyDbName Table:MyTableName Index:MyIndexName
Desired (option 1):
Object: DB: MyDbName, Schema: MySchemaName, Table: MyTableName, Index: MyIndexName
Desired (option 2):
Object: DB: MyDbName, Index: MySchemaName.MyTableName.MyIndexName