LCOV - code coverage report
Current view: top level - app - main_gui.cpp (source / functions) Hit Total Coverage
Test: coverage.info Lines: 0 6 0.0 %
Date: 2023-08-17 16:45:52 Functions: 0 1 0.0 %

          Line data    Source code
       1             : #include <filesystem>
       2             : 
       3             : #include "UI/Simulator.hpp"
       4             : 
       5           0 : int main(int argc, char** argv) {
       6           0 :     assert(argc >= 2);
       7             : 
       8           0 :     std::filesystem::path configFilePath = argv[1];
       9             : 
      10           0 :     UI::Simulator simulator(configFilePath);
      11             : 
      12           0 :     simulator.run();
      13             : 
      14           0 :     return 0;
      15             : }

Generated by: LCOV version 1.14