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

          Line data    Source code
       1             : import 'package:flutter/widgets.dart';
       2             : 
       3             : class TransitionComponent {
       4           1 :   Widget buildChildWithTransition(
       5             :       BuildContext context,
       6             :       Animation<double> animation,
       7             :       Animation<double> secondaryAnimation,
       8             :       Widget child) {
       9             :     return child;
      10             :   }
      11             : }

Generated by: LCOV version 1.14