LCOV - code coverage report
Current view: top level - src - second.rs (source / functions) Coverage Total Hit
Test: grcov_llvm_lcov.info Lines: 100.0 % 5 5
Test Date: 2026-05-08 10:13:24 Functions: 100.0 % 1 1
Legend: Lines:     hit not hit

            Line data    Source code
       1              : use crate::Data;
       2              : 
       3            4 : pub(crate) fn validate_data_panic(data: &Data) {
       4            4 :     if data.len == 0 {
       5            2 :         panic!("panic")
       6            2 :     }
       7            2 : }
        

Generated by: LCOV version 2.0-1