diff --git a/appdbStats.php b/appdbStats.php
index 50762e6..5b8e859 100644
--- a/appdbStats.php
+++ b/appdbStats.php
@@ -71,6 +71,12 @@ echo "
Application maintainers: | \n";
echo " ".Maintainer::getNumberOfMaintainers()." | \n";
echo "\n\n";
+/* Display the number of testing reports */
+echo "\n";
+echo " | Testing reports: | \n";
+echo " ".testData::objectGetEntriescount(false, false)." | \n";
+echo "
\n\n";
+
/* Display the number of images */
echo "\n";
echo " | Screenshots: | \n";