Quinoa all test code coverage report
Current view: top level - Inciter/AMR - edge.cpp (source / functions) Hit Total Coverage
Commit: -128-NOTFOUND Lines: 0 3 0.0 %
Date: 2024-04-22 13:03:21 Functions: 0 1 0.0 %
Legend: Lines: hit not hit | Branches: + taken - not taken # not executed Branches: 0 0 -

           Branch data     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 1.14