LCOV - code coverage report
Current view: top level - libs/http_proto/src/response_parser.cpp (source / functions) Coverage Total Hit
Test: coverage_filtered.info Lines: 66.7 % 6 4
Test Date: 2024-08-25 18:42:41 Functions: 50.0 % 2 1

            Line data    Source code
       1              : //
       2              : // Copyright (c) 2019 Vinnie Falco (vinnie.falco@gmail.com)
       3              : //
       4              : // Distributed under the Boost Software License, Version 1.0. (See accompanying
       5              : // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
       6              : //
       7              : // Official repository: https://github.com/cppalliance/http_proto
       8              : //
       9              : 
      10              : #include <boost/http_proto/response_parser.hpp>
      11              : 
      12              : namespace boost {
      13              : namespace http_proto {
      14              : 
      15           25 : response_parser::
      16              : response_parser(
      17           25 :     context& ctx)
      18              :     : parser(
      19              :         ctx,
      20           25 :         detail::kind::response)
      21              : {
      22           25 : }
      23              : 
      24              : response_view
      25            0 : response_parser::
      26              : get() const
      27              : {
      28              :     return response_view(
      29            0 :         safe_get_header());
      30              : }
      31              : 
      32              : } // http_proto
      33              : } // boost
        

Generated by: LCOV version 2.1