LCOV - code coverage report
Current view: top level - platform/plugins/wrappers - platform_wrapper.dart (source / functions) Hit Total Coverage
Test: lcov.info Lines: 1 7 14.3 %
Date: 2022-03-03 12:16:56 Functions: 0 0 -

          Line data    Source code
       1             : import 'dart:io';
       2             : 
       3             : class PlatformWrapper {
       4           0 :   bool get isIOS => Platform.isIOS;
       5           0 :   bool get isAndroid => Platform.isAndroid;
       6           0 :   bool get isMacOS => Platform.isMacOS;
       7           0 :   bool get isFuchsia => Platform.isFuchsia;
       8           0 :   bool get isLinux => Platform.isLinux;
       9           0 :   bool get isWindows => Platform.isWindows;
      10             : 
      11          25 :   const PlatformWrapper();
      12             : }

Generated by: LCOV version 1.13