LCOV - code coverage report
Current view: top level - src/Display/Helpers - Bresenham.cpp (source / functions) Coverage Total Hit
Test: 73449d9b107c772cf65493691543348214e5d5eb Lines: 0.0 % 3 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 "Bresenham.hpp"
       2              : 
       3              : BEGIN_CS_NAMESPACE
       4              : 
       5            0 : size_t BresenhamLine::Pixel::printTo(Print &p) const {
       6            0 :     return p.print('(') + p.print(x) + p.print(", ") + p.print(y) +
       7            0 :            p.print(')');
       8              : }
       9              : 
      10              : END_CS_NAMESPACE
        

Generated by: LCOV version 2.4-beta