LCOV - code coverage report
Current view: top level - lib/models - music_sheet_info.dart Coverage Total Hit
Test: lcov.info Lines: 0.0 % 1 0
Test Date: 2025-05-10 20:26:13 Functions: - 0 0

            Line data    Source code
       1              : class MusicSheetInfo {
       2            0 :   MusicSheetInfo({required this.coverPath, required this.title, required this.lastPlayed});
       3              : 
       4              :   final String coverPath;
       5              :   final String title;
       6              :   final DateTime lastPlayed;
       7              : }
        

Generated by: LCOV version 2.3-1