LCOV - code coverage report
Current view: top level - domain/entities - address_type.dart (source / functions) Coverage Total Hit
Test: lcov.info Lines: 100.0 % 2 2
Test Date: 2025-01-30 01:10:00 Functions: - 0 0

            Line data    Source code
       1              : enum AddressType {
       2              :   legacy,
       3              :   segwit,
       4              :   taproot,
       5              :   compatibility,
       6              :   cashaddr,
       7              :   evm,
       8              :   tron;
       9              : 
      10            1 :   static AddressType fromIndex(int index) {
      11            1 :     return AddressType.values[index];
      12              :   }
      13              : }
        

Generated by: LCOV version 2.0-1