LCOV - code coverage report
Current view: top level - src/Def - Cable.cpp (source / functions) Hit Total Coverage
Test: 3a807a259ebe0769dd942f7f612dca5273937539 Lines: 0 2 0.0 %
Date: 2024-03-24 17:16:54 Functions: 0 1 0.0 %
Legend: Lines: hit not hit

          Line data    Source code
       1             : #include "Cable.hpp"
       2             : #include <AH/PrintStream/PrintStream.hpp>
       3             : 
       4             : BEGIN_CS_NAMESPACE
       5             : 
       6           0 : Print &operator<<(Print &os, Cable c) {
       7           0 :     return os << F("Cable ") << c.getOneBased();
       8             : }
       9             : 
      10             : END_CS_NAMESPACE

Generated by: LCOV version 1.15