Viewing the missing artifacts report

After you scan the source files, you can check if any included files or programs are missing from the source directory of your project for scanning through the missing artifacts report.

Missing artifacts report is a quality indicator of the analysis results. If there are artifacts that are missing from the scan, the analysis results might not be complete. Consider adding the source files of the missing artifacts in the source directory of your project for scanning.

To view the missing artifacts report, complete the following steps:
  1. Open the browser and navigate to https://localhost:5000. The Wazi Analyze "Log in" dialog is displayed.
  2. Enter the password that you provided to log in to Wazi Analyze. For more information, see Starting up and shutting down the server.
  3. Optional: Select a Wazi Analyze data provider on the data provider page. The data provider is only shown as a landing page if you have set up more than one data provider in your Wazi Analyze container.
  4. Observe the number of missing included files and missing entry points for each workspace on the Workspace page.
    Note: For C language, the missing included files report shows only the number of missing files, without listing the missing files.
  5. Select the Action Menu icon ( ) on the Actions column to view the actions of the selected item.
  6. Select View missing artifacts report to see the details. The missing artifacts report is displayed.
  7. Select Missing included files or Missing entry points to switch between the charts with detailed information.
  8. Select the Action Menu icon ( ) on the Actions column of the detailed table to view the actions of selected item.
    • For missing included files:
      • Select View source file references to view the source file reference graph of those missing included files.
      • Select Preview source content to view the content of the source file for the selected item.
    • For missing entry points:
      • Select View <program_name> program call references to view the graph of the program that calls the missing entry point.
      • Select Preview source content to view the content of the source file of that program.
  9. Optional: Click the Export button on the upper right corner of the window to export the missing artifacts report as a CSV or PDF file.