LCOV - code coverage report
Current view: top level - appmodel/pybindsrc - module.cpp (source / functions) Coverage Total Hit
Test: code.result Lines: 0.0 % 4 0
Test Date: 2025-12-21 13:07:08 Functions: 0.0 % 2 0

            Line data    Source code
       1              : /**
       2              :  * @file module.cpp
       3              :  *
       4              :  * This is part of the DUNE DAQ Software Suite, copyright 2020.
       5              :  * Licensing/copyright details are in the COPYING file that you should have
       6              :  * received with this code.
       7              :  */
       8              : 
       9              : #include "pybind11/pybind11.h"
      10              : #include "pybind11/stl.h"
      11              : 
      12              : namespace py = pybind11;
      13              : 
      14              : namespace dunedaq::appmodel::python {
      15              : 
      16              : extern void
      17              : register_dal_methods(py::module&);
      18              : 
      19            0 : PYBIND11_MODULE(_daq_appmodel_dal_py, m)
      20              : {
      21              : 
      22            0 :   m.doc() = "C++ implementation of the application dal modules";
      23              : 
      24            0 :   register_dal_methods(m);
      25            0 : }
      26              : 
      27              : } // namespace dunedaq::appmodel::python
        

Generated by: LCOV version 2.0-1