LCOV - code coverage report
Current view: top level - include/hpactor/tracing - trace_exporter.hpp (source / functions) Coverage Total Hit
Test: HPActor Coverage Lines: 100.0 % 1 1
Test Date: 2026-05-20 02:24:49 Functions: 50.0 % 2 1
Legend: Lines: hit not hit | Branches: + taken - not taken # not executed Branches: - 0 0

             Branch data     Line data    Source code
       1                 :             : #pragma once
       2                 :             : 
       3                 :             : #include <hpactor/tracing/span.hpp>
       4                 :             : #include <hpactor/types/types.hpp>
       5                 :             : 
       6                 :             : #include <span>
       7                 :             : 
       8                 :             : namespace hpactor::tracing {
       9                 :             : 
      10                 :             : class SpanExporter {
      11                 :             :   public:
      12                 :           7 :     virtual ~SpanExporter() = default;
      13                 :             :     virtual result<void>
      14                 :             :     export_batch(std::span<const SpanRecord> batch) noexcept = 0;
      15                 :             :     virtual void shutdown() noexcept = 0;
      16                 :             :     virtual const char* name() const noexcept = 0;
      17                 :             : };
      18                 :             : 
      19                 :             : } // namespace hpactor::tracing
        

Generated by: LCOV version 2.0-1