LCOV - code coverage report
Current view: top level - src/Display/Helpers - Bresenham.cpp (source / functions) Hit Total Coverage
Test: 3a807a259ebe0769dd942f7f612dca5273937539 Lines: 0 3 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 "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 1.15