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

          Line data    Source code
       1             : import 'package:firebase_core/firebase_core.dart';
       2             : 
       3             : /// Wraps the [Firebase] static function so we can optionally inject a mock in
       4             : /// the [AppWidget].
       5             : class FirebaseWrapper {
       6           0 :   Future<FirebaseApp> init(FirebaseOptions? config) {
       7           0 :     return Firebase.initializeApp(options: config);
       8             :   }
       9             : }

Generated by: LCOV version 1.13