LCOV - code coverage report
Current view: top level - package/statistics - statistics_module.cpp (source / functions) Hit Total Coverage
Test: wfc_jsonrpc-coverage.info Lines: 1 6 16.7 %
Date: 2019-09-12 Functions: 2 7 28.6 %

          Line data    Source code
       1             : 
       2             : #include "statistics_module.hpp"
       3             : #include "statistics/statistics_multiton.hpp"
       4             : #include <wfc/module/component_list.hpp>
       5             : #include <wfc/name.hpp>
       6             : 
       7             : namespace wfc{ namespace jsonrpc{
       8             :   
       9             : namespace
      10             : {
      11           0 :   WFC_NAME2(module_name, "jsonrpc-statistics")
      12             : 
      13           0 :   class impl: public ::wfc::component_list
      14             :   <
      15             :     module_name,
      16             :     statistics_multiton
      17             :   >
      18             :   {
      19             :   };
      20             : }
      21             : 
      22           0 : statistics_module::statistics_module()
      23           0 :   : module( std::make_shared<impl>() )
      24             : {
      25           0 : }
      26             : 
      27           3 : }}

Generated by: LCOV version 1.10