LCOV - code coverage report
Current view: top level - bindings/enums - Parity.py.cpp (source / functions) Hit Total Coverage
Test: coverage.info Lines: 5 5 100.0 %
Date: 2025-05-02 21:49:25 Functions: 1 1 100.0 %

          Line data    Source code
       1             : // SPDX-FileCopyrightText: 2024 Pairinteraction Developers
       2             : // SPDX-License-Identifier: LGPL-3.0-or-later
       3             : 
       4             : #include "./Parity.py.hpp"
       5             : 
       6             : #include "pairinteraction/enums/Parity.hpp"
       7             : 
       8             : #include <nanobind/nanobind.h>
       9             : 
      10             : namespace nb = nanobind;
      11             : using namespace pairinteraction;
      12             : 
      13           1 : void bind_parity(nb::module_ &m) {
      14           2 :     nb::enum_<Parity>(m, "Parity")
      15           1 :         .value("ODD", Parity::ODD)
      16           1 :         .value("EVEN", Parity::EVEN)
      17             :         .value("UNKNOWN", Parity::UNKNOWN);
      18           1 : }

Generated by: LCOV version 1.16