LCOV - code coverage report
Current view: top level - src/routes - transitions_component.dart (source / functions) Hit Total Coverage
Test: lcov.info Lines: 1 1 100.0 %
Date: 2020-07-01 03:00:01 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             :       Curve curve,
       7             :       Alignment alignment,
       8             :       Animation<double> animation,
       9             :       Animation<double> secondaryAnimation,
      10             :       Widget child) {
      11             :     return child;
      12             :   }
      13             : }

Generated by: LCOV version 1.14