LCOV - code coverage report
Current view: top level - src/models - model.dart (source / functions) Hit Total Coverage
Test: lcov.info Lines: 1 1 100.0 %
Date: 2021-10-28 11:30:47 Functions: 0 0 -

          Line data    Source code
       1             : class Model {
       2           2 :   Model({
       3             :     required this.id,
       4             :   });
       5             : 
       6             :   final String id;
       7             : }

Generated by: LCOV version 1.15