LCOV - code coverage report
Current view: top level - test-doubles/auth/data - apple_id_credential_example.dart (source / functions) Hit Total Coverage
Test: lcov.info Lines: 0 1 0.0 %
Date: 2022-03-03 12:15:14 Functions: 0 0 -

          Line data    Source code
       1             : import 'package:redfire/types.dart';
       2             : 
       3             : class AppleIdCredentialExample {
       4           0 :   static AppleIdCredential get basic => AppleIdCredential(
       5             :       userIdentifier: 'uid',
       6             :       givenName: 'Nick',
       7             :       familyName: 'Meinhold',
       8             :       email: 'nick@enspyr.co',
       9             :       authorizationCode: 'code',
      10             :       identityToken: 'idToken',
      11             :       state: 'state');
      12             : }

Generated by: LCOV version 1.13