LCOV - code coverage report
Current view: top level - src/platform - platform_web.dart (source / functions) Hit Total Coverage
Test: lcov.info Lines: 7 7 100.0 %
Date: 2020-06-11 02:57:29 Functions: 0 0 -

          Line data    Source code
       1             : class GeneralPlatform {
       2           1 :   static bool get isWeb => true;
       3           1 :   static bool get isMacOS => false;
       4           1 :   static bool get isWindows => false;
       5           1 :   static bool get isLinux => false;
       6           1 :   static bool get isAndroid => false;
       7           1 :   static bool get isIOS => false;
       8           1 :   static bool get isFuchsia => false;
       9             : }

Generated by: LCOV version 1.14