LCOV - code coverage report
Current view: top level - utilites/matchmaker/matcher - full_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             : #include <string>
       5             : 
       6             : namespace wfc{ namespace jsonrpc{ 
       7             : 
       8         296 : class full_match
       9             :   : public imatcher
      10             : {
      11             :   std::string _sjson;
      12             : public:
      13             :   virtual bool configure(const char* beg, const char* end, json::json_error& err) override;
      14             :   virtual bool match(const char* beg, const char* end, json::json_error& err) override;
      15             : };
      16             : 
      17             : }}

Generated by: LCOV version 1.10