LCOV - code coverage report
Current view: top level - src/platform - platform_io.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             : import 'dart:io';
       2             : 
       3             : class GeneralPlatform {
       4           1 :   static bool get isWeb => false;
       5           2 :   static bool get isMacOS => Platform.isMacOS;
       6           2 :   static bool get isWindows => Platform.isWindows;
       7           2 :   static bool get isLinux => Platform.isLinux;
       8           2 :   static bool get isAndroid => Platform.isAndroid;
       9          18 :   static bool get isIOS => Platform.isIOS;
      10           2 :   static bool get isFuchsia => Platform.isFuchsia;
      11             : }

Generated by: LCOV version 1.14