LCOV - code coverage report | |||||||||||||||||||||||||||||
![]() | |||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||
![]() |
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 |