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

            Line data    Source code
       1          235 :         function length(t)
       2              : c
       3              : c  returns length of non-blank portion of string t
       4              : c
       5              :         character*(*) t
       6              : c
       7          235 :         l=len(t)
       8        63215 :         do 1 i=1,l
       9        63215 :         k = l-i+1
      10        63215 :         if (t(k:k).ne.' ') then 
      11          235 :           go to 2
      12              :         endif
      13            0 :     1   continue
      14            0 :         k = 0
      15          235 :     2   length = k
      16          235 :         return
      17          235 :         end
        

Generated by: LCOV version 2.0-1