LCOV - code coverage report
Current view: top level - lib/network/authentication/web_auth_enabler - web_auth_enabler.dart (source / functions) Hit Total Coverage
Test: lcov.info Lines: 2 2 100.0 %
Date: 2021-10-20 14:50:35 Functions: 0 0 -

          Line data    Source code
       1             : import 'package:apptive_grid_core/apptive_grid_core.dart';
       2             : import 'package:apptive_grid_core/network/authentication/web_auth_enabler/configure_nonweb.dart'
       3             :     if (dart.library.html) 'package:apptive_grid_core/web_auth_enabler/configure_web.dart'
       4             :     as implementation;
       5             : 
       6             : /// Enable Authentication on the Web
       7             : /// This is using a conditional import to listen for Authentication on the Web
       8           1 : Future<void> enableWebAuth(ApptiveGridOptions options) {
       9           1 :   return implementation.enableWebAuth(options);
      10             : }

Generated by: LCOV version 1.15