LCOV - code coverage report
Current view: top level - src/app - main.cpp (source / functions) Coverage Total Hit
Test: lcovResult Lines: 100.0 % 1 1
Test Date: 2024-10-23 20:19:12 Functions: 100.0 % 1 1
Branches: - 0 0

             Branch data     Line data    Source code
       1                 :             : /** @file
       2                 :             :  * @brief It contains the global main function.
       3                 :             :  */
       4                 :             : 
       5                 :             : #include "app.hpp"
       6                 :             : #include "lib/lib.hpp"
       7                 :             : 
       8                 :             : /**
       9                 :             :  * @brief The global main function.
      10                 :             :  *
      11                 :             :  * This function is the global main.
      12                 :             :  * Currently, it just calls app::App::main function with the injected lib::Lib.
      13                 :             :  *
      14                 :             :  * @return the error code, 0 means everything went well.
      15                 :             :  */
      16                 :           1 : int main() { return app::App{lib::Lib{}}.main(); }
        

Generated by: LCOV version 2.0-1