LCOV - code coverage report
Current view: top level - src/routes - bindings_interface.dart (source / functions) Hit Total Coverage
Test: lcov.info Lines: 0 2 0.0 %
Date: 2020-06-23 02:32:54 Functions: 0 0 -

          Line data    Source code
       1             : import 'dart:async';
       2             : 
       3             : import 'package:get/src/routes/newroute/shields.dart';
       4             : 
       5             : abstract class Bindings {
       6             :   dependencies();
       7             : 
       8             :   List<Shield> shields;
       9             : }
      10             : 
      11             : class RR extends Bindings {
      12           0 :   @override
      13             :   dependencies() {}
      14             : }
      15             : 
      16             : class Ann implements Shield {
      17           0 :   @override
      18             :   FutureOr<bool> allowAccess() {
      19             :     return true;
      20             :   }
      21             : }
      22             : 
      23             : // abstract class INavigation {}
      24             : // typedef Snack = Function();
      25             : // typedef Modal = Function();
      26             : // typedef Route = Function();

Generated by: LCOV version 1.14