| LCOV - code coverage report | ||||||||||||||||||||||
|
||||||||||||||||||||||
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 |