Xyst test code coverage report
Current view: top level - Inciter/AMR - edge.cpp (source / functions) Coverage Total Hit
Commit: 1fb74642dd9d7732b67f32dec2f2762e238d3fa7 Lines: 0.0 % 3 0
Test Date: 2025-08-13 22:18:46 Functions: 0.0 % 1 0
Legend: Lines:     hit not hit

            Line data    Source code
       1              : #include "edge.hpp"
       2              : 
       3              : namespace AMR {
       4              : 
       5              : // Implementation of the friend function, extending osstream and not an edge_t
       6              : // member
       7            0 : std::ostream& operator<<(std::ostream& os, const AMR::edge_t& e)
       8              : {
       9            0 :     os << e.get_data()[0] << "-" << e.get_data()[1];
      10            0 :     return os;
      11              : }
      12              : 
      13              : } // AMR::
        

Generated by: LCOV version 2.0-1