LCOV - code coverage report
Current view: top level - src/models - app_info.dart (source / functions) Hit Total Coverage
Test: lcov.info Lines: 1 1 100.0 %
Date: 2021-10-28 11:30:47 Functions: 0 0 -

          Line data    Source code
       1             : class AppInfo {
       2           1 :   AppInfo({
       3             :     required this.name,
       4             :   });
       5             : 
       6             :   /// The name of the app or project for which the Widgetbook is created.
       7             :   /// This name will be displayed in the upper left corner.
       8             :   final String name;
       9             : }

Generated by: LCOV version 1.15