LCOV - code coverage report
Current view: top level - datadog - runtime_id.cpp (source / functions) Hit Total Coverage
Test: filtered.info Lines: 5 6 83.3 %
Date: 2024-01-03 20:30:12 Functions: 2 2 100.0 %

          Line data    Source code
       1             : #include "runtime_id.h"
       2             : 
       3             : #include "random.h"
       4             : 
       5             : namespace datadog {
       6             : namespace tracing {
       7             : 
       8         625 : RuntimeID::RuntimeID() {}
       9             : 
      10         625 : RuntimeID RuntimeID::generate() {
      11         625 :   RuntimeID id;
      12         625 :   id.uuid_ = uuid();
      13         625 :   return id;
      14           0 : }
      15             : 
      16             : }  // namespace tracing
      17             : }  // namespace datadog

Generated by: LCOV version 1.16