LCOV - code coverage report
Current view: top level - imp - GlobalParam.cpp (source / functions) Hit Total Coverage
Test: coverage.info Lines: 13 13 100.0 %
Date: 2025-02-09 09:26:30 Functions: 1 2 50.0 %

          Line data    Source code
       1             : #include "../inc/header.h"
       2             : #include "../inc/global_param.h"
       3             : 
       4           3 : void GlobalParam::readGlobalParam()
       5             : {
       6           3 :         return;
       7             : }
       8             : 
       9           3 : GlobalParam::GlobalParam()
      10             : {
      11           3 :     port_ = PORT;
      12           3 :     readGlobalParam();
      13             : 
      14           3 :     nbtype_ = NB_TYPE;
      15             : 
      16           3 :     velours_std_ = "";
      17             :     
      18           3 :     eof="eof";
      19             : 
      20           3 :     dontCheckDuplicateIdObject_ = false;
      21             : 
      22           3 :     velours_root_env_name_ = "VELOURS_ROOT_2";
      23           3 :     std::vector<int> indexCurrent;
      24             : 
      25           3 :     pid_ = getpid();
      26           3 : }
      27             : 
      28             : 

Generated by: LCOV version 1.14