LCOV - code coverage report
Current view: top level - src/executable/include - helpers.hpp (source / functions) Hit Total Coverage
Test: all-merged.info Lines: 4 4 100.0 %
Date: 2023-11-07 04:00:59 Functions: 1 1 100.0 %

          Line data    Source code
       1             : #pragma once
       2             : 
       3             : #include "absl/log/log.h"
       4             : 
       5             : namespace executable {
       6             : namespace helpers {
       7           2 : inline int some_fun() {
       8           4 :     LOG(INFO) << "Hello "
       9           2 :               << "helpers!";
      10           2 :     return 0;
      11             : }
      12             : } // namespace helpers
      13             : } // namespace executable

Generated by: LCOV version 1.14