LCOV - code coverage report
Current view: top level - src/sl3 - rowcallback.cpp (source / functions) Coverage Total Hit
Test: coverage.info.cleaned Lines: 100.0 % 6 6
Test Date: 2026-03-17 13:39:52 Functions: 80.0 % 5 4
Branches: - 0 0

             Branch data     Line data    Source code
       1                 :             : /******************************************************************************
       2                 :             :  ------------- Copyright (c) 2009-2023 H a r a l d  A c h i t z ---------------
       3                 :             :  ---------- < h a r a l d dot a c h i t z at g m a i l dot c o m > ------------
       4                 :             :  ---- This Source Code Form is subject to the terms of the Mozilla Public -----
       5                 :             :  ---- License, v. 2.0. If a copy of the MPL was not distributed with this -----
       6                 :             :  ---------- file, You can obtain one at http://mozilla.org/MPL/2.0/. ----------
       7                 :             :  ******************************************************************************/
       8                 :             : 
       9                 :             : #include <sl3/rowcallback.hpp>
      10                 :             : 
      11                 :             : namespace sl3
      12                 :             : {
      13                 :           8 :   RowCallback::RowCallback () noexcept = default;
      14                 :             : 
      15                 :           8 :   RowCallback::~RowCallback () noexcept = default;
      16                 :             : 
      17                 :             :   void
      18                 :           5 :   RowCallback::onStart ()
      19                 :             :   {
      20                 :           5 :   }
      21                 :             : 
      22                 :             :   void
      23                 :           5 :   RowCallback::onEnd ()
      24                 :             :   {
      25                 :           5 :   }
      26                 :             : 
      27                 :             : } // ns
        

Generated by: LCOV version 2.0-1