LCOV - code coverage report
Current view: top level - src/vrouter - vroute_information_parser.dart (source / functions) Hit Total Coverage
Test: lcov.info Lines: 2 2 100.0 %
Date: 2021-04-29 14:25:52 Functions: 0 0 -

          Line data    Source code
       1             : part of '../main.dart';
       2             : 
       3             : class VRouteInformationParser extends RouteInformationParser<RouteInformation> {
       4             :   // Url to navigation state
       5             :   @override
       6          12 :   Future<RouteInformation> parseRouteInformation(
       7             :       RouteInformation routeInformation) async {
       8             :     return routeInformation;
       9             :   }
      10             : 
      11             :   // Navigation state to url
      12          12 :   @override
      13             :   RouteInformation? restoreRouteInformation(
      14             :       RouteInformation? routeInformation) {
      15             :     return routeInformation;
      16             :   }
      17             : }

Generated by: LCOV version 1.14