LCOV - code coverage report
Current view: top level - adipls/adipack.c/gensr - notwni.f (source / functions) Coverage Total Hit
Test: coverage.info Lines: 80.0 % 5 4
Test Date: 2025-05-08 18:23:42 Functions: 100.0 % 1 1

            Line data    Source code
       1           46 :       logical function notwni(kw1,kw2,k) 
       2              : c
       3              : c  windowing function
       4              : c  returns true, if k is not in window defined by kw1 and kw2
       5              : c
       6           46 :       if(kw1.gt.kw2) then
       7            0 :         notwni = .false.
       8              :       else
       9           46 :         notwni = k.lt.kw1.or.k.gt.kw2
      10              :       end if
      11           46 :       return
      12              :       end
        

Generated by: LCOV version 2.0-1