LCOV - code coverage report
Current view: top level - src/id_generator.dart - id_generator.dart (source / functions) Hit Total Coverage
Test: lcov.info Lines: 1 1 100.0 %
Date: 2022-12-12 00:09:36 Functions: 0 0 -

          Line data    Source code
       1             : /// This is used to generate uniq id
       2             : class IdGenerator {
       3             :   int _currentId = 0;
       4             : 
       5           6 :   int call() => _currentId++;
       6             : }

Generated by: LCOV version 1.16