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

          Line data    Source code
       1             : import 'package:flutter/widgets.dart';
       2             : 
       3          12 : enum Transition {
       4          12 :   fade,
       5          12 :   fadeIn,
       6          12 :   rightToLeft,
       7          12 :   leftToRight,
       8          12 :   upToDown,
       9          12 :   downToUp,
      10          12 :   rightToLeftWithFade,
      11          12 :   leftToRightWithFade,
      12          12 :   zoom,
      13          12 :   noTransition,
      14          12 :   native
      15             : }
      16             : 
      17             : typedef GetPageBuilder = Widget Function();

Generated by: LCOV version 1.14