LCOV - code coverage report
Current view: top level - package/pingpong/tank - tank_config.hpp (source / functions) Hit Total Coverage
Test: wfc_demo-coverage.info Lines: 0 1 0.0 %
Date: 2019-08-13 Functions: 0 6 0.0 %

          Line data    Source code
       1             : //
       2             : // Author: Vladimir Migashko <migashko@gmail.com>, (C) 2016
       3             : //
       4             : // Copyright: See COPYING file that comes with this distribution
       5             : //
       6             : 
       7             : #pragma once
       8             : 
       9             : #include <string>
      10             : 
      11             : namespace demo{ namespace pingpong{
      12             : 
      13           0 : struct tank_config
      14             : {
      15             :   size_t power = 1;
      16             :   long discharge = 1;
      17             :   std::string target;
      18             : };
      19             : 
      20             : }}

Generated by: LCOV version 1.10