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

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

Generated by: LCOV version 1.10