LCOV - code coverage report
Current view: top level - cell - Cell.cpp (source / functions) Hit Total Coverage
Test: coverage.info Lines: 3 7 42.9 %
Date: 2025-12-06 00:15:40 Functions: 1 3 33.3 %

          Line data    Source code
       1             : #include "Cell.hpp"
       2             : 
       3             : namespace cell
       4             : {
       5             : 
       6           9 : Cell::Cell(Membrane membrane, SimulationContext simulationContext)
       7           9 :     : Compartment(nullptr, std::move(membrane), std::move(simulationContext))
       8             : {
       9           9 : }
      10             : 
      11           0 : double Cell::getInitialKineticEnergy() const
      12             : {
      13           0 :     return initialKineticEnergy_;
      14             : }
      15             : 
      16           0 : double Cell::getCurrentKineticEnergy() const
      17             : {
      18           0 :     return currentKineticEnergy_;
      19             : }
      20             : 
      21             : } // namespace cell

Generated by: LCOV version 1.14