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

          Line data    Source code
       1             : import 'platform_web.dart' if (dart.library.io) 'platform_io.dart';
       2             : 
       3             : class GetPlatform {
       4           2 :   static bool get isWeb => GeneralPlatform.isWeb;
       5           2 :   static bool get isMacOS => GeneralPlatform.isMacOS;
       6           2 :   static bool get isWindows => GeneralPlatform.isWindows;
       7           2 :   static bool get isLinux => GeneralPlatform.isLinux;
       8           2 :   static bool get isAndroid => GeneralPlatform.isAndroid;
       9          20 :   static bool get isIOS => GeneralPlatform.isIOS;
      10           2 :   static bool get isFuchsia => GeneralPlatform.isFuchsia;
      11             : }

Generated by: LCOV version 1.14