LCOV - code coverage report
Current view: top level - src/Def - Cable.cpp (source / functions) Coverage Total Hit
Test: 73449d9b107c772cf65493691543348214e5d5eb Lines: 0.0 % 2 0
Test Date: 2026-06-06 17:44:35 Functions: 0.0 % 1 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 2.4-beta