LCOV - code coverage report
Current view: top level - eos/test/src - test_eos.f90 (source / functions) Coverage Total Hit
Test: coverage.info Lines: 100.0 % 7 7
Test Date: 2025-06-06 17:08:43 Functions: 100.0 % 2 2

            Line data    Source code
       1            1 : program test_eos
       2              : 
       3            1 :    use eos_support, only: Setup_eos
       4              :    use test_eos_support
       5              :    use math_lib
       6              :    use auto_diff
       7              :    use test_eos_blend
       8              : 
       9              :    implicit none
      10              : 
      11              :    logical, parameter :: quietly = .false.
      12              : 
      13            1 :    call Setup_eos
      14              : 
      15            1 :    call Do_One(quietly)
      16              : 
      17            1 :    call test1_eosPT_for_ck(quietly)
      18              : 
      19            1 :    call do_test_eos_blend()
      20              : 
      21            1 : end program test_eos
        

Generated by: LCOV version 2.0-1