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

             Branch data     Line data    Source code
       1                 :             : #include "app.hpp"
       2                 :             : 
       3                 :             : #include <iostream>
       4                 :             : 
       5                 :             : using std::cout;
       6                 :             : 
       7                 :             : namespace app {
       8                 :           3 : int App::main() {
       9                 :           3 :   cout << "Hello World!\n";
      10                 :             :   // Silence since the default parameter was declared in std::basic_string
      11                 :             :   // NOLINTNEXTLINE(fuchsia-default-arguments-calls)
      12                 :           6 :   cout << mLib.createUpperString("Hello Big World!") << "\n";
      13                 :           3 :   return 0;
      14                 :             : }
      15                 :             : }  // namespace app
        

Generated by: LCOV version 2.0-1