LCOV - code coverage report | |||||||||||||||||||||||||||||
![]() | |||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||
![]() |
Branch data Line data Source code 1 : : #include "hello.hpp" 2 : : 3 : : #include <string> 4 : : 5 : 1 : auto greet() -> std::string { return "Hello World!"; } 6 : : 7 : 1 : auto farewell() -> std::string { return "Bye World!"; } |
![]() |
Generated by: LCOV version 2.0-1 |