LCOV - code coverage report
Current view: top level - test-doubles/widgets/examples - empty_home_page.dart (source / functions) Hit Total Coverage
Test: lcov.info Lines: 1 3 33.3 %
Date: 2022-03-03 12:15:14 Functions: 0 0 -

          Line data    Source code
       1             : import 'package:flutter/material.dart';
       2             : 
       3             : /// A widget used in tests to check that the [AppWidget.homePage] appears in
       4             : /// the widget tree, as expected.
       5             : class EmptyHomePage extends StatelessWidget {
       6           1 :   const EmptyHomePage({Key? key}) : super(key: key);
       7             : 
       8           0 :   @override
       9             :   Widget build(BuildContext context) {
      10           0 :     return Container();
      11             :   }
      12             : }

Generated by: LCOV version 1.13