LCOV - code coverage report
Current view: top level - /jenkins/workspace/boost-root/libs/url/src/detail - vformat.cpp (source / functions) Coverage Total Hit
Test: coverage_remapped.info Lines: 100.0 % 4 4
Test Date: 2026-02-25 21:00:01 Functions: 100.0 % 1 1

           TLA  Line data    Source code
       1                 : //
       2                 : // Copyright (c) 2022 Alan de Freitas (alandefreitas@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/boostorg/url
       8                 : //
       9                 : 
      10                 : 
      11                 : #include <boost/url/detail/config.hpp>
      12                 : #include <boost/url/detail/vformat.hpp>
      13                 : #include "pattern.hpp"
      14                 : 
      15                 : namespace boost {
      16                 : namespace urls {
      17                 : namespace detail {
      18                 : 
      19                 : void
      20 HIT         161 : vformat_to(
      21                 :     url_base& u,
      22                 :     core::string_view fmt,
      23                 :     detail::format_args args)
      24                 : {
      25             172 :     parse_pattern(fmt)
      26             161 :         .value().apply(u, args);
      27             150 : }
      28                 : 
      29                 : 
      30                 : } // detail
      31                 : } // urls
      32                 : } // boost
      33                 : 
        

Generated by: LCOV version 2.3