LCOV - code coverage report
Current view: top level - sources - module_7.lua (source / functions) Coverage Total Hit
Test: cluacov multi-source E2E Lines: 100.0 % 4 4
Test Date: 2026-06-25 15:06:18 Functions: - 0 0
Legend: Lines: hit not hit

            Line data    Source code
       1              : return function(n)
       2            1 :    local sum = 0
       3           70 :    for j = 1, n do
       4           70 :       sum = sum + j
       5              :    end
       6            1 :    return sum
       7              : end
        

Generated by: LCOV version 2.0-1