LCOV - code coverage report
Current view: top level - src/pairinteraction/green_tensor - __init__.py (source / functions) Hit Total Coverage
Test: coverage.info Lines: 5 5 100.0 %
Date: 2026-08-14 15:26:44 Functions: 0 0 -

          Line data    Source code
       1             : # SPDX-FileCopyrightText: 2025 PairInteraction Developers
       2             : # SPDX-License-Identifier: LGPL-3.0-or-later
       3             : 
       4           1 : from pairinteraction.green_tensor.green_tensor_base import GreenTensorBase
       5           1 : from pairinteraction.green_tensor.green_tensor_cavity import GreenTensorCavity
       6           1 : from pairinteraction.green_tensor.green_tensor_free_space import GreenTensorFreeSpace
       7           1 : from pairinteraction.green_tensor.green_tensor_surface import GreenTensorSurface
       8             : 
       9           1 : __all__ = [
      10             :     "GreenTensorBase",
      11             :     "GreenTensorCavity",
      12             :     "GreenTensorFreeSpace",
      13             :     "GreenTensorSurface",
      14             : ]

Generated by: LCOV version 1.16