LCOV - code coverage report
Current view: top level - examples/qt/ui - main.cpp (source / functions) Coverage Total Hit
Test: coverage.info Lines: 0.0 % 6 0
Test Date: 2025-06-11 17:47:30 Functions: 0.0 % 1 0
Branches: - 0 0

             Branch data     Line data    Source code
       1                 :             : #include <QtWidgets/QApplication>
       2                 :             : 
       3                 :             : #include "mainwindow.h"
       4                 :             : 
       5                 :           0 : auto main(int argc, char *argv[]) -> int {
       6                 :           0 :     QApplication app(argc, argv);
       7                 :             : 
       8                 :           0 :     MainWindow window;
       9                 :           0 :     window.show();
      10                 :             : 
      11                 :           0 :     return app.exec();
      12                 :           0 : }
        

Generated by: LCOV version 2.0-1