LCOV - code coverage report
Current view: top level - src/vroute_elements - vpop_handler.dart (source / functions) Hit Total Coverage
Test: lcov.info Lines: 1 1 100.0 %
Date: 2021-03-18 15:42:40 Functions: 0 0 -

          Line data    Source code
       1             : part of '../main.dart';
       2             : 
       3             : class VPopHandler with VRouteElement, VRouteElementWithoutPage {
       4             :   final List<VRouteElement> stackedRoutes;
       5             : 
       6           2 :   VPopHandler({
       7             :     this.onPop = VRouteElement._voidOnPop,
       8             :     this.onSystemPop = VRouteElement._voidOnSystemPop,
       9             :     required this.stackedRoutes,
      10             :   });
      11             : 
      12             :   final Future<void> Function(VRedirector vRedirector) onPop;
      13             : 
      14             :   final Future<void> Function(VRedirector vRedirector) onSystemPop;
      15             : }

Generated by: LCOV version 1.14