LCOV - code coverage report
Current view: top level - utilites/matchmaker/matcher - true_match.cpp (source / functions) Hit Total Coverage
Test: wfc_jsonrpc-coverage.info Lines: 4 4 100.0 %
Date: 2019-09-12 Functions: 2 2 100.0 %

          Line data    Source code
       1             : 
       2             : #include "true_match.hpp"
       3             : 
       4             : namespace wfc{ namespace jsonrpc{ 
       5             : 
       6           3 : bool true_match::configure(const char* , const char* , json::json_error& ) 
       7             : {
       8           3 :   return true;
       9             : }
      10             : 
      11           2 : bool true_match::match(const char*, const char* , json::json_error& )
      12             : {
      13           2 :   return true;
      14             : }
      15             : 
      16             : }}

Generated by: LCOV version 1.10