LCOV - code coverage report
Current view: top level - src\route_info.dart - route_info.dart (source / functions) Hit Total Coverage
Test: lcov.info Lines: 1 1 100.0 %
Date: Sun Jul 10 19:31:40 2022 Functions: 0 0 -

          Line data    Source code
       1             : class RouteInfo {
       2             :   final String path;
       3             :   final Map<String, String?> data;
       4             : 
       5           1 :   RouteInfo({required this.path, required this.data});
       6             : }

Generated by: LCOV version 1.15.alpha0w