LCOV - code coverage report
Current view: top level - lib/src - system_nav_main.dart (source / functions) Hit Total Coverage
Test: lcov.info Lines: 4 4 100.0 %
Date: 2021-04-04 17:06:32 Functions: 0 0 -

          Line data    Source code
       1             : class SystemNav {
       2           1 :   static void back() {
       3           1 :     throw UnsupportedError('Only supported on web');
       4             :   }
       5             : 
       6           1 :   static void replaceLocation(
       7             :       String location, Map<String, String>? queryParameters) {
       8           1 :     throw UnsupportedError('Only supported on web');
       9             :   }
      10             : }

Generated by: LCOV version 1.15